-
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] Flush buffer during drain operation for requiresStableInput operator #29102
[flink] Flush buffer during drain operation for requiresStableInput operator #29102
Conversation
R: @je-ik I have addressed the comments. |
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control |
Can you please mention the issue in the commit message? You can see other commit messages for reference. I'll merge this right after that. Thanks a lot! |
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 in general, we need to polish the generated website and the commit message. Thanks!
website/www/site/layouts/shortcodes/flink_python_pipeline_options.html
Outdated
Show resolved
Hide resolved
website/www/site/layouts/shortcodes/flink_python_pipeline_options.html
Outdated
Show resolved
Hide resolved
website/www/site/layouts/shortcodes/flink_python_pipeline_options.html
Outdated
Show resolved
Hide resolved
website/www/site/layouts/shortcodes/flink_java_pipeline_options.html
Outdated
Show resolved
Hide resolved
website/www/site/layouts/shortcodes/flink_java_pipeline_options.html
Outdated
Show resolved
Hide resolved
website/www/site/layouts/shortcodes/flink_java_pipeline_options.html
Outdated
Show resolved
Hide resolved
e35eebe
to
1a27d2c
Compare
could you check if it looks ok now? Thanks! |
Closes #28554. |
Currently, drain operation does not work for flink pipelines when RequiresStableInput annotation is used. This is caused by buffered data not being processed before the final checkpoint operation that causes watermark hold related exception. This PR addresses this issue by processing the buffer before the final checkpoint completes. More context in #28554.
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
addresses #123
), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>
instead.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.