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

Feature: reject user write requests when disk space is insufficient #787

Closed
hycdong opened this issue Jul 23, 2021 · 0 comments
Closed

Feature: reject user write requests when disk space is insufficient #787

hycdong opened this issue Jul 23, 2021 · 0 comments
Labels
type/config-change Added or modified configuration that should be noted on release note of new version. type/enhancement Indicates new feature requests
Milestone

Comments

@hycdong
Copy link
Contributor

hycdong commented Jul 23, 2021

Feature Request

When disk space is full, any write will lead to coredump. So when the disk space is insufficient, we should reject user write requests for safety.
If one disk available space is below the threshold, all replica on this disk will reject user write request.
This feature is implemented by rdsn#833, rdsn#851.

[replication]
+reject_write_when_disk_insufficient=true
+disk_min_available_space_ratio=10
@hycdong hycdong added type/enhancement Indicates new feature requests type/config-change Added or modified configuration that should be noted on release note of new version. labels Jul 23, 2021
@hycdong hycdong added this to the v2.3.0 milestone Jul 23, 2021
@hycdong hycdong mentioned this issue Sep 23, 2021
@hycdong hycdong closed this as completed Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/config-change Added or modified configuration that should be noted on release note of new version. type/enhancement Indicates new feature requests
Projects
None yet
Development

No branches or pull requests

1 participant