You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2021/11/30 23:33:48 UTC

[GitHub] [cassandra] dcapwell commented on a change in pull request #1341: 4.0: Don't block GossipTasks when clearing repair snapshots

dcapwell commented on a change in pull request #1341:
URL: https://github.com/apache/cassandra/pull/1341#discussion_r759741909



##########
File path: src/java/org/apache/cassandra/service/ActiveRepairService.java
##########
@@ -866,4 +892,10 @@ public void abort(Predicate<ParentRepairSession> predicate, String message)
             parentSessionsToRemove.forEach(this::removeParentRepairSession);
         }
     }
+
+    @VisibleForTesting
+    public int parentRepairSessionCount()

Review comment:
       duplicate of `parentRepairSessionsCount`; extra `s`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org