chia7712 commented on code in PR #20942:
URL: https://github.com/apache/kafka/pull/20942#discussion_r2548062206


##########
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:
   If that is expected behaviour, should we change the word from "failed" to 
"Unable"?



-- 
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]

Reply via email to