Jackie-Jiang opened a new pull request #7828: URL: https://github.com/apache/pinot/pull/7828
Currently `EmptySegmentPruner` might have race condition where `_emptySegments` can be modified and accessed at the same time. Fix it by always keeping a snapshot of the `_emptySegments`. Also add cache to the pruner so that no need to recalculate the result given the same input segments. -- 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]
