maheshrajus commented on code in PR #5598: URL: https://github.com/apache/hive/pull/5598#discussion_r1906564988
########## llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/ContainerRunnerImpl.java: ########## @@ -649,7 +649,7 @@ static class UgiPool { @Override public void onRemoval( RemovalNotification<String, BlockingQueue<UserGroupInformation>> notification) { - LOG.debug("Removing " + notification.getValue() + " from pool.Pool size: " + ugiPool.size()); + LOG.debug("Removing {} from Pool size{}: ", notification.getValue(), ugiPool.size()); Review Comment: done -- 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: gitbox-unsubscr...@hive.apache.org 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