Karen Coppage created HIVE-24096: ------------------------------------ Summary: Abort failed compaction's txn on TException|IOException Key: HIVE-24096 URL: https://issues.apache.org/jira/browse/HIVE-24096 Project: Hive Issue Type: Bug Reporter: Karen Coppage Assignee: Karen Coppage
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)