AmatyaAvadhanula commented on PR #15085: URL: https://github.com/apache/druid/pull/15085#issuecomment-1749983341
> Isn't the replace lock acquired by the index_parallel supervisor task even before it has started running, i.e. in the isReady call? No, it depends on `ingestionSchema.getDataSchema().getGranularitySpec().inputIntervals()` to lock the interval which is often unspecified. In such cases the lock is acquired after the cardinality phase reads the 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]
