Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.
Attachments
Attachments
Issue Links
- is depended upon by
-
HIVE-14881 integrate MM tables into ACID: merge cleaner into ACID threads
- Resolved
- is related to
-
HIVE-16565 Improve how the open transactions and aborted transactions are deserialized in ValidReadTxnList.readFromString
- Open
-
HIVE-16743 BitSet set() is incorrectly used in TxnUtils.createValidCompactTxnList()
- Closed