Description
Currently HBase has support for atomic checkAndPut as well as checkAndDelete operations on individual rows.
HBase also supports the atomic submission of multiple operations through mutateRow.
It would be nice to support atomic checkAndMutate(RowMutations) as well.
Attachments
Attachments
Issue Links
- incorporates
-
HBASE-11788 hbase is not deleting the cell when a Put with a KeyValue, KeyValue.Type.Delete is submitted
- Closed
- links to