tahaboty-stripe opened a new pull request, #13372: URL: https://github.com/apache/pinot/pull/13372
When rebalancing tables with a large number of segments, it takes a while for the jobId to persist in Zookeeper and polling for the jobId results in a ResourceNotFoundException, even though it would become available in a few seconds. This code aims to introduce a specific retry policy in order to counteract this. It forces a retry 3 times in order to check if the jobId has been found. If it still has not then the rebalance will fail. -- 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