nicktelford commented on code in PR #16922: URL: https://github.com/apache/kafka/pull/16922#discussion_r1793287912
########## streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java: ########## @@ -1396,6 +1399,11 @@ private static HostInfo parseHostInfo(final String endPoint) { */ public synchronized void start() throws IllegalStateException, StreamsException { if (setState(State.REBALANCING)) { + log.debug("Initializing STANDBY tasks for existing local state"); + + // initialize a dummy Task for any state we have locally Review Comment: Based on our previous discussion, where @mjsax also suggested "startup tasks" (https://github.com/apache/kafka/pull/16922#discussion_r1733743677) I'm going to go with that and rename everything. -- 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