snleee opened a new pull request, #10290: URL: https://github.com/apache/pinot/pull/10290
- Current implementation waits for all segments to become online. - By the time we update ZK, it's highly likely that the znode is already changed if there is another replacement protocol is happening at the same time. - This PR adds a tight retry block for updating ZNode for segment lineage to improve the success rate. -- 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]
