kfaraz commented on code in PR #14507:
URL: https://github.com/apache/druid/pull/14507#discussion_r1251029908
##########
indexing-service/src/main/java/org/apache/druid/indexing/input/DruidInputSource.java:
##########
@@ -484,6 +501,54 @@ private static SortedMap<WindowedSegmentId, Long>
createWindowedSegmentIdFromTim
return segmentSizeMap;
}
+
+ public List<TimelineObjectHolder<String, DataSegment>>
getLockedTimelineForInterval(
+ RetryPolicyFactory retryPolicyFactory,
+ String dataSource,
+ Interval interval
+ )
+ {
+ Preconditions.checkNotNull(interval);
+
+ // This call used to use the TaskActionClient, so for compatibility we use
the same retry configuration
Review Comment:
This comment is invalid here as you _are_ using the `TaskActionClient` in
this case.
--
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]