klsince opened a new pull request, #13281:
URL: https://github.com/apache/pinot/pull/13281

   bugfix, as found in some edge cases, the RebalanceChecker, the controller 
periodic task, might get into a retry loop, because table rebalance failed and 
left a failure job status in ZK but somehow the table got balanced by itself 
perhaps upon servers restarts. But due to the failure status left in ZK, the 
RebalanceChecker would continue to retry but simply returned as noop, and 
didn't update the job failure status in ZK, so it'd retry again.


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