[
https://issues.apache.org/jira/browse/HIVE-24192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208617#comment-17208617
]
László Bodor commented on HIVE-24192:
-------------------------------------
merged to master, thanks [~pgaref] for the patch
> 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)