jihoonson commented on a change in pull request #7267: Logic adjustments to SeekableStreamIndexTaskRunner. URL: https://github.com/apache/incubator-druid/pull/7267#discussion_r265704228
########## File path: indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/SeekableStreamIndexTaskRunner.java ########## @@ -192,7 +198,6 @@ private final Set<String> publishingSequences = Sets.newConcurrentHashSet(); private final List<ListenableFuture<SegmentsAndMetadata>> publishWaitList = new ArrayList<>(); private final List<ListenableFuture<SegmentsAndMetadata>> handOffWaitList = new ArrayList<>(); - private final Set<PartitionIdType> initialOffsetsSnapshot = new HashSet<>(); private final Set<PartitionIdType> exclusiveStartingPartitions = new HashSet<>(); Review comment: Would you please remove this? It's not used anymore. ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
