user2160837
user2160837

Reputation: 51

Cassandra: recommission Decommission of a node

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

Answers (1)

Fredrik LS
Fredrik LS

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

Related Questions