Note that the tickle approach doesn’t mark sstables as repaired (it’s a simpler version of mutation based repair in a sense), so Cassandra has no way to prove that the data has been repaired.
With tickets like https://issues.apache.org/jira/browse/CASSANDRA-6434, this has implications on tombstone removal. From: Anubhav Kale <anubhav.k...@microsoft.com> Reply-To: "user@cassandra.apache.org" <user@cassandra.apache.org> Date: Wednesday, October 12, 2016 at 9:17 AM To: "user@cassandra.apache.org" <user@cassandra.apache.org> Subject: RE: Repair in Multi Datacenter - Should you use -dc Datacenter repair or repair with -pr The default repair process doesn’t usually work at scale, unfortunately. Depending on your data size, you have the following options. Netflix Tickler: https://github.com/ckalantzis/cassTickler (Read at CL.ALL via CQL continuously :: Python) Spotify Reaper: https://github.com/spotify/cassandra-reaper (Subrange repair, provides a REST endpoint and calls APIs through JMX :: Java) List subranges: https://github.com/pauloricardomg/cassandra-list-subranges (Tool to get subranges for a given node. :: Java) Subrange Repair: https://github.com/BrianGallew/cassandra_range_repair (Tool to subrange repair :: Python) Mutation Based Repair (Not ready yet): https://issues.apache.org/jira/browse/CASSANDRA-8911 (C* is thinking of doing this - hot off the press) If you have Spark in your system, you could use that to do what Netflix Tickler does. We’re experimenting with it and seems to be the best fit for our datasets over all the other options. From: Leena Ghatpande [mailto:lghatpa...@hotmail.com] Sent: Wednesday, October 12, 2016 7:16 AM To: user@cassandra.apache.org Subject: Repair in Multi Datacenter - Should you use -dc Datacenter repair or repair with -pr Please advice. Cannot find any clear documentation on what is the best strategy for repairing nodes on a regular basis with multiple datacenters involved. We are running cassandra 3.7 in multi datacenter with 4 nodes in each data center. We are trying to run repairs every other night to keep the nodes in good state.We currently run repair with -pr option , but the repair process gets hung and does not complete gracefully. Dont see any errors in the logs either. What is the best way to perform repairs on multiple data centers on large tables. 1. Can we run Datacenter repair using -dc option for each data center? Do we need to run repair on each node in that case or will it repair all nodes within the datacenter? 2. Is running repair with -pr across all nodes required , if we perform the step 1 every night? 3. Is cross data center repair required and if so whats the best option? Thanks Leena ____________________________________________________________________ CONFIDENTIALITY NOTE: This e-mail and any attachments are confidential and may be legally privileged. If you are not the intended recipient, do not disclose, copy, distribute, or use this email or any attachments. If you have received this in error please let the sender know and then delete the email and all attachments.
smime.p7s
Description: S/MIME cryptographic signature