Skip to content

Add known python issue#30701

Merged
damccorm merged 2 commits intomasterfrom
users/damccorm/knownIssue
Mar 21, 2024
Merged

Add known python issue#30701
damccorm merged 2 commits intomasterfrom
users/damccorm/knownIssue

Conversation

@damccorm
Copy link
Copy Markdown
Contributor

Add issue fixed in #30679 to CHANGES and effected blogs


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: 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, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

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)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@damccorm
Copy link
Copy Markdown
Contributor Author

R: @liferoad @tvalentyn

@github-actions
Copy link
Copy Markdown
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

@damccorm damccorm merged commit a527ea6 into master Mar 21, 2024
@damccorm damccorm deleted the users/damccorm/knownIssue branch March 21, 2024 11:25

## Bugfixes

* Fixed locking issue when shutting down inactive bundle processors. Symptoms of this issue include slowness or stuckness in long-running jobs (Python) ([#30679](https://github.com/apache/beam/pull/30679)).
Copy link
Copy Markdown
Contributor

@tvalentyn tvalentyn Mar 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, did the locking cause slowness or also stuckness? What would cause stuckness?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It definitely seemed to cause slowness (we saw lock contention for this lock in a very slow job). Stuckness may not be quite true, but in this case at least it was slow enough that it was perceived as stuckness at points

@tvalentyn tvalentyn mentioned this pull request Mar 22, 2024
3 tasks
hjtran pushed a commit to hjtran/beam that referenced this pull request Apr 4, 2024
* Add known python issue

* Add blogs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants