AmatyaAvadhanula commented on PR #15085: URL: https://github.com/apache/druid/pull/15085#issuecomment-1749941915
> Re-indexing into the same datasource: Does this get launched as a compact task or a regular index_parallel task? If it is the latter, then while doing REPLACE, the submitted spec would need to declare REPLACE both in task context and in the io config. It is the latter. > segments belonging to the interval on which this task has a replace lock and which were created before the lock was acquired. It would avoid duplication and confusion with the existing action. I think that the task can fetch segments without having a lock as well (cardinality phase with hash partitioning for example) -- 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]
