[
https://issues.apache.org/jira/browse/HBASE-24600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Toshihiro Suzuki resolved HBASE-24600.
--------------------------------------
Fix Version/s: 2.2.6
2.1.10
2.4.0
2.3.1
3.0.0-alpha-1
Hadoop Flags: Reviewed
Resolution: Fixed
Pushed to master, branch-2, branch-2.3, branch-2.2 and branch-2.1.
Thank you for reviewing this [~zghao]!
> Empty RegionAction added to MultiRequest in case of
> RowMutations/CheckAndMutate batch
> -------------------------------------------------------------------------------------
>
> Key: HBASE-24600
> URL: https://issues.apache.org/jira/browse/HBASE-24600
> Project: HBase
> Issue Type: Bug
> Reporter: Toshihiro Suzuki
> Assignee: Toshihiro Suzuki
> Priority: Major
> Fix For: 3.0.0-alpha-1, 2.3.1, 2.4.0, 2.1.10, 2.2.6
>
>
> When a client sends RowMutations/CheckAndMutate batch requests, no Action
> objects are added to the *builder* (RegionAction.Builder), so empty
> RegionAction is added to MultiRequest at the following line:
> https://github.com/apache/hbase/blob/3c319811799cb4c1f51fb5b43dd4743acd28052c/hbase-client/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/RequestConverter.java#L593
> We need to check if the *builder* has any Action objects or not here.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)