-
Notifications
You must be signed in to change notification settings - Fork 7.5k
mark ZOUTOFMEMORY as keeper hardware error #84420
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
Merged
hanfei1991
merged 2 commits into
ClickHouse:master
from
hanfei1991:hanfei/fix_keeper_error_code
Jul 25, 2025
Merged
mark ZOUTOFMEMORY as keeper hardware error #84420
hanfei1991
merged 2 commits into
ClickHouse:master
from
hanfei1991:hanfei/fix_keeper_error_code
Jul 25, 2025
+1
−0
Conversation
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
Workflow [PR], commit [3dd0499] Summary: ❌
|
GrigoryPervakov
approved these changes
Jul 25, 2025
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.
Should we backport that?
Merged
via the queue into
ClickHouse:master
with commit Jul 25, 2025
cab7eaf
361 of 366 checks passed
This was referenced Jul 25, 2025
robot-clickhouse-ci-2
added a commit
that referenced
this pull request
Jul 25, 2025
Cherry pick #84420 to 25.3: mark ZOUTOFMEMORY as keeper hardware error
robot-clickhouse
added a commit
that referenced
this pull request
Jul 25, 2025
This was referenced Jul 25, 2025
robot-clickhouse-ci-2
added a commit
that referenced
this pull request
Jul 25, 2025
Cherry pick #84420 to 25.4: mark ZOUTOFMEMORY as keeper hardware error
robot-clickhouse
added a commit
that referenced
this pull request
Jul 25, 2025
This was referenced Jul 25, 2025
robot-clickhouse-ci-2
added a commit
that referenced
this pull request
Jul 25, 2025
Cherry pick #84420 to 25.5: mark ZOUTOFMEMORY as keeper hardware error
robot-clickhouse
added a commit
that referenced
this pull request
Jul 25, 2025
This was referenced Jul 25, 2025
robot-clickhouse-ci-2
added a commit
that referenced
this pull request
Jul 25, 2025
Cherry pick #84420 to 25.6: mark ZOUTOFMEMORY as keeper hardware error
robot-clickhouse
added a commit
that referenced
this pull request
Jul 25, 2025
This was referenced Jul 25, 2025
robot-clickhouse-ci-2
added a commit
that referenced
this pull request
Jul 25, 2025
Cherry pick #84420 to 25.7: mark ZOUTOFMEMORY as keeper hardware error
robot-clickhouse
added a commit
that referenced
this pull request
Jul 25, 2025
hanfei1991
added a commit
that referenced
this pull request
Jul 25, 2025
Cherry pick #84420 to 24.8: mark ZOUTOFMEMORY as keeper hardware error
robot-clickhouse
added a commit
that referenced
this pull request
Jul 25, 2025
clickhouse-gh bot
added a commit
that referenced
this pull request
Jul 25, 2025
Backport #84420 to 25.7: mark ZOUTOFMEMORY as keeper hardware error
clickhouse-gh bot
added a commit
that referenced
this pull request
Jul 25, 2025
Backport #84420 to 25.6: mark ZOUTOFMEMORY as keeper hardware error
alexey-milovidov
added a commit
that referenced
this pull request
Jul 25, 2025
Backport #84420 to 25.5: mark ZOUTOFMEMORY as keeper hardware error
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-backports-created-cloud
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!
pr-must-backport-cloud
pr-must-backport-synced
The `*-must-backport` labels are synced into the cloud Sync PR
pr-synced-to-cloud
The PR is synced to the cloud repo
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.
SharedMergeTree will check the error type, it should either be hardware error or user error, otherwise it will throw logical error. See https://github.com/ClickHouse/clickhouse-core-incidents/issues/877
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
make
ZOUTOFMEMORY
hardware error, otherwise it will throw logical error. See https://github.com/ClickHouse/clickhouse-core-incidents/issues/877Documentation entry for user-facing changes