-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[runners-flink] #29558 emit watermark before source shutdown #29563
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
Conversation
|
@becketqin I created this WIP solution which seems to fix the issue for me. Can you take a look? If the solution looks good, I'd add some more tests. |
8bf202e to
d2895d4
Compare
|
Run Flink ValidatesRunner |
1 similar comment
|
Run Flink ValidatesRunner |
|
@je-ik overall looks ok to me. One request, could you please add tests covering this functional behaviour. |
d2895d4 to
f4ff997
Compare
f4ff997 to
97d70c5
Compare
|
@JozoVilcek Added test for the watermark emission, the checkpointing is covered by the updated test. |
* emit watermark when there is no more work in bounded source reader * added position to FlinkBoundedSource checkpoint
97d70c5 to
75ba21f
Compare
|
Run Flink ValidatesRunner |
|
Run Java Flink PortableValidatesRunner Streaming |
|
Run Java Flink PortableValidatesRunner Batch |
|
Assigning reviewers. If you would like to opt out of this review, comment R: @lostluck added as fallback since no labels match configuration Available commands:
The PR bot will only process comments in the main thread (not review comments). |
|
stop reviewer notifications |
|
R: @JozoVilcek |
|
Run Flink ValidatesRunner |
|
Stopping reviewer notifications for this pull request: requested by reviewer |
|
R: @JozoVilcek |
|
Run Flink ValidatesRunner |
1 similar comment
|
Run Flink ValidatesRunner |
Fixes #29558
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.mdwith 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.