Reputation: 51
It is possible to "re-commission" a decommissioned node in Cassandra? If so, how? Which can be the safest procedure?
Thanks a lot for your help!!
Upvotes: 2
Views: 2152
Reputation: 1480
To "recomission" (reinsert) a node, I'd verify with "nodetool ring" that the node had been decomissioned, remove the data directory (system and keyspace directories) on the decomissioned node and bootstrap the node again.
Upvotes: 1