Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.14.0, 1.15.0
Description
Sep 18 02:21:08 [ERROR] Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 224.44 s <<< FAILURE! - in org.apache.flink.runtime.operators.lifecycle.PartiallyFinishedSourcesITCase
Sep 18 02:21:08 [ERROR] test[complex graph SINGLE_SUBTASK, failover: true, strategy: region] Time elapsed: 28.807 s <<< FAILURE!
Sep 18 02:21:08 java.lang.AssertionError: No downstream received 0 from 00000000000000000000000000000003[0]; received: {0=OperatorFinished 00000000000000000000000000000007/0, 1=OperatorFinished 00000000000000000000000000000007/1, 2=OperatorFinished 00000000000000000000000000000007/2, 3=OperatorFinished 00000000000000000000000000000007/3}
Sep 18 02:21:08 at org.junit.Assert.fail(Assert.java:89)
Sep 18 02:21:08 at org.junit.Assert.assertTrue(Assert.java:42)
Sep 18 02:21:08 at org.apache.flink.runtime.operators.lifecycle.validation.TestJobDataFlowValidator.lambda$checkDataFlow$1(TestJobDataFlowValidator.java:96)
Sep 18 02:21:08 at java.util.HashMap.forEach(HashMap.java:1289)
Sep 18 02:21:08 at org.apache.flink.runtime.operators.lifecycle.validation.TestJobDataFlowValidator.checkDataFlow(TestJobDataFlowValidator.java:94)
Sep 18 02:21:08 at org.apache.flink.runtime.operators.lifecycle.validation.TestJobDataFlowValidator.checkDataFlow(TestJobDataFlowValidator.java:62)
Sep 18 02:21:08 at org.apache.flink.runtime.operators.lifecycle.PartiallyFinishedSourcesITCase.test(PartiallyFinishedSourcesITCase.java:139)
Attachments
Attachments
Issue Links
- is caused by
-
FLINK-21090 Add E2E/ITCase test for checkpoints after tasks finished
- Closed
- links to