You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "Jackie-Jiang (via GitHub)" <gi...@apache.org> on 2023/02/23 19:43:42 UTC

[GitHub] [pinot] Jackie-Jiang commented on issue #10313: API for Rebalance Status

Jackie-Jiang commented on issue #10313:
URL: https://github.com/apache/pinot/issues/10313#issuecomment-1442331999

   Rebalance is slightly different from reload because the target assignment (IS) can change multiple times with no-downtime settings, also if the IS changes while rebalancing, pinot will re-compute the target assignment.
   To solve this, we can pass in a hook to the rebalancer, and let the rebalancer pass back the current rebalancing state. Only rebalancer knows the progress of the rebalance since IS can change dynamically.


-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org