Allow disabling of PSI_*_* async metrics collection#88557
Merged
alesapin merged 3 commits intoClickHouse:masterfrom Dec 13, 2025
Merged
Allow disabling of PSI_*_* async metrics collection#88557alesapin merged 3 commits intoClickHouse:masterfrom
alesapin merged 3 commits intoClickHouse:masterfrom
Conversation
alesapin
approved these changes
Oct 16, 2025
Contributor
|
Workflow [PR], commit [284ae23] Summary: ❌
|
Member
|
@MikhailBurdukov the only thing is that it's not a bug fix, but improvement. |
Contributor
Author
|
@alesapin Fixed changelog category, but can we try to backport the pr anyway, because the issue is pretty painful for our clusters? 🙏 |
Contributor
Author
|
@alesapin ping |
Contributor
Author
|
@alesapin Could you put |
Contributor
Author
|
@alesapin |
Merged
via the queue into
ClickHouse:master
with commit Dec 13, 2025
43172b4
128 of 132 checks passed
Contributor
Author
|
@alesapin The PR is |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Allow disabling of
PSI_*_*async metrics collectionDocumentation entry for user-facing changes
Details
We run ClickHouse in a pretty specific containerization infrastructure and we have faced issues where
/proc/pressure/*files actually exist:But it is impossible to read from them:
And it causes a lot of spam in ClickHouse logs with exceptions when ClickHouse reads from these files:
This PR adds a setting to disable collection of such metrics.