[ 
https://issues.apache.org/jira/browse/HBASE-19096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16258600#comment-16258600
 ] 

Jerry He commented on HBASE-19096:
----------------------------------

[~zghaobac] Thanks for chiming in.
bq. Seems we will iterate RegionAction's actions twice. One is in buildReq. 
Another one is in buildNoDataRegionAction. Can we move this to one loop?
That is a good idea. There is an old TODO there.
Probably need some refracting around buildNoDataRegionAction.  Let me see what 
I can do.
bq. If a RegionAction's actions have a RowMutations and some put/delete, then 
there are 2 RegionAction will be added to MutliRequest?
Yes, each RowMutations will be a separate RegionAction.
bq. About buildReq, there are some code same with MultiServerCallable, can we 
do some refactor to avoid this?
Again, need some refactoring. Let me see if it is too much.

> Add RowMutions batch support in AsyncTable
> ------------------------------------------
>
>                 Key: HBASE-19096
>                 URL: https://issues.apache.org/jira/browse/HBASE-19096
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Jerry He
>            Assignee: Jerry He
>             Fix For: 2.0.0
>
>         Attachments: HBASE-19096-master.patch
>
>
> Batch support for RowMutations has been added in the Table interface, but is 
> not in AsyncTable. This JIRA will add it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to