You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ramkrishna.S.Vasudevan" <ra...@huawei.com> on 2012/07/02 10:44:08 UTC

checkAndPut, checkAndDelete

Hi Devs

 

Currently the checkAndPut, checkAndDelete these api currently accept the row
that needs to be checked and the Delete/Put also along with it.

 

Again internally in the code HRegion.checkAndMutate() there is a
verification to find if the row passed and the one inside the
Mutate(Put/Delete) object are same.  If not throw an exception.

 

1)      Can we do this check on the client side itself?

2)      Can we just use the row that is stuffed inside the Put/Delete?
(Anyway this change will be an api change).  

 

Pls correct me if am missing something here.

 

Regards

Ram