Created
February 15, 2019 20:38
-
-
Save yolleksandr/5d6cca2c34e636725b64444bedb08fcb to your computer and use it in GitHub Desktop.
Cassandra restore node after failure
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
https://docs.datastax.com/en/cassandra/3.0/cassandra/operations/opsReplaceNode.html | |
nodetool removenode ID | |
delete from snitch | |
restart live nodes | |
delete data dir on false node | |
enable bootstrap | |
start | |
enjoy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment