vinoyang created FLINK-11440:
--------------------------------
Summary: AbstractOperatorRestoreTestBase#testMigrationAndRestore caused IllegalStateException
Key: FLINK-11440
URL:
https://issues.apache.org/jira/browse/FLINK-11440 Project: Flink
Issue Type: Test
Components: Tests
Reporter: vinoyang
{code:java}
12:55:46.212 [ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 11.875 s <<< FAILURE! - in org.apache.flink.test.state.operator.restore.unkeyed.ChainLengthIncreaseTest
12:55:46.214 [ERROR] testMigrationAndRestore[Migrate Savepoint: 1.7](org.apache.flink.test.state.operator.restore.unkeyed.ChainLengthIncreaseTest) Time elapsed: 0.109 s <<< ERROR!
java.util.concurrent.ExecutionException: java.util.concurrent.CompletionException: java.lang.IllegalStateException: Checkpoint executing was failureTask received cancellation from one of its inputs.
Caused by: java.util.concurrent.CompletionException: java.lang.IllegalStateException: Checkpoint executing was failureTask received cancellation from one of its inputs.
Caused by: java.lang.IllegalStateException: Checkpoint executing was failureTask received cancellation from one of its inputs.
{code}
log details :
https://api.travis-ci.org/v3/job/485352065/log.txt
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)