[
https://issues.apache.org/jira/browse/HIVE-28635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
László Bodor updated HIVE-28635:
--------------------------------
Description:
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
> Fix some logging problems around ContainerRunnerImpl
> ----------------------------------------------------
>
> Key: HIVE-28635
> URL: https://issues.apache.org/jira/browse/HIVE-28635
> Project: Hive
> Issue Type: Improvement
> Security Level: Public(Viewable by anyone)
> Reporter: László Bodor
> Priority: Major
>
> 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)