clintropolis commented on code in PR #19252: URL: https://github.com/apache/druid/pull/19252#discussion_r3061753185
########## server/src/main/java/org/apache/druid/server/coordinator/duty/CompactSegments.java: ########## @@ -94,7 +94,7 @@ public class CompactSegments implements CoordinatorCustomDuty private static final Logger LOG = new Logger(CompactSegments.class); - private static final String TASK_ID_PREFIX = "coordinator-issued"; + private static final String TASK_ID_PREFIX = "auto"; Review Comment: should we also update `KillUnusedSegments`/`UnusedSegmentsKiller` prefix to match to be more consistent? Also might be nice to mention these cosmetic changes in release notes -- 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]
