jadami10 opened a new pull request, #11768: URL: https://github.com/apache/pinot/pull/11768
This is a small `bugfix` for the table rebalancer. This triggers the start of the rebalance observer earlier. It then sets it to success when instance assignment is already complete. If you rebalance a table with "reassignAssignments" and the instance assignment doesn't change, you will get "IN_PROGRESS" back, but the id won't exist in zk. So polling that id will just give you a 404, but the logs will say the table is already balanced. After this fix, the id will get updated in ZK, so you can poll it. -- 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