kfaraz commented on code in PR #19772:
URL: https://github.com/apache/druid/pull/19772#discussion_r3680611774
##########
indexing-service/src/main/java/org/apache/druid/indexing/overlord/duty/UnusedSegmentsKiller.java:
##########
@@ -75,25 +77,40 @@ public class UnusedSegmentsKiller implements OverlordDuty
private static final String TASK_ID_PREFIX = "overlord-issued";
+ /**
+ * The default for embedded kill tasks may differ from the cluster-level
default
+ * {@link Tasks#DEFAULT_USE_CONCURRENT_LOCKS}.
+ */
+ private static final boolean DEFAULT_USE_CONCURRENT_LOCKS = true;
Review Comment:
Done. Added info at the class-level javadoc and linked to it from the
constant javadoc.
--
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]