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

Reply via email to