Skip to content

Instantly share code, notes, and snippets.

@yolleksandr
Created February 15, 2019 20:38
Show Gist options
  • Save yolleksandr/5d6cca2c34e636725b64444bedb08fcb to your computer and use it in GitHub Desktop.
Save yolleksandr/5d6cca2c34e636725b64444bedb08fcb to your computer and use it in GitHub Desktop.
Cassandra restore node after failure
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