deniskuzZ commented on code in PR #6142:
URL: https://github.com/apache/hive/pull/6142#discussion_r2444201427
##########
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:
why do we need this under info?
--
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]