wcarlson5 commented on code in PR #15414:
URL: https://github.com/apache/kafka/pull/15414#discussion_r1525585101


##########
streams/src/main/java/org/apache/kafka/streams/state/internals/InMemoryKeyValueStore.java:
##########
@@ -76,6 +76,8 @@ public void init(final ProcessorContext context,
                 false
             );
             // register the store
+            open = true;

Review Comment:
   The store needs to be open for the processor to write to it when starting 
up. This actually matches the rocks store where it is opened right before 
registering instead of afterwards



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