clohfink commented on code in PR #4126:
URL: https://github.com/apache/cassandra/pull/4126#discussion_r2066882225


##########
src/java/org/apache/cassandra/repair/autorepair/AutoRepairState.java:
##########
@@ -101,6 +112,19 @@ protected RepairCoordinator getRepairRunnable(String 
keyspace, RepairOption opti
                                                  options, keyspace);
     }
 
+    public void calcExpectedScheduleStats(List<PrioritizedRepairPlan> 
repairPlans)

Review Comment:
   nitpick: rename to something like calculateRepairPlanStatistics or 
updateScheduleStatistics to be more descriptive (feel free to ignore)



-- 
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-unsubscr...@cassandra.apache.org

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


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

Reply via email to