Re: Correct repair job

2018-11-21 Thread Riccardo Ferrari
Hi, Given the number of nodes, I would consider deploying a tool like cassandra reaper . Best, On Wed, Nov 21, 2018 at 6:28 AM Pranab Bordoloi wrote: > Hi, > Yes, it needs to run on every node. This may help - > https://www.datastax.com/dev/blog/repair-in-cassandra

Re: Correct repair job

2018-11-20 Thread Pranab Bordoloi
Hi, Yes, it needs to run on every node. This may help - https://www.datastax.com/dev/blog/repair-in-cassandra Consider using '-full' to avoid incremental repair whatsoever. Check the -dc, -dcpar and -local options for controlling its behaviour across DCs please - https://docs.datastax.com/en/cassan

Correct repair job

2018-11-20 Thread Mun Dega
Hello, I am looking to run 'nodetool repair -pr' for my 30 node Cassandra cluster. My question is, do I need to run that command on every one of the 30 nodes? How about if I have multiple DC's, can a single repair job apply too all nodes/DC's?