Re: Question on how to run incremental repairs

2014-10-22 Thread Robert Coli
On Wed, Oct 22, 2014 at 5:47 AM, Marcus Eriksson wrote: > > no, if you get a corrupt sstable for example, you will need to run an old > style repair on that node (without -inc). > As a general statement, if you get a corrupt SSTable, restoring it from a backup (with the node down) should be done

Re: Question on how to run incremental repairs

2014-10-22 Thread Marcus Eriksson
On Wed, Oct 22, 2014 at 2:39 PM, Juho Mäkinen wrote: > I'm having problems understanding how incremental repairs are supposed to > be run. > > If I try to do "nodetool repair -inc" cassandra will complain that "It is > not possible to mix sequential repair and incremental repairs". However it > s

Question on how to run incremental repairs

2014-10-22 Thread Juho Mäkinen
I'm having problems understanding how incremental repairs are supposed to be run. If I try to do "nodetool repair -inc" cassandra will complain that "It is not possible to mix sequential repair and incremental repairs". However it seems that running "nodetool repair -inc -par" does the job, but I