-
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
[BEAM-10955] Revert f077ba51cb0790c403297833d5378b399b7248df #15119
Conversation
R: @ibzib |
LGTM. Tests are still failing, let's merge this. |
@@ -191,7 +193,7 @@ private void runSavepointAndRestore(boolean isPortablePipeline) throws Exception | |||
private JobID executeLegacy(Pipeline pipeline) throws Exception { | |||
JobGraph jobGraph = getJobGraph(pipeline); | |||
flinkCluster.submitJob(jobGraph).get(); | |||
return waitForJobToBeReady(); | |||
return jobGraph.getJobID(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why should we revert this line? I think it was a good change, even if it didn't fix the flake.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@benWize - Could you respond to this comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I agree it is not necessary to revert this line, so I pushed a new commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Java Pre-commit FlinkSavepointTest.testSavepointRestoreLegacy is still failing after the fix in #15107, so reverting this PR.
https://ci-beam.apache.org/job/beam_PreCommit_Java_Cron/4203/
https://ci-beam.apache.org/job/beam_PreCommit_Java_Cron/4201/
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username
).[BEAM-XXX] Fixes bug in ApproximateQuantiles
, where you replaceBEAM-XXX
with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
ValidatesRunner
compliance status (on master branch)Examples testing status on various runners
Post-Commit SDK/Transform Integration Tests Status (on master branch)
Pre-Commit Tests Status (on master branch)
See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.