maytasm commented on a change in pull request #11019:
URL: https://github.com/apache/druid/pull/11019#discussion_r600100004
##########
File path:
server/src/main/java/org/apache/druid/server/coordinator/duty/NewestSegmentFirstIterator.java
##########
@@ -249,14 +246,13 @@ private void updateQueue(String dataSourceName,
DataSourceCompactionConfig confi
private static class CompactibleTimelineObjectHolderCursor implements
Iterator<List<DataSegment>>
{
private final List<TimelineObjectHolder<String, DataSegment>> holders;
- private final Map<Pair<Interval, SegmentId>, ShardSpec> originalShardSpecs;
- private final Map<Pair<Interval, SegmentId>, String> originalVersion;
+ private final VersionedIntervalTimeline<String, DataSegment>
originalTimeline;
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]