Jackie-Jiang commented on PR #11768: URL: https://github.com/apache/pinot/pull/11768#issuecomment-1756172808
Currently we only track the rebalance status when it returns `IN_PROGRESS` (execute in background), and not track the rebalance status when it finishes immediately (`NO_OP` or `DONE`). This PR changes that to always track the rebalance status even if it returns immediately. Do we return the job id when the job finishes immediately (IMO that is not really needed)? If we want to track all the jobs, we also need to update the status for dry-run etc (basically any exit of the rebalance). -- 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]
