J-HowHuang opened a new pull request, #15284:
URL: https://github.com/apache/pinot/pull/15284

   ## Description
   For tier table rebalance, it's important to know how many segments are in 
effect in terms of tenants (usually equivalent to tiers) because the cost can 
then be assessed.
   
   ## Example
   ```
   "rebalanceSummaryResult": {
       "serverInfo": {
         ...
       },
       "segmentInfo": {
         ...
       },
      "tenantsInfo": [
         {
           "tenantName": "DefaultTenant_OFFLINE",
           "numSegmentsReceived": 200,
           "numSegmentsUnchanged": 500,
           "numServersParticipants": 3
         },
         {
           "tenantName": "SSD_OFFLINE",
           "numSegmentsReceived": 0,
           "numSegmentsUnchanged": 200,
           "numServersParticipants": 3
         },
         {
           "tenantName": "HDD_OFFLINE",
           "numSegmentsReceived": 100,
           "numSegmentsUnchanged": 0,
           "numServersParticipants": 5
         }
       ]
   ```


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