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


##########
server/src/main/java/org/apache/druid/server/coordinator/duty/KillUnusedSegments.java:
##########
@@ -275,10 +275,10 @@ private Interval findIntervalForKill(
     );
 
     // Each unused segment interval returned above has a 1:1 correspondence 
with an unused segment. So we can assume
-    // these are candidate segments eligible for deletion by the kill task. 
After the umbrella interval is computed
+    // these are eligible segments for deletion by the kill task. After the 
umbrella interval is computed

Review Comment:
   ```suggestion
       // these are segments eligible for deletion by the kill task. After the 
umbrella interval is computed
   ```



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