hbase/hbase-server
Umesh Agashe e1941aa6d1
HBASE-18960 A few bug fixes and minor improvements around batchMutate
* batch validation and preparation is done before we start iterating over operations for writes
* durability, familyCellMaps and observedExceptions are batch wide and are now sotred in BatchOperation,
  as a result durability is consistent across all operations in a batch
* for all operations done by preBatchMutate() CP hook, operation status is updated to success
* doWALAppend() is modified to habdle replay and is used from doMiniBatchMutate()
* minor improvements

Signed-off-by: Michael Stack <stack@apache.org>
2017-10-17 13:57:00 -07:00
..
src HBASE-18960 A few bug fixes and minor improvements around batchMutate 2017-10-17 13:57:00 -07:00
pom.xml HBASE-18836 Note need for explicit javax.el and exclude from shaded artifacts 2017-09-18 09:52:10 -05:00