guozhangwang commented on code in PR #12439: URL: https://github.com/apache/kafka/pull/12439#discussion_r930278502
########## streams/src/main/java/org/apache/kafka/streams/processor/internals/StandbyTask.java: ########## @@ -91,7 +92,7 @@ public boolean isActive() { * @throws StreamsException fatal error, should close the thread */ @Override - public void initializeIfNeeded() { + public boolean initializeIfNeeded() { Review Comment: I incorporated that by adding a `pendingTasksToRestore` set into `Tasks`. Please lmk wdyt. -- 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