[
https://issues.apache.org/jira/browse/HBASE-20084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16380241#comment-16380241
]
Hudson commented on HBASE-20084:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #4664 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/4664/])
HBASE-20084 Refactor the RSRpcServices#doBatchOp (chia7712: rev
197bd790701553bd5c7de8b6af47500e0e028920)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
> 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
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-20084.v0.patch.patch
>
>
> 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 IOE won't be thrown in non-atomic mode.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)