kfaraz commented on issue #11700: URL: https://github.com/apache/druid/issues/11700#issuecomment-1309716408
The main issue of high runtime of `MarkAsUnusedOvershadowedSegments` has been fixed in #13287 . As pointed earlier by @abhishekagarwal87 , the `isOvershadowed` method itself might not be too costly but since it was invoked too many times, it amounted to a very long runtime. The fix looks only at the segments that have already been identified to be overshadowed by the timeline, rather than iterating over all the used 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]
