-
Notifications
You must be signed in to change notification settings - Fork 597
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
cluster: reject writes only when data disk is degraded #24436
Conversation
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/59241#01939393-73db-4935-87e8-9b193bc30f60:
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/59251#01939471-a183-4f65-8f55-0d0b88888849:
|
Retry command for Build#59241please wait until all jobs are finished before running the slash command
|
a5f08a4
to
88e2995
Compare
the below tests from https://buildkite.com/redpanda/redpanda/builds/59251#01939417-d322-4b6a-b8f3-30c4e837a917 have failed and will be retried
|
Retry command for Build#59251please wait until all jobs are finished before running the slash command
|
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.
makes sense to me!
/ci-repeat 1 |
/ci-repeat 1 |
Health monitor tracks only the data disk now as the only use of that state is for rejecting writes. Cache disk state is irrelevant at cluster level. This was tested manually by creating a cluster with custom cache disk mountpoint and trying to produce to it. Before this commit, producing would have failed with a full cache disk. After this commit, producing fails only if the data disk is full.
88e2995
to
b6b9a60
Compare
/backport v24.3.x |
/backport v24.2.x |
/backport v24.1.x |
Background https://redpandadata.atlassian.net/browse/CORE-8349
Health monitor tracks only the data disk now as the only use of that state is for rejecting writes. Cache disk state is irrelevant at cluster level.
This was tested manually by creating a cluster with custom cache disk mountpoint and trying to produce to it.
Before this commit, producing would have failed with a full cache disk. After this commit, producing fails only if the data disk is full.
Backports Required
Release Notes
Bug Fixes