Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
0.94.7, 0.95.0
-
None
-
None
-
Ubuntu 12.04, HBase 0.94.7
Description
When RowMutations have a Delete followed by Put to same column family or columns or rows, only the Delete is happening while the Put is ignored so atomicity of RowMutations is broken for such cases.
Attached is a unit test where the following tests are failing:
- testDeleteCFThenPutInSameCF: Delete a column family and then Put to same column family.
- testDeleteColumnThenPutSameColumn: Delete a column and then Put to same column.
- testDeleteRowThenPutSameRow: Delete a row and then Put to same row