[ 
https://issues.apache.org/jira/browse/HIVE-24192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

László Bodor updated HIVE-24192:
--------------------------------
    Fix Version/s: 4.0.0

> Properly log TaskExecutorService eviction details
> -------------------------------------------------
>
>                 Key: HIVE-24192
>                 URL: https://issues.apache.org/jira/browse/HIVE-24192
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Panagiotis Garefalakis
>            Assignee: Panagiotis Garefalakis
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> HIVE-23122 introduced task eviction logging but the log condition is 
> problematic -- this ticket fixes the issue below (when debug is ON, info is 
> also ON causing Debug info never to show up. Also adds a separate logger conf 
> for TaskExecutorService
> {code:java}
> if (LOG.isInfoEnabled())  {
> ...
> }
> else if (LOG.isDebugEnabled(){
> ...
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to