adithyachakilam commented on code in PR #17442: URL: https://github.com/apache/druid/pull/17442#discussion_r1829901071
########## indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/SeekableStreamIndexTaskRunner.java: ########## @@ -246,6 +248,9 @@ public enum Status private final Map<PartitionIdType, Long> partitionsThroughput = new HashMap<>(); + private volatile Optional<DateTime> minMessageTime; + private volatile Optional<DateTime> maxMessageTime; Review Comment: just realized that it wouldn't overflow -- 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]
