surekhasaharan commented on issue #7439: API to drop and reload data by interval URL: https://github.com/apache/incubator-druid/issues/7439#issuecomment-488324311 The `markUnused` API doesn't check for overshadowed in either case i.e. interval or segmentIds. The `markUsed` API does and the reason is to avoid needless load on historicals as discussed in the initial comments. We kept the behavior consistent for both interval and segmentIds case, otherwise it becomes confusing for the user. I can't think of a reason why someone would want to mark a overshadowed segment `used` intentionally , when it's going to be dropped again by the coordinator anyways.
---------------------------------------------------------------- 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]
