guozhangwang commented on code in PR #13097:
URL: https://github.com/apache/kafka/pull/13097#discussion_r1132707585


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StandbyTask.java:
##########
@@ -276,6 +276,11 @@ private void close(final boolean clean) {
         transitionTo(State.CLOSED);
     }
 
+    @Override
+    boolean shouldWipeStateStore(final boolean closeClean, final boolean 
eosEnabled, final boolean suspendedFromRestoring) {
+        return closeClean;

Review Comment:
   Hmm.. not sure if this is correct, let me think through this.



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