cadonna commented on code in PR #18253: URL: https://github.com/apache/kafka/pull/18253#discussion_r1890057817
########## streams/src/main/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdater.java: ########## @@ -320,7 +320,7 @@ private KafkaFutureImpl<Uuid> restoreConsumerInstanceId(final Duration timeout) private void handleRuntimeException(final RuntimeException runtimeException) { - log.error("An unexpected error occurred within the state updater thread: " + runtimeException); + log.error("An unexpected error occurred within the state updater thread: {}", String.valueOf(runtimeException)); Review Comment: Fix on the side. -- 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