mjsax commented on code in PR #20942:
URL: https://github.com/apache/kafka/pull/20942#discussion_r2548097285
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StateManagerUtil.java:
##########
@@ -147,7 +147,7 @@ static void closeStateManager(final Logger log,
}
}
} else {
- log.error("Failed to acquire lock while closing the state
store for {} task {}", taskType, id);
+ log.warn("Failed to acquire lock while closing the state store
for {} task {}", taskType, id);
Review Comment:
Sure. Why not. :)
--
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]