You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Wei Zheng (JIRA)" <ji...@apache.org> on 2017/04/25 22:55:04 UTC

[jira] [Created] (HIVE-16534) Add capability to tell aborted transactions apart from open transactions in ValidTxnList

Wei Zheng created HIVE-16534:
--------------------------------

             Summary: Add capability to tell aborted transactions apart from open transactions in ValidTxnList
                 Key: HIVE-16534
                 URL: https://issues.apache.org/jira/browse/HIVE-16534
             Project: Hive
          Issue Type: Bug
          Components: Transactions
            Reporter: Wei Zheng
            Assignee: Wei Zheng


Currently in ValidReadTxnList, open transactions and aborted transactions are stored together in one array. That makes it impossible to extract just aborted transactions or open transactions.

For ValidCompactorTxnList this is fine, since we only store aborted transactions but no open transactions.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)