-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.94.0
-
Component/s: Client, Coprocessors, regionserver
-
Labels:None
-
Hadoop Flags:Reviewed
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.
- is part of
-
HBASE-3523 Rewrite our client (client 2.0)
-
- Resolved
-
- relates to
-
HBASE-5569 Do not collect deleted KVs when they are still in use by a scanner.
-
- Closed
-