J-HowHuang commented on code in PR #15175:
URL: https://github.com/apache/pinot/pull/15175#discussion_r1978438023


##########
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/RebalanceSummaryResult.java:
##########
@@ -86,12 +89,18 @@ public static class ServerSegmentChangeInfo {
     public ServerSegmentChangeInfo(@JsonProperty("serverStatus") ServerStatus 
serverStatus,
         @JsonProperty("totalSegmentsAfterRebalance") int 
totalSegmentsAfterRebalance,
         @JsonProperty("totalSegmentsBeforeRebalance") int 
totalSegmentsBeforeRebalance,
+        @JsonProperty("diskUsedAfterRebalance") long diskUsedAfterRebalance,

Review Comment:
   Make sense. We can include them as `diskUtilizationFootprint` and 
`diskUtilizationNetChange` into the summary.



-- 
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]

Reply via email to