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: support broken disk check while starting and adding disk dynamically #788

Closed
hycdong opened this issue Jul 23, 2021 · 0 comments
Closed
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

In current implementation, if a disk is broken, replica server will core, and server can't be started automically. It can be started after adding the broken disk path into black_list manually. If the disk repaired, we should stop replica server instance firstly, then remove the disk path from black_list, then restart the instance. This is not convenient when broken disk happened.

rdsn#834 supports disk check while initialization, if a disk is broken, its path will be excluded and replica instance can start succeed.
rdsn#839 supports a rpc for adding a new disk, no need to restart the replica instance.
NOTICE: if you add a totally new disk, not in the config files, you should add this disk path and tag in data_dir configuration.

[replication]
+ignore_broken_disk=true
@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