You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (Jira)" <ji...@apache.org> on 2021/10/22 10:27:00 UTC

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

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

Dawid Wysakowicz closed FLINK-24331.
------------------------------------
    Fix Version/s: 1.14.1
       Resolution: Fixed

Fixed in:
* master
** f070f0d9ae19275b1e32c2587209d7d8ae87b57e
* 1.14.1
** 471d682eedabb06fe795adf2dc583ce0e6081ec0

> 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, 1.14.1
>
>         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 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)
> {code}



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