Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
0.11.0-incubating, 0.12.0-incubating
-
None
Description
Transaction co-processor uses the transaction snapshot generated by the Transaction Manager to remove deleted and invalid cells during HBase compactions and flushes. The co-processor expects the invalid list in the transaction snapshot to be sorted. However, the invalid list is not sorted during a snapshot creation in the Transaction Manager. This leads to invalid transactions becoming visible during compactions, and thus committed transactions with write pointers smaller than the invalid transaction will get removed.
We missed this piece when fixing TEPHRA-223.
Attachments
Issue Links
- relates to
-
TEPHRA-223 Transactions started after a snapshot restore can have incorrect invalid transaction list
- Resolved
- links to