showuon commented on a change in pull request #11337:
URL: https://github.com/apache/kafka/pull/11337#discussion_r711430400



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/state/internals/InMemorySessionStore.java
##########
@@ -281,7 +281,7 @@ public void remove(final Windowed<Bytes> sessionKey) {
         removeExpiredSegments();
 
 
-        return registerNewIterator(keyFrom, keyTo, Long.MAX_VALUE, 
endTimeMap.entrySet().iterator(), false);
+        return registerNewIterator(keyFrom, keyTo, Long.MAX_VALUE, 
endTimeMap.entrySet().iterator(), true);

Review comment:
       fix: to make `fetch` method passing `true` for `isFarwarded`.




-- 
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


Reply via email to