J-HowHuang commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2013049985
##########
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:
Is `totalSegmentsToBeAddedd` a typo?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]