Open atinsood opened 8 years ago
None of this scripting has been tested against 3.x.
Incremental repairs are the default in 3.X
.
Thanks @BrianGallew @powellchristoph I can give it a spin against 3.x and see how thins work out. w.r.t. incremental repairs being default in 3.x, are you guys aware if incremental repairs and range repairs are not compatible with each other or is the above warning pretty much telling you that basically I am preventing something bad from happening.
On a 3.x cluster even without asking for incremental repair using
./range_repair.py -k odin -l -v
I still keep seeing this message as warning in the logs.
RepairOption.java:148 - Incremental repair can't be requested with subrange repair because each subrange repair would generate an anti-compacted table. The repair will occur but without anti-compaction.