snleee opened a new pull request, #11832: URL: https://github.com/apache/pinot/pull/11832
Currently, we fetch the list of segment zk metadata directly from the property store. This can cause the issue when the segment deletion process fails in the middle (deleted the segment from idealstate while the zk metadata is not cleaned up). In order to avoid scheduling dangling segment, we should compute the intersection of segment zk metadata and idealstate. -- 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]
