Karen Coppage created HIVE-22863: ------------------------------------ Summary: Commit compaction txn if it is opened but compaction is skipped Key: HIVE-22863 URL: https://issues.apache.org/jira/browse/HIVE-22863 Project: Hive Issue Type: Bug Reporter: Karen Coppage Assignee: Karen Coppage
Currently if a table does not have enough directories to compact, compaction is skipped and the compaction is either (a) marked ready for cleaning or (b) marked compacted. However, the txn the compaction runs in is never committed, it remains open, so TXNS and TXN_COMPONENTS will never be cleared of information about the attempted compaction. -- This message was sent by Atlassian Jira (v8.3.4#803005)