You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2022. It is now read-only.
Hi,
On our Cassandra cluster, i see the below message no of times when the reaper is running.
SegmentRunner - SegmentRunner declined to repair segment 556369 because of too many pending compactions (> 20) on host.
But when i run the "nodetool compactionstats" on that node, most of the time, i see only one compaction task is running. Though the pending tasks show more than 20 .
Now, i understand the "pending tasks" is actually only an estimate, not the actual no. of tasks pending.
So my question is, why should Reaper wait on the pending tasks, even though there are less than 20 pending tasks running on that node.