Is there a way to remove or change the 1 running repair per node limit? We would like to run 2 or 4 of them per node right now.
--
You received this message because you are subscribed to the Google Groups "TLP Apache Cassandra Reaper users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlp-apache-cassandra-r...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlp-apache-cassandra-reaper-users/6ebc5c25-07d3-41d3-ab8d-48b0ff4e9897%40googlegroups.com.
Not yet, but we're considering it for a near future.-----------------
Alexander Dejanovski
France
@alexanderdeja
Consultant
Apache Cassandra Consulting
On Wed, Nov 6, 2019 at 12:53 PM Dan Bader <bad...@gmail.com> wrote:
Is there a way to remove or change the 1 running repair per node limit? We would like to run 2 or 4 of them per node right now.--
You received this message because you are subscribed to the Google Groups "TLP Apache Cassandra Reaper users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlp-apache-cassandra-reaper-users+unsubscribe@googlegroups.com.
If we could have 2 or more repairs running on a node that would greatly help us. besides the below is there another way to speed up repairs?repairIntensity: 1repairRunThreadCount: 100repairManagerSchedulingIntervalSeconds: 0we are also using a parallel repair with 4 threads.segmentCountPerNode: 128 which gives us about 70k and looks to take about 5 days.
If we could get the days down to about 3 for a full repair that would be preferred.
On Wednesday, November 6, 2019 at 9:45:32 AM UTC-5, Alexander Dejanovski wrote:
Not yet, but we're considering it for a near future.-----------------
Alexander Dejanovski
France
@alexanderdeja
Consultant
Apache Cassandra Consulting
On Wed, Nov 6, 2019 at 12:53 PM Dan Bader <bad...@gmail.com> wrote:
Is there a way to remove or change the 1 running repair per node limit? We would like to run 2 or 4 of them per node right now.--
You received this message because you are subscribed to the Google Groups "TLP Apache Cassandra Reaper users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlp-apache-cassandra-r...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlp-apache-cassandra-reaper-users/6ebc5c25-07d3-41d3-ab8d-48b0ff4e9897%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "TLP Apache Cassandra Reaper users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlp-apache-cassandra-r...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlp-apache-cassandra-reaper-users/938aca5e-6905-4fca-b372-5a82957f22cb%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tlp-apache-cassandra-reaper-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlp-apache-cassandra-reaper-users/6ebc5c25-07d3-41d3-ab8d-48b0ff4e9897%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "TLP Apache Cassandra Reaper users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlp-apache-cassandra-reaper-users+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to tlp-apache-cassandra-r...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlp-apache-cassandra-reaper-users/6ebc5c25-07d3-41d3-ab8d-48b0ff4e9897%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "TLP Apache Cassandra Reaper users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlp-apache-cassandra-r...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlp-apache-cassandra-reaper-users/938aca5e-6905-4fca-b372-5a82957f22cb%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "TLP Apache Cassandra Reaper users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlp-apache-cassandra-r...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlp-apache-cassandra-reaper-users/889d0ccb-f589-46c8-a0c8-1ba28de002ec%40googlegroups.com.
Dan, if it helps, we found that the 4 parallel repairs seemed counterproductive. The TLP folks can speak better to the details, but from what I could see in the source, the way of telling if a node is busy with a repair is pretty simplistic right now. It was better to not just load up on the reasons for skipping segments because a node was deemed in repair. The real problem we could see was that the time to complete the repair on any given segment was what we had to fight.
The biggest obstacle was really the memory load of the merkle tree height. Going to a parallelism of 1 and applying a backpatch from 4.0 to reduce the memory footprint of the merkle trees, with intensity 1, 64 segments per node (4 vnodes) worked out well. The other thing was to be careful to not have hangingRepairTimeoutMins be set too aggressively low, or the cluster burned time in repairs we just give up on, and did again later. Once we had things tuned to the point that the number of attempts per segment was almost always 1, we in pretty good shape. Initially repairs were taking about 9 to 10 days, once all of the above was done, we were down to about 2. We’re on 3.11.4 so your situation could have similarities.
R
From: <tlp-apache-cassa...@googlegroups.com> on behalf of Dan Bader <bad...@gmail.com>
Date: Thursday, November 7, 2019 at 9:58 AM
To: TLP Apache Cassandra Reaper users <tlp-apache-cassa...@googlegroups.com>
Subject: Re: Remove 1 Repair per node limit
Message from External Sender
To unsubscribe from this group and stop receiving emails from it, send an email to tlp-apache-cassandra-r...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlp-apache-cassandra-reaper-users/6ebc5c25-07d3-41d3-ab8d-48b0ff4e9897%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "TLP Apache Cassandra Reaper users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlp-apache-cassandra-r...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlp-apache-cassandra-reaper-users/938aca5e-6905-4fca-b372-5a82957f22cb%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "TLP Apache Cassandra Reaper users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
tlp-apache-cassandra-r...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tlp-apache-cassandra-reaper-users/889d0ccb-f589-46c8-a0c8-1ba28de002ec%40googlegroups.com.