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

Detect loss of metadata store disks #2415

Open
Tracked by #2408
tillrohrmann opened this issue Dec 12, 2024 · 0 comments
Open
Tracked by #2408

Detect loss of metadata store disks #2415

tillrohrmann opened this issue Dec 12, 2024 · 0 comments

Comments

@tillrohrmann
Copy link
Contributor

tillrohrmann commented Dec 12, 2024

Once a metadata store peer is part of a cluster and loses its disk, it should not join the cluster with the same peer id in an already existing configuration epoch. The problem is that this peer might have cast some votes before on which it must not go back. Hence, if we can detect this situation, then we can prevent this node from joining the cluster again. One idea could be to store in the NodesConfiguration whether a node has joined the metadata store cluster or not. If it did and we find an empty disk, then this is an indicator that we lost the disk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant