-
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
Fix backlog reported by periodicsequence in python and go sdks to not include future outputs #32513
Conversation
58705cd
to
c8670ae
Compare
…de future outputs
c8670ae
to
77c969b
Compare
Fixes #32506 |
Assigning reviewers. If you would like to opt out of this review, comment R: @tvalentyn for label python. Available commands:
The PR bot will only process comments in the main thread (not review comments). |
|
||
# On drain, immediately stop emitting new elements | ||
def truncate(self, unused_element, unused_restriction): | ||
return None | ||
|
||
|
||
def sequence_backlog_bytes(element, now, offset_range): |
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.
Would this be an appropriate docstring?
"Calculates size of the output that the sequence should have emitted up to now"
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.
Done
would you mind adding to PR descritption why we want this change? thanks! |
4525f14
to
723190a
Compare
updated PR comment as well |
… include future outputs (apache#32513)
This affects monitoring and autoscaling decisons made by runners.
In particular the Dataflow runner utilizes this backlog bytes for autoscaling and unbounded periodic sequences previously reported a large backlog causing pipelines to upscale and not downscale.
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.