0

The Cassandra documentation recommends to run the nodetool repair for every GC seconds (10 days), but this nodetool repair command takes more time and resources. Hence to reduce time and resources I followed partitioner range repair mechanism (nodetool repair -pr) on each node of the data center as mentioned in Cassandra docs:

https://docs.datastax.com/en/cassandra/2.1/cassandra/operations/opsRepairNodesManualRepair.html

When I used nodetool repair -pr I could see the time taken is less as compared to nodetool repair.

Hence currently I am running nodetool repair -pr command on each node of all my data centers one by one.

I want to know can we run nodetool repair -pr command in all the nodes in parallel? (or) Should I run nodetool repair -pr command with a time difference between each nodes?

Shoban Sundar
  • 493
  • 1
  • 9
  • 11

0 Answers0