Chia-Ping Tsai created HBASE-20084:
--------------------------------------
Summary: Refactor the RSRpcServices#doBatchOp
Key: HBASE-20084
URL: https://issues.apache.org/jira/browse/HBASE-20084
Project: HBase
Issue Type: Task
Components: regionserver
Reporter: Chia-Ping Tsai
Assignee: Chia-Ping Tsai
Fix For: 2.0.0
follow the discussion in
https://issues.apache.org/jira/browse/HBASE-19876?focusedCommentId=16359618&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16359618
RSRpcServices#doBatchOp will throw IOE to log the error in the region-level
response if any mutation fails in atomic mode. However, the exception in method
signature force normal (non-atomic) batch to handle the exception even though
no IOE won't be thrown in non-atomic mode.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)