-
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 streaming flakes in ParDoLifecycleTest.testTeardownCalledAfterExceptionInStartBundleStateful and ParDoLifecycleTest.testTeardownCalledAfterExceptionInProcessElementStateful #19814
Comments
@adude3141 it looks like you had the most recent updates on BEAM-8101. Do you have any thoughts on a path forward? |
Did not flake in 100 runs on DirectRunner:
|
Did not flake in 100 runs on Flink batch:
|
Notably the flakes only occur in the stateful variant. |
We do see recent flakes in Spark batch: These may be the same root cause in the |
Actually the Spark flake is not in a stateful variant. |
Despite recent flakes in Jenkins, this succeeded:
From the logs, it seems clear that the state of the chain moves to failed, and presumably it is taken down in a race condition with calling teardown.
|
Leaving open but opportunistically moving to a bug I can repro. This one is in the unfortunate state where I know it is real so I can't close it but I cannot repro. |
I think this is fixed. If not, it should get auto-flagged by our tooling anyways, so this should be safe to close |
Temporary fail from Jenkins:
Imported from Jira BEAM-8101. Original Jira may contain additional context.
Reported by: janl.
The text was updated successfully, but these errors were encountered: