[jira] [Updated] (FLINK-24331) PartiallyFinishedSourcesITCase fails with "No downstream received 0 from xxx;"

2021-10-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-24331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-24331:
---
Labels: pull-request-available test-stability  (was: test-stability)

> PartiallyFinishedSourcesITCase fails with "No downstream received 0 from xxx;"
> --
>
> Key: FLINK-24331
> URL: https://issues.apache.org/jira/browse/FLINK-24331
> Project: Flink
>  Issue Type: Bug
>  Components: API / DataStream, Runtime / Task
>Affects Versions: 1.14.0, 1.15.0
>Reporter: Xintong Song
>Assignee: Anton Kalashnikov
>Priority: Critical
>  Labels: pull-request-available, test-stability
> Fix For: 1.15.0
>
> Attachments: 
> logs-ci_build-test_ci_build_finegrained_resource_management-1633890853.zip
>
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=24287&view=logs&j=4d4a0d10-fca2-5507-8eed-c07f0bdf4887&t=7b25afdf-cc6c-566f-5459-359dc2585798&l=10945
> {code}
> 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 
> 0003[0]; received: {0=OperatorFinished 
> 0007/0, 1=OperatorFinished 
> 0007/1, 2=OperatorFinished 
> 0007/2, 3=OperatorFinished 
> 0007/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)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-24331) PartiallyFinishedSourcesITCase fails with "No downstream received 0 from xxx;"

2021-10-11 Thread Piotr Nowojski (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-24331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piotr Nowojski updated FLINK-24331:
---
Component/s: Runtime / Task

> PartiallyFinishedSourcesITCase fails with "No downstream received 0 from xxx;"
> --
>
> Key: FLINK-24331
> URL: https://issues.apache.org/jira/browse/FLINK-24331
> Project: Flink
>  Issue Type: Bug
>  Components: API / DataStream, Runtime / Task
>Affects Versions: 1.14.0, 1.15.0
>Reporter: Xintong Song
>Priority: Critical
>  Labels: test-stability
> Fix For: 1.15.0
>
> Attachments: 
> logs-ci_build-test_ci_build_finegrained_resource_management-1633890853.zip
>
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=24287&view=logs&j=4d4a0d10-fca2-5507-8eed-c07f0bdf4887&t=7b25afdf-cc6c-566f-5459-359dc2585798&l=10945
> {code}
> 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 
> 0003[0]; received: {0=OperatorFinished 
> 0007/0, 1=OperatorFinished 
> 0007/1, 2=OperatorFinished 
> 0007/2, 3=OperatorFinished 
> 0007/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)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-24331) PartiallyFinishedSourcesITCase fails with "No downstream received 0 from xxx;"

2021-10-11 Thread Piotr Nowojski (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-24331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piotr Nowojski updated FLINK-24331:
---
Priority: Critical  (was: Major)

> PartiallyFinishedSourcesITCase fails with "No downstream received 0 from xxx;"
> --
>
> Key: FLINK-24331
> URL: https://issues.apache.org/jira/browse/FLINK-24331
> Project: Flink
>  Issue Type: Bug
>  Components: API / DataStream
>Affects Versions: 1.14.0, 1.15.0
>Reporter: Xintong Song
>Priority: Critical
>  Labels: test-stability
> Fix For: 1.15.0
>
> Attachments: 
> logs-ci_build-test_ci_build_finegrained_resource_management-1633890853.zip
>
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=24287&view=logs&j=4d4a0d10-fca2-5507-8eed-c07f0bdf4887&t=7b25afdf-cc6c-566f-5459-359dc2585798&l=10945
> {code}
> 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 
> 0003[0]; received: {0=OperatorFinished 
> 0007/0, 1=OperatorFinished 
> 0007/1, 2=OperatorFinished 
> 0007/2, 3=OperatorFinished 
> 0007/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)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-24331) PartiallyFinishedSourcesITCase fails with "No downstream received 0 from xxx;"

2021-10-11 Thread Matthias (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-24331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias updated FLINK-24331:
-
Affects Version/s: 1.14.0

> PartiallyFinishedSourcesITCase fails with "No downstream received 0 from xxx;"
> --
>
> Key: FLINK-24331
> URL: https://issues.apache.org/jira/browse/FLINK-24331
> Project: Flink
>  Issue Type: Bug
>  Components: API / DataStream
>Affects Versions: 1.14.0, 1.15.0
>Reporter: Xintong Song
>Priority: Major
>  Labels: test-stability
> Fix For: 1.15.0
>
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=24287&view=logs&j=4d4a0d10-fca2-5507-8eed-c07f0bdf4887&t=7b25afdf-cc6c-566f-5459-359dc2585798&l=10945
> {code}
> 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 
> 0003[0]; received: {0=OperatorFinished 
> 0007/0, 1=OperatorFinished 
> 0007/1, 2=OperatorFinished 
> 0007/2, 3=OperatorFinished 
> 0007/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)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-24331) PartiallyFinishedSourcesITCase fails with "No downstream received 0 from xxx;"

2021-10-11 Thread Matthias (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-24331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias updated FLINK-24331:
-
Attachment: 
logs-ci_build-test_ci_build_finegrained_resource_management-1633890853.zip

> PartiallyFinishedSourcesITCase fails with "No downstream received 0 from xxx;"
> --
>
> Key: FLINK-24331
> URL: https://issues.apache.org/jira/browse/FLINK-24331
> Project: Flink
>  Issue Type: Bug
>  Components: API / DataStream
>Affects Versions: 1.14.0, 1.15.0
>Reporter: Xintong Song
>Priority: Major
>  Labels: test-stability
> Fix For: 1.15.0
>
> Attachments: 
> logs-ci_build-test_ci_build_finegrained_resource_management-1633890853.zip
>
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=24287&view=logs&j=4d4a0d10-fca2-5507-8eed-c07f0bdf4887&t=7b25afdf-cc6c-566f-5459-359dc2585798&l=10945
> {code}
> 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 
> 0003[0]; received: {0=OperatorFinished 
> 0007/0, 1=OperatorFinished 
> 0007/1, 2=OperatorFinished 
> 0007/2, 3=OperatorFinished 
> 0007/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)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)