-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.1
-
Component/s: None
-
Labels:
-
Environment:
Linux and windows
-
Hadoop Flags:Incompatible change
-
Release Note:Fixed an issue in REST server checkAndPut operation where the remaining cells other than the to-be-checked column are also applied in the put operation .
Java CheckAndPut API allows users to save Cells (C1..C5) while comparing a Cell C1.
But in Rest API, even though caller sent multiple cells, hbase rest code is ignoring all the cells except for compare cell.
- relates to
-
HBASE-15323 Hbase Rest CheckAndDeleteAPi should be able to delete more cells
-
- Resolved
-