-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flink testParDoRequiresStableInput flaky #21333
Comments
@je-ik is working on support for this in some cases. Might know something about this one. |
This does not seem related to the functionality itself, looks like the test is missing some synchronization. I'll take a look. |
Fix FlinkRequiresStableInputTest flakiness (apache#21333)
* Handle @RequiresStableInput in portable flink (#20812) * [runners-flink] Remove unnnecessary dependency on flink-annotations * Fix @RequiresStableInput for portable Flink (#20812) Fix FlinkRequiresStableInputTest flakiness (#21333) * Flink: Tests for stateful stable dofns (#20812) * Enable commit for kafka flink portable test * Apply suggestions from code review Co-authored-by: Lukasz Cwik <[email protected]> * Add callback to BufferingDoFnRunner for flushing SDK harness results * revert changes in website Co-authored-by: Lukasz Cwik <[email protected]>
It's appearing again in https://ci-beam.apache.org/job/beam_PreCommit_Java_Phrase/6030/
Error message:
|
Downgrade to P2 as the issue is more likely due to Jenkins under high load. The functionality itself is implemented in #22889 |
* [runners-flink] Remove unnnecessary dependency on flink-annotations * Fix @RequiresStableInput for portable Flink (apache#20812) Fix FlinkRequiresStableInputTest flakiness (apache#21333) * Flink: Tests for stateful stable dofns (apache#20812) * Enable commit for kafka flink portable test * Apply suggestions from code review Co-authored-by: Lukasz Cwik <[email protected]> * Add callback to BufferingDoFnRunner for flushing SDK harness results * revert changes in website Co-authored-by: Lukasz Cwik <[email protected]>
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) -> ToKeyedWorkItem (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. Original Jira may contain additional context.
Reported by: ibzib.
The text was updated successfully, but these errors were encountered: