AmatyaAvadhanula commented on code in PR #16162: URL: https://github.com/apache/druid/pull/16162#discussion_r1577568600
########## indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/SeekableStreamIndexTaskRunner.java: ########## @@ -1576,17 +1577,14 @@ public Response setEndOffsetsHTTP( @Consumes(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON) public Response registerNewVersionOfPendingSegment( Review Comment: Done ########## server/src/main/java/org/apache/druid/segment/realtime/appenderator/StreamAppenderator.java: ########## @@ -161,8 +163,10 @@ public class StreamAppenderator implements Appenderator private final AtomicBoolean closed = new AtomicBoolean(false); - private final ConcurrentHashMap<SegmentId, Set<SegmentIdWithShardSpec>> - baseSegmentToUpgradedVersions = new ConcurrentHashMap<>(); + private final ConcurrentHashMap<SegmentIdWithShardSpec, Set<SegmentIdWithShardSpec>> baseSegmentToUpgradedVersions 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]
