Let's say I log into a Cassandra node X and issue nodetool repair
. Will I only repair the data residing on X? Or will I also automatically repair all other nodes that have replicas of what X holds (that is, reconsile data inconsistencies two-way)?
Let's say I log into a Cassandra node X and issue nodetool repair
. Will I only repair the data residing on X? Or will I also automatically repair all other nodes that have replicas of what X holds (that is, reconsile data inconsistencies two-way)?
You repair all replicas.
http://www.datastax.com/documentation/cassandra/1.2/cassandra/operations/ops_repair_nodes_c.html