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/08/31 15:04:00 UTC

[jira] [Work logged] (HIVE-24096) Abort failed compaction's txn on TException or IOException

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

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

                Author: ASF GitHub Bot
            Created on: 31/Aug/20 15:03
            Start Date: 31/Aug/20 15:03
    Worklog Time Spent: 10m 
      Work Description: klcopp opened a new pull request #1447:
URL: https://github.com/apache/hive/pull/1447


   If compaction fails with a TException or IOException (e.g. IOException from getAcidState which comes) after the compaction txn has been opened, the compaction is marked 'failed' but the compaction txn is never aborted.
   
   We should abort an open compaction txn upon TExceptions/IOExceptions.


----------------------------------------------------------------
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: 476612)
    Remaining Estimate: 0h
            Time Spent: 10m

> Abort failed compaction's txn on TException or IOException
> ----------------------------------------------------------
>
>                 Key: HIVE-24096
>                 URL: https://issues.apache.org/jira/browse/HIVE-24096
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Karen Coppage
>            Assignee: Karen Coppage
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> If compaction fails with a TException or IOException (e.g. IOException from [getAcidState|https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/Worker.java#L500] which is) after the compaction txn has been opened, the compaction is marked 'failed' but the compaction txn is never aborted.
> We should abort an open compaction txn upon TExceptions/IOExceptions.



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