You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CrawlTopologyTest.testAsync now fails on my MacBook Air on both Flink 1.4 and 1.5:
Tests in error:
CrawlTopologyTest.testAsync:136 » Runtime Job 'flink-crawler' did not terminat...
I see the following exceptions in the log output soon after the seed URLs source gets closed down:
18/05/09 15:35:27 INFO taskmanager.Task:926 - DomainDBFunction (2/3) (61fa93b752a29f330d09885bf0e78d17) switched from RUNNING to FAILED.
java.lang.IllegalStateException: Trailing data in checkpoint barrier handler.
at org.apache.flink.streaming.runtime.io.StreamInputProcessor.processInput(StreamInputProcessor.java:227)
at org.apache.flink.streaming.runtime.tasks.OneInputStreamTask.run(OneInputStreamTask.java:103)
at org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:307)
at org.apache.flink.runtime.taskmanager.Task.run(Task.java:702)
at java.lang.Thread.run(Thread.java:748)
CrawlTopologyTest.testAsync now fails on my MacBook Air on both Flink 1.4 and 1.5:
Tests in error:
CrawlTopologyTest.testAsync:136 » Runtime Job 'flink-crawler' did not terminat...
I see the following exceptions in the log output soon after the seed URLs source gets closed down:
18/05/09 15:35:27 INFO taskmanager.Task:926 - DomainDBFunction (2/3) (61fa93b752a29f330d09885bf0e78d17) switched from RUNNING to FAILED.
java.lang.IllegalStateException: Trailing data in checkpoint barrier handler.
at org.apache.flink.streaming.runtime.io.StreamInputProcessor.processInput(StreamInputProcessor.java:227)
at org.apache.flink.streaming.runtime.tasks.OneInputStreamTask.run(OneInputStreamTask.java:103)
at org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:307)
at org.apache.flink.runtime.taskmanager.Task.run(Task.java:702)
at java.lang.Thread.run(Thread.java:748)
See issue_151.log.zip
The text was updated successfully, but these errors were encountered: