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/07/22 15:16:00 UTC

[jira] [Work logged] (HIVE-23727) Improve SQLOperation log handling when canceling background

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

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

                Author: ASF GitHub Bot
            Created on: 22/Jul/20 15:15
            Start Date: 22/Jul/20 15:15
    Worklog Time Spent: 10m 
      Work Description: kgyrtkirk commented on pull request #1272:
URL: https://github.com/apache/hive/pull/1272#issuecomment-662513367


   I wanted to reduce the level of that log to debug or something - but removing CANCELLED is also great :)


----------------------------------------------------------------
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: 462114)
    Time Spent: 4h 10m  (was: 4h)

> Improve SQLOperation log handling when canceling background
> -----------------------------------------------------------
>
>                 Key: HIVE-23727
>                 URL: https://issues.apache.org/jira/browse/HIVE-23727
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Zhihua Deng
>            Assignee: Zhihua Deng
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 4h 10m
>  Remaining Estimate: 0h
>
> The SQLOperation checks _if (shouldRunAsync() && state != OperationState.CANCELED && state != OperationState.TIMEDOUT)_ to cancel the background task. If true, the state should not be OperationState.CANCELED, so logging under the state == OperationState.CANCELED should never happen.
>  



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