nicktelford commented on code in PR #16922:
URL: https://github.com/apache/kafka/pull/16922#discussion_r1801373622
##########
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:
Done
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]