That's the only way to get this done then, break writes and fix them with incremental repairs?
On Friday, August 18, 2017, 5:17:38 PM PDT, kurt greaves <k...@instaclustr.com> wrote: You need to run an incremental repair for sstables to be marked repaired. However only if all of the data in that Sstable is repaired during the repair will you end up with it being marked repaired, otherwise an anticompaction will occur and split the unrepaired data into its own sstable.It's pretty unlikely you will get all SSTables marked as repaired unless you stop writing data and run inc repair multiple times.