Skip to content
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

Remove logging from OvercommitTracker to avoid deadlocks #39030

Merged
merged 1 commit into from
Jul 9, 2022

Conversation

novikd
Copy link
Member

@novikd novikd commented Jul 8, 2022

Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in official stable or prestable release)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Any allocations inside OvercommitTracker may lead to deadlock. Logging was not very informative so it's easier just to remove logging. Fixes #37794

cc @tavplubix @azat

@robot-ch-test-poll1 robot-ch-test-poll1 added the pr-bugfix Pull request with bugfix, not backported by default label Jul 8, 2022
@novikd novikd added the pr-must-backport Pull request should be backported intentionally. Use this label with great care! label Jul 8, 2022
@tavplubix tavplubix self-assigned this Jul 8, 2022
@alesapin
Copy link
Member

alesapin commented Jul 9, 2022

LGTM

@alesapin alesapin merged commit d222f23 into master Jul 9, 2022
@alesapin alesapin deleted the fix-overcommit-logging branch July 9, 2022 11:47
robot-clickhouse pushed a commit that referenced this pull request Jul 9, 2022
novikd added a commit that referenced this pull request Jul 11, 2022
Backport #39030 to 22.6: Remove logging from OvercommitTracker to avoid deadlocks
robot-clickhouse pushed a commit that referenced this pull request Jul 11, 2022
robot-clickhouse pushed a commit that referenced this pull request Jul 11, 2022
novikd added a commit that referenced this pull request Jul 12, 2022
Backport #39030 to 22.3: Remove logging from OvercommitTracker to avoid deadlocks
novikd added a commit that referenced this pull request Jul 12, 2022
Backport #39030 to 22.5: Remove logging from OvercommitTracker to avoid deadlocks
@Felixoid Felixoid added the pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore label Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore pr-bugfix Pull request with bugfix, not backported by default pr-must-backport Pull request should be backported intentionally. Use this label with great care!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deadlock in ProcessList
5 participants