You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Matthias Pohl (Jira)" <ji...@apache.org> on 2022/12/08 11:48:00 UTC

[jira] [Created] (FLINK-30340) PulsarUnorderedSourceITCase fails with IllegalStateException

Matthias Pohl created FLINK-30340:
-------------------------------------

             Summary: PulsarUnorderedSourceITCase fails with IllegalStateException
                 Key: FLINK-30340
                 URL: https://issues.apache.org/jira/browse/FLINK-30340
             Project: Flink
          Issue Type: Bug
          Components: Connectors / Pulsar
    Affects Versions: 1.17.0
            Reporter: Matthias Pohl


We have test failures in \{{PulsarUnorderedSourceITCase}} in the following build due to an {{IllegalStateException}} being caused by the job reaching {{CANCELLED}} state: [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=43793&view=logs&j=8eee98ee-a482-5f7c-2c51-b3456453e704&t=da58e781-88fe-508b-b74c-018210e533cc&l=38014]
{code:java}
Dec 08 01:26:44 java.lang.IllegalStateException: Job has entered CANCELED state, but expecting [FINISHED]
Dec 08 01:26:44 	at org.apache.flink.runtime.testutils.CommonTestUtils.lambda$waitForJobStatus$7(CommonTestUtils.java:284)
Dec 08 01:26:44 	at org.apache.flink.runtime.testutils.CommonTestUtils.waitUntilCondition(CommonTestUtils.java:150)
Dec 08 01:26:44 	at org.apache.flink.runtime.testutils.CommonTestUtils.waitUntilCondition(CommonTestUtils.java:144)
Dec 08 01:26:44 	at org.apache.flink.runtime.testutils.CommonTestUtils.waitForJobStatus(CommonTestUtils.java:268)
Dec 08 01:26:44 	at org.apache.flink.connector.testframe.testsuites.SourceTestSuiteBase.testSourceSingleSplit(SourceTestSuiteBase.java:159)
[...] {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)