dengzhhu653 commented on code in PR #6142:
URL: https://github.com/apache/hive/pull/6142#discussion_r2444636533


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/leader/LeaseLeaderElection.java:
##########
@@ -131,7 +139,7 @@ private synchronized void doWork(LockResponse resp, 
Configuration conf,
     default:
       throw new IllegalStateException("Unexpected lock state: " + 
resp.getState());
     }
-    LOG.debug("Spent {}ms to notify the listeners, isLeader: {}", 
System.currentTimeMillis() - start, isLeader);
+    LOG.info("Spent {}ms to notify the listeners, isLeader: {}", 
System.currentTimeMillis() - start, isLeader);

Review Comment:
   This is for debug purpose, before that I couldn't see how much time spent on 
the notifying the listener. will revert it back if we don't want it



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to