[
https://issues.apache.org/jira/browse/HIVE-28635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
László Bodor resolved HIVE-28635.
---------------------------------
Resolution: Fixed
> 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
> Fix For: 4.1.0
>
>
> 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)