Panagiotis Garefalakis created HIVE-24192:
---------------------------------------------

             Summary: 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


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