Re: Issue with anti-compaction while running full repair with -pr option

2020-11-09 Thread manish khandelwal
Pushpendra, Probably you can read all the data using spark with Consistency level ALL for repairing the data. Regards Manish On Mon, Nov 9, 2020 at 11:31 AM Alexander DEJANOVSKI wrote: > Hi, > > You have two options to disable anticompaction when running full repair: > > - add the list of DCs

Re: Issue with anti-compaction while running full repair with -pr option

2020-11-08 Thread Alexander DEJANOVSKI
Hi, You have two options to disable anticompaction when running full repair: - add the list of DCs using the --dc flag (even if there's just a single DC in your cluster) - Use subrange repair, which is done by tools such as Reaper (it can be challenging to do it yourself on a vnode cluster).

Issue with anti-compaction while running full repair with -pr option

2020-11-08 Thread Pushpendra Rajpoot
Hi Team, In Cassandra 3.x, Anti-compaction is performed after repair (incremental or full). Repair does not have any way to bypass anti-compaction (if not running sub range repair with -st & -et). Here is a jira ticket. https://issues.apache.org/jira/browse/CASSANDRA-11511 I am facing 100% disk