AmatyaAvadhanula commented on code in PR #16799:
URL: https://github.com/apache/druid/pull/16799#discussion_r1695106772
##########
indexing-service/src/main/java/org/apache/druid/indexing/overlord/TaskQueryTool.java:
##########
@@ -85,28 +86,12 @@ public TaskQueryTool(
}
/**
- * @param lockFilterPolicies Requests for conflicing lock intervals for
various datasources
- * @return Map from datasource to intervals locked by tasks that have a
conflicting lock type that cannot be revoked
+ * @param lockFilterPolicies Requests for conflicing locks for various
datasources
+ * @return Map from datasource to conflicting lock infos
*/
- public Map<String, List<Interval>> getLockedIntervals(List<LockFilterPolicy>
lockFilterPolicies)
+ public Map<String, List<TaskLockInfo>>
getConflictingLockInfos(List<LockFilterPolicy> lockFilterPolicies)
Review Comment:
Done
--
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]