pvary commented on a change in pull request #1168: URL: https://github.com/apache/hive/pull/1168#discussion_r444147479
########## File path: ql/src/java/org/apache/hadoop/hive/ql/lockmgr/DbLockManager.java ########## @@ -99,7 +99,8 @@ LockState lock(LockRequest lock, String queryId, boolean isBlocking, List<HiveLo MAX_SLEEP = Math.max(15000, conf.getTimeVar(HiveConf.ConfVars.HIVE_LOCK_SLEEP_BETWEEN_RETRIES, TimeUnit.MILLISECONDS)); int maxNumWaits = Math.max(0, conf.getIntVar(HiveConf.ConfVars.HIVE_LOCK_NUMRETRIES)); try { - LOG.info("Requesting: queryId=" + queryId + " " + lock); + LOG.info("Requesting: queryId=" + queryId); Review comment: Maybe little more lengthy message could be nice :) Just imagine seeing this in the log - what could this mean? :) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org