[ https://issues.apache.org/jira/browse/FLINK-13020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16908534#comment-16908534 ]
Nico Kruber commented on FLINK-13020: ------------------------------------- Actually, I just encountered this error in a branch of mine which is based on [latest master|https://github.com/apache/flink/commit/428ce1b938813fba287a51bf86e6c52ef54453cb]. So either there has been a regression, or the fix does not work in all cases, or it is no duplicate afterall: {code} 17:30:18.083 [ERROR] Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 14.113 s <<< FAILURE! - in org.apache.flink.test.state.operator.restore.unkeyed.ChainLengthDecreaseTest 17:30:18.083 [ERROR] testMigrationAndRestore[Migrate Savepoint: 1.8](org.apache.flink.test.state.operator.restore.unkeyed.ChainLengthDecreaseTest) Time elapsed: 0.268 s <<< ERROR! java.util.concurrent.ExecutionException: java.util.concurrent.CompletionException: org.apache.flink.runtime.checkpoint.CheckpointException: Task received cancellation from one of its inputs Caused by: java.util.concurrent.CompletionException: org.apache.flink.runtime.checkpoint.CheckpointException: Task received cancellation from one of its inputs Caused by: org.apache.flink.runtime.checkpoint.CheckpointException: Task received cancellation from one of its inputs Caused by: org.apache.flink.runtime.checkpoint.CheckpointException: Task received cancellation from one of its inputs {code} https://api.travis-ci.com/v3/job/225588484/log.txt > UT Failure: ChainLengthDecreaseTest > ----------------------------------- > > Key: FLINK-13020 > URL: https://issues.apache.org/jira/browse/FLINK-13020 > Project: Flink > Issue Type: Improvement > Reporter: Bowen Li > Priority: Major > > {code:java} > 05:47:24.893 [ERROR] Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time > elapsed: 19.836 s <<< FAILURE! - in > org.apache.flink.test.state.operator.restore.unkeyed.ChainLengthDecreaseTest > 05:47:24.895 [ERROR] testMigrationAndRestore[Migrate Savepoint: > 1.3](org.apache.flink.test.state.operator.restore.unkeyed.ChainLengthDecreaseTest) > Time elapsed: 1.501 s <<< ERROR! > java.util.concurrent.ExecutionException: > java.util.concurrent.CompletionException: > org.apache.flink.runtime.checkpoint.CheckpointException: Task received > cancellation from one of its inputs > Caused by: java.util.concurrent.CompletionException: > org.apache.flink.runtime.checkpoint.CheckpointException: Task received > cancellation from one of its inputs > Caused by: org.apache.flink.runtime.checkpoint.CheckpointException: Task > received cancellation from one of its inputs > Caused by: org.apache.flink.runtime.checkpoint.CheckpointException: Task > received cancellation from one of its inputs > ... > 05:48:27.736 [ERROR] Errors: > 05:48:27.736 [ERROR] > ChainLengthDecreaseTest>AbstractOperatorRestoreTestBase.testMigrationAndRestore:102->AbstractOperatorRestoreTestBase.migrateJob:138 > ยป Execution > 05:48:27.736 [INFO] > {code} > https://travis-ci.org/apache/flink/jobs/551053821 -- This message was sent by Atlassian JIRA (v7.6.14#76016)