leesf commented on code in PR #7440:
URL: https://github.com/apache/hudi/pull/7440#discussion_r1050239220


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/transaction/lock/LockManager.java:
##########
@@ -76,6 +76,7 @@ public void lock() {
             break;
           }
           metrics.updateLockNotAcquiredMetric();
+          LOG.warn("Current lock owner information : " + 
lockProvider.getCurrentOwnerLockInfo());

Review Comment:
   please use english colon instead of chinese colon. `"Current lock owner 
information : "`



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to