danicafine commented on code in PR #16705:
URL: https://github.com/apache/kafka/pull/16705#discussion_r1720800331


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java:
##########
@@ -1011,7 +1011,7 @@ private void addTaskToStateUpdater(final Task task) {
         } catch (final LockException lockException) {
             // The state directory may still be locked by another thread, when 
the rebalance just happened.
             // Retry in the next iteration.
-            log.info("Encountered lock exception. Reattempting locking the 
state in the next iteration.", lockException);
+            log.debug("Encountered lock exception. Reattempting locking the 
state in the next iteration.");

Review Comment:
   Thanks! I've updated.



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