You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/06/10 13:31:50 UTC

[GitHub] [incubator-druid] leventov opened a new issue #7859: Add MetadataSegmentManager.markSegmentsAsUnused(Iterable) for batch marking segments as unused

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org