Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
Right now we have the following calls:
put(Put)
delete(Delete)
increment(Increments)
But we cannot combine all of the above in a single call, complete with a single row lock. It would be nice to do that.
It would also allow us to do a CAS where we could do a put/increment if the check succeeded.
Amendment:
Since Increment does not currently support MVCC it cannot be included in an atomic operation.
So this for Put and Delete only.
Attachments
Attachments
Issue Links
- is part of
-
HBASE-3523 Rewrite our client (client 2.0)
- Closed
- relates to
-
HBASE-5569 Do not collect deleted KVs when they are still in use by a scanner.
- Closed