somandal commented on code in PR #15266: URL: https://github.com/apache/pinot/pull/15266#discussion_r2013074065
########## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java: ########## @@ -719,23 +741,24 @@ private RebalanceSummaryResult calculateDryRunSummary(Map<String, Map<String, St RebalanceSummaryResult.RebalanceChangeInfo numSegmentsAcrossAllReplicas = new RebalanceSummaryResult.RebalanceChangeInfo(existingNumberSegmentsTotal, newNumberSegmentsTotal); - int totalSegmentsToBeMoved = newNumberSegmentsTotal - segmentsNotMoved; + int totalSegmentsToBeAddedd = newNumberSegmentsTotal - segmentsNotMoved; Review Comment: oops, good catch, fixed -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org