You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "damccorm (via GitHub)" <gi...@apache.org> on 2023/04/18 19:19:47 UTC

[GitHub] [beam] damccorm opened a new issue, #21333: Flink testParDoRequiresStableInput flaky

damccorm opened a new issue, #21333:
URL: https://github.com/apache/beam/issues/21333

   https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/20253/
   
   org.apache.beam.runners.flink.FlinkRequiresStableInputTest.testParDoRequiresStableInput
   
   java.util.concurrent.ExecutionException: java.util.concurrent.CompletionException: org.apache.flink.runtime.checkpoint.CheckpointException: Checkpoint triggering task Source: Impulse -\> CreatePCollectionOfOneValue/Read(CreateSource)/ParDo(OutputSingleSource)/ParMultiDo(OutputSingleSource) -\> CreatePCollectionOfOneValue/Read(CreateSource)/ParDo(BoundedSourceAsSDFWrapper)/ParMultiDo(BoundedSourceAsSDFWrapper)/Pair with initial restriction/ParMultiDo(PairWithRestriction) -\> CreatePCollectionOfOneValue/Read(CreateSource)/ParDo(BoundedSourceAsSDFWrapper)/ParMultiDo(BoundedSourceAsSDFWrapper)/Split restriction/ParMultiDo(SplitRestriction) -\> CreatePCollectionOfOneValue/Read(CreateSource)/ParDo(BoundedSourceAsSDFWrapper)/ParMultiDo(BoundedSourceAsSDFWrapper)/Explode windows/ParMultiDo(ExplodeWindows) -\> CreatePCollectionOfOneValue/Read(CreateSource)/ParDo(BoundedSourceAsSDFWrapper)/ParMultiDo(BoundedSourceAsSDFWrapper)/Assign unique key/AddKeys/Map/ParMultiDo(Anonymous) -\> ToKeyedW
 orkItem (1/1) of job 7bbb425ba325dbc1dc4d3cdf1c8b88f9 is not being executed at the moment. Aborting checkpoint. Failure reason: Not all required tasks are currently running.
   
   
   Imported from Jira [BEAM-13575](https://issues.apache.org/jira/browse/BEAM-13575). Original Jira may contain additional context.
   Reported by: ibzib.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn commented on issue #21333: Flink testParDoRequiresStableInput flaky

Posted by "Abacn (via GitHub)" <gi...@apache.org>.
Abacn commented on issue #21333:
URL: https://github.com/apache/beam/issues/21333#issuecomment-1513681485

   Downgrade to P2 as the issue is more likely due to Jenkins under high load. The functionality itself is implemented in #22889


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] kennknowles commented on issue #21333: Flink testParDoRequiresStableInput flaky

Posted by GitBox <gi...@apache.org>.
kennknowles commented on issue #21333:
URL: https://github.com/apache/beam/issues/21333#issuecomment-1341300948

   @je-ik is working on support for this in some cases. Might know something about this one.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn commented on issue #21333: Flink testParDoRequiresStableInput flaky

Posted by "Abacn (via GitHub)" <gi...@apache.org>.
Abacn commented on issue #21333:
URL: https://github.com/apache/beam/issues/21333#issuecomment-1513678365

   It's appearing again in https://ci-beam.apache.org/job/beam_PreCommit_Java_Phrase/6030/
   
   ```
   Test Result (2 failures / +2)
   org.apache.beam.runners.flink.FlinkRequiresStableInputTest.testParDoRequiresStableInputPortable
   org.apache.beam.runners.flink.FlinkRequiresStableInputTest.testParDoRequiresStableInputStatefulPortable
   ```
   
   Error message:
   ```
   org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
   	at java.lang.Thread.sleep(Native Method)
   	at org.apache.beam.runners.flink.FlinkRequiresStableInputTest.executePipeline(FlinkRequiresStableInputTest.java:187)
   	at org.apache.beam.runners.flink.FlinkRequiresStableInputTest.runTest(FlinkRequiresStableInputTest.java:160)
   	at org.apache.beam.runners.flink.FlinkRequiresStableInputTest.testParDoRequiresStableInputPortable(FlinkRequiresStableInputTest.java:112)
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] lukecwik closed issue #21333: Flink testParDoRequiresStableInput flaky

Posted by "lukecwik (via GitHub)" <gi...@apache.org>.
lukecwik closed issue #21333: Flink testParDoRequiresStableInput flaky
URL: https://github.com/apache/beam/issues/21333


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] je-ik commented on issue #21333: Flink testParDoRequiresStableInput flaky

Posted by GitBox <gi...@apache.org>.
je-ik commented on issue #21333:
URL: https://github.com/apache/beam/issues/21333#issuecomment-1342551952

   This does not seem related to the functionality itself, looks like the test is missing some synchronization. I'll take a look.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org