Umesh Agashe created HBASE-18960: ------------------------------------ Summary: A few bug fixes and minor improvements around batchMutate() Key: HBASE-18960 URL: https://issues.apache.org/jira/browse/HBASE-18960 Project: HBase Issue Type: Sub-task Components: Coprocessors Affects Versions: 2.0.0-alpha-3 Reporter: Umesh Agashe Assignee: Umesh Agashe Fix For: 2.0.0-alpha-4
Batch validation and preparation can be done before we start iterating over batch operations for writes. observedExceptions, familyCellMaps and durability can be stored in BatchOperation as they are batch wide. For all operations, done by preBatchMutate() CP hook, operation status needs to be SUCCESS. Modify and use doWALAppend() from doMiniBatchMutate(). -- This message was sent by Atlassian JIRA (v6.4.14#64029)