suddendust commented on issue #10313: URL: https://github.com/apache/pinot/issues/10313#issuecomment-1441430986
I think this can be pretty similar to the reload API. During rebalance, we persist the rebalance config and the segments to monitor in ZK. When the status API is called, we can fetch the IS, the EV and check if they have converged (don't need to calculate the segments to move as it's already persisted in ZK). We can either respond with a yes or no, or can return the segments that have actually not converged yet. @Jackie-Jiang @saurabhd336 Does this sound like a correct approach? Thanks! -- 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