bereng commented on a change in pull request #896:
URL: https://github.com/apache/cassandra/pull/896#discussion_r577334272
##########
File path: src/java/org/apache/cassandra/repair/RepairRunnable.java
##########
@@ -699,6 +706,7 @@ public void onSuccess(Object result)
else
{
success("Repair completed successfully");
+ ActiveRepairService.instance.cleanUp(parentSession,
cleanupEndpoints);
Review comment:
Parent session is removed as part of the `success()` call path.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]