Till Rohrmann created FLINK-12916:
-------------------------------------
Summary: KeyedComplexChainTest.testMigrationAndRestore failed on Travis
Key: FLINK-12916
URL:
https://issues.apache.org/jira/browse/FLINK-12916 Project: Flink
Issue Type: Bug
Components: Runtime / Checkpointing, Tests
Affects Versions: 1.9.0
Reporter: Till Rohrmann
Fix For: 1.9.0
The test case {{KeyedComplexChainTest.testMigrationAndRestore}} failed on Travis because a Task received the cancellation from one of its inputs
{code}
Caused by: org.apache.flink.runtime.checkpoint.CheckpointException: Task received cancellation from one of its inputs
at org.apache.flink.streaming.runtime.io.BarrierBuffer.notifyAbortOnCancellationBarrier(BarrierBuffer.java:428)
at org.apache.flink.streaming.runtime.io.BarrierBuffer.processCancellationBarrier(BarrierBuffer.java:327)
at org.apache.flink.streaming.runtime.io.BarrierBuffer.pollNext(BarrierBuffer.java:208)
at org.apache.flink.streaming.runtime.io.StreamTaskNetworkInput.pollNextNullable(StreamTaskNetworkInput.java:102)
at org.apache.flink.streaming.runtime.io.StreamTaskNetworkInput.pollNextNullable(StreamTaskNetworkInput.java:47)
at org.apache.flink.streaming.runtime.io.StreamInputProcessor.processInput(StreamInputProcessor.java:128)
at org.apache.flink.streaming.runtime.tasks.OneInputStreamTask.performDefaultAction(OneInputStreamTask.java:101)
at org.apache.flink.streaming.runtime.tasks.StreamTask.run(StreamTask.java:268)
at org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:376)
at org.apache.flink.runtime.taskmanager.Task.run(Task.java:676)
... 1 more
{code}
https://api.travis-ci.org/v3/job/548181384/log.txt--
This message was sent by Atlassian JIRA
(v7.6.3#76005)