mjsax commented on a change in pull request #11455: URL: https://github.com/apache/kafka/pull/11455#discussion_r754758851
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/GlobalStreamThread.java ########## @@ -294,7 +294,7 @@ public void run() { setState(State.PENDING_SHUTDOWN); setState(State.DEAD); - log.warn("Error happened during initialization of the global state store; this thread has shutdown"); + log.error("Error happened during initialization of the global state store; this thread has shutdown."); Review comment: Side improvement. -- 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