Re: Repair with -pr and -local after CASSANDRA-7450

2015-05-18 Thread Paulo Motta
Some things you might try: - backport the #7450 patch to 2.0 and have a custom Cassandra build with that fix (unfortunately the patch is not currently mergeable) - upgrade to 2.1 if you can - create a program that calculates primary ranges of each node from the ring, and execute repairs on them wi

Re: Repair with -pr and -local after CASSANDRA-7450

2015-05-18 Thread Anuj Wadehra
Ok. So, does that mean that -pr is not available in 2.0.x untill you are willing to pay additional cost for cross DC repair (which I think is not practical)? Thanks Anuj Sent from Yahoo Mail on Android From:"Yuki Morishita" Date:Tue, 19 May, 2015 at 1:06 am Subject:Re: Repair with -pr and -

Re: Repair with -pr and -local after CASSANDRA-7450

2015-05-18 Thread Yuki Morishita
CASSANDRA-7450 is for version 2.1.1 and higher. So it is not available in 2.0.x. On Mon, May 18, 2015 at 1:43 PM, Anuj Wadehra wrote: > Hi, > This is regarding execution of repair -pr in local DC. > CASSANDRA-7313 disabled using pr with local option. Later, CASSANDRA-7450 > allowed it. But when