leventov opened a new issue #7859: Add MetadataSegmentManager.markSegmentsAsUnused(Iterable<String>) for batch marking segments as unused URL: https://github.com/apache/incubator-druid/issues/7859 There are two places in code where segments are marked unused one by one in a loop: https://github.com/apache/incubator-druid/blob/c612ddc0f4a4588e97e94173638f8cda286f7c0c/server/src/main/java/org/apache/druid/server/coordinator/helper/DruidCoordinatorCleanupOvershadowed.java#L73-L80 https://github.com/apache/incubator-druid/blob/c612ddc0f4a4588e97e94173638f8cda286f7c0c/extensions-contrib/materialized-view-maintenance/src/main/java/org/apache/druid/indexing/materializedview/MaterializedViewSupervisor.java#L390-L395 Related to #7568.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
