[
https://issues.apache.org/jira/browse/HIVE-28635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17916304#comment-17916304
]
László Bodor commented on HIVE-28635:
-------------------------------------
merged to master, thanks [~maheshrajus] for the patch and [~kokila19] for the
review!
> Fix some logging problems around ContainerRunnerImpl
> ----------------------------------------------------
>
> Key: HIVE-28635
> URL: https://issues.apache.org/jira/browse/HIVE-28635
> Project: Hive
> Issue Type: Improvement
> Reporter: László Bodor
> Assignee: Mahesh Raju Somalaraju
> Priority: Major
> Labels: pull-request-available
>
> e.g.
> {code}
> LOG.debug("Added new ugi pool for " + appTokenIdentifier + ",
> Pool Size: ");
> ...
> LOG.info("DBG: Pending fragment count for completed query {} = {}",
> queryIdentifier,
> {code}
> 1. should use logging format instead of string concatenation
> 2. Pool size is not added
> 3. remove "DBG:" prefix, it doesn't seem to be a production-ready logging
> method
--
This message was sent by Atlassian Jira
(v8.20.10#820010)