vcrfxia commented on code in PR #13364: URL: https://github.com/apache/kafka/pull/13364#discussion_r1153885476
########## streams/src/main/java/org/apache/kafka/streams/state/internals/RocksDBVersionedStoreSegmentValueFormatter.java: ########## @@ -341,8 +345,10 @@ public void insertAsLatest(final long validFrom, final long validTo, final byte[ // detected inconsistency edge case where older segment has [a,b) while newer store // has [a,c), due to [b,c) having failed to write to newer store. // remove entries from this store until the overlap is resolved. Review Comment: Updated the comment in the latest commit. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org