wcarlson5 commented on a change in pull request #9543: URL: https://github.com/apache/kafka/pull/9543#discussion_r517629961
########## File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java ########## @@ -719,8 +718,7 @@ private KafkaStreams(final InternalTopologyBuilder internalTopologyBuilder, } // create the stream thread, global update thread, and cleanup thread - threads = new StreamThread[numStreamThreads]; - + threads = new LinkedList<>(); Review comment: They are not all in synchronized blocks so I think it probably should be thread safe ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org