You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/10/06 09:46:00 UTC

[jira] [Work logged] (HIVE-24192) Properly log TaskExecutorService eviction details

     [ https://issues.apache.org/jira/browse/HIVE-24192?focusedWorklogId=495811&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-495811 ]

ASF GitHub Bot logged work on HIVE-24192:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Oct/20 09:45
            Start Date: 06/Oct/20 09:45
    Worklog Time Spent: 10m 
      Work Description: abstractdog merged pull request #1519:
URL: https://github.com/apache/hive/pull/1519


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 495811)
    Time Spent: 0.5h  (was: 20m)

> 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)