abhishekrb19 commented on code in PR #16247:
URL: https://github.com/apache/druid/pull/16247#discussion_r1556852578
##########
server/src/main/java/org/apache/druid/server/coordinator/duty/KillUnusedSegments.java:
##########
@@ -245,17 +245,6 @@ private void killUnusedSegments(
stats.add(Stats.Kill.SUBMITTED_TASKS, submittedTasks);
}
- /**
- * <p>
- * Calculates the interval for which segments are to be killed in a
datasource.
Review Comment:
Please see https://github.com/apache/druid/pull/16094. I didn't see a point
in just keeping "Calculates the interval for which segments are to be killed in
a datasource." as the method name is quite evident.
--
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]