somandal commented on code in PR #15284:
URL: https://github.com/apache/pinot/pull/15284#discussion_r1999748429
##########
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/RebalanceSummaryResult.java:
##########
@@ -161,6 +170,62 @@ public int getExpectedValueAfterRebalance() {
}
}
+ public static class TenantInfo {
+ private final String _tenantName;
+ private int _numSegmentsUnchanged;
+ private int _numSegmentsReceived;
+ private int _numServerParticipants;
+
+ @JsonCreator
+ public TenantInfo(
+ @JsonProperty("tenantName") String tenantName,
+ @JsonProperty("numSegmentsReceived") int numSegmentsReceived,
Review Comment:
nit: rename to `numSegmentsAdded` to be consistent with other summary pieces
--
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]