gharris1727 commented on code in PR #16914:
URL: https://github.com/apache/kafka/pull/16914#discussion_r1729200162
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/GlobalStreamThread.java:
##########
@@ -436,6 +430,8 @@ private StateConsumer initialize() {
} catch (final Exception fatalException) {
closeStateConsumer(stateConsumer, false);
startupException = new StreamsException("Exception caught during
initialization of GlobalStreamThread", fatalException);
+ } finally {
+ initializationLatch.countDown();
Review Comment:
I think to keep the existing semantics, another one of these is needed in
`shutdown`.
--
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]