Arijit created CASSANDRA-12943:
----------------------------------
Summary: nodetool removenode should optionally perform repair
Key: CASSANDRA-12943
URL: https://issues.apache.org/jira/browse/CASSANDRA-12943
Project: Cassandra
Issue Type: New Feature
Components: Streaming and Messaging
Reporter: Arijit
Using nodetool removenode while expecting quorum consistency does not work
since we essentially choose replicas at random to replace replicas on the node
being removed.
For users expecting quorum consistency, it will be helpful to add an option
which, if enabled, runs some form of repair during removenode. The consistency
guarantee will be important for users who prefer consistency over availability.
This will eliminate the window of inconsistency between a removenode and a
subsequent repair.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)