Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Some HTable operations are not currently supported transactionally in the TransactionAwareHTable implementations. With some additional handling in the TransactionProcessor coprocessors, however, they could be.
Methods missing support include:
- getRowOrBefore
- checkAndPut
- checkAndDelete
- append
- increment
- incrementColumnValue
We should evaluate each of these and support it if possible.