Re: Repairing question

2017-06-29 Thread Javier Canillas
Thanks for all the responses. It's much clearer now. 2017-06-26 0:59 GMT-03:00 Paulo Motta : > > Not sure since what version, but in 3.10 at least (I think its since 3.x > started) full repair does do anti-compactions and marks sstables as > repaired. > > Thanks for the correction, anti-compactio

Re: Repairing question

2017-06-25 Thread Paulo Motta
> Not sure since what version, but in 3.10 at least (I think its since 3.x > started) full repair does do anti-compactions and marks sstables as repaired. Thanks for the correction, anti-compaction after full repairs was added on 2.2 CASSANDRA-7586 but removed on 4.0 by CASSANDRA-9143. Just for c

Re: Repairing question

2017-06-22 Thread Javier Canillas
Paulo, Thanks for your explanation. 2017-06-22 17:30 GMT-03:00 Paulo Motta : > > This attribute seems to be only modified when executing "nodetool repair > [keyspace] [table]", but not when executing with other options like > --in-local-dc or --pr. > > This is correct behavior because this m

Re: Repairing question

2017-06-22 Thread Paulo Motta
> This attribute seems to be only modified when executing "nodetool repair > [keyspace] [table]", but not when executing with other options like > --in-local-dc or --pr. This is correct behavior because this metric actually represent the percentage of SSTables incrementally repaired - and ma

Repairing question

2017-06-22 Thread Javier Canillas
Hi, I have been thinking about scheduling a daily routine to force repairs on a cluster to maintain its health. I saw that by running a nodetool tablestats [keyspace] there is an attribute called "Percent repaired" that show the percentage of data repaired on the each table. This attribute seems