kfaraz commented on code in PR #18812:
URL: https://github.com/apache/druid/pull/18812#discussion_r2591320289


##########
server/src/main/java/org/apache/druid/server/coordinator/duty/CompactSegments.java:
##########
@@ -245,8 +245,10 @@ private int submitCompactionTasks(
 
       if (compactionStatus.isComplete()) {
         snapshotBuilder.addToComplete(candidatesWithStatus);
+        continue;

Review Comment:
   Yes, this ensures that we skip launching tasks for intervals which have been 
skipped by the policy.



-- 
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]

Reply via email to