alexr17 commented on code in PR #14022:
URL: https://github.com/apache/hudi/pull/14022#discussion_r2393005562


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/transaction/lock/models/LockProviderHeartbeatManager.java:
##########
@@ -310,11 +310,11 @@ private boolean syncWaitInflightHeartbeatTaskToFinish() {
       // means we wait any inflight task execution to finish synchronously.
       heartbeatStillInflight = 
!heartbeatSemaphore.tryAcquire(stopHeartbeatTimeoutMs, TimeUnit.MILLISECONDS);
       if (heartbeatStillInflight) {
-        logger.warn("Owner {}: Timed out while waiting for heartbeat 
termination.", ownerId);
+        logger.info("Owner {}: Timed out while waiting for heartbeat 
termination.", ownerId);

Review Comment:
   error



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