kfaraz commented on code in PR #15039:
URL: https://github.com/apache/druid/pull/15039#discussion_r1356654599
##########
server/src/main/java/org/apache/druid/server/coordinator/duty/CompactSegments.java:
##########
@@ -175,7 +176,7 @@ public DruidCoordinatorRuntimeParams
run(DruidCoordinatorRuntimeParams params)
// Skip all the intervals locked by higher priority tasks for each
datasource
// This must be done after the invalid compaction tasks are cancelled
// in the loop above so that their intervals are not considered locked
- getLockedIntervalsToSkip(compactionConfigList).forEach(
+ getLockedIntervalsV2(compactionConfigList).forEach(
Review Comment:
The name of this method need not change. V1/V2 makes sense only in the
context of the API.
--
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]