uds5501 commented on code in PR #18436:
URL: https://github.com/apache/druid/pull/18436#discussion_r2302928691
##########
services/src/test/java/org/apache/druid/testing/embedded/EmbeddedClusterApis.java:
##########
@@ -374,6 +375,17 @@ public SupervisorStatus getSupervisorStatus(String
supervisorId)
throw new ISE("Could not find supervisor[%s]", supervisorId);
}
+ /**
+ * Fetches the currently locked intervals by tasks.
+ *
+ * @param lockFilterPolicies List of filters for different datasources.
+ * @return Map from datasource name to list of intervals locked by tasks.
+ */
+ public Map<String, List<Interval>> getLockedIntervals(List<LockFilterPolicy>
lockFilterPolicies)
Review Comment:
Okay, doing so
--
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]