ekaterinadimitrova2 commented on a change in pull request #896:
URL: https://github.com/apache/cassandra/pull/896#discussion_r577130198
##########
File path: src/java/org/apache/cassandra/service/ActiveRepairService.java
##########
@@ -304,6 +306,12 @@ public int getRepairSessionSpaceInMegabytes()
return stats;
}
+ @Override
+ public int parentRepairSessionCount()
Review comment:
nit which I understand is not part of this patch and you override the
method but I would personally go ahead and change it to
`parentRepairSessionsCount()`
----------------------------------------------------------------
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]