You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sudeep Sunthankar (JIRA)" <ji...@apache.org> on 2017/02/22 16:54:44 UTC

[jira] [Comment Edited] (HBASE-17576) [C++] Implement request retry mechanism over RPC for Multi calls.

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

Sudeep Sunthankar edited comment on HBASE-17576 at 2/22/17 4:54 PM:
--------------------------------------------------------------------

This patch consists of the foll changes:-
1) Row interface has a method to return the row; Get class inherits Row 
2) HRegionLocation changed to RegionLocation
3) Removed AbstractResponse and moved ResponseType enum to MultiResponse class
4) ActionsByRegion map changed from Map(hash_code(region_name))=Action to Map(region_nam)=Action
5) GroupAndSend() logic updated


was (Author: sudeeps):
This patch consists of the foll changes:-
1) Row interface has a method to return the row; Get class inherits Row 
2) HRegionLocation changed to RegionLocation
3) Removed AbstractResponse and moved ResponseType enum to MultiResponse class
4) ActionsByRegion map changed from hash_code(region_name)->Action to region_name->Action
5) GroupAndSend() logic updated

> [C++] Implement request retry mechanism over RPC for Multi calls.
> -----------------------------------------------------------------
>
>                 Key: HBASE-17576
>                 URL: https://issues.apache.org/jira/browse/HBASE-17576
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Sudeep Sunthankar
>            Assignee: Sudeep Sunthankar
>         Attachments: HBASE-17576.HBASE-14850.v1.patch, HBASE-17576.HBASE-14850.v2.patch, HBASE-17576.HBASE-14850.v3.patch, HBASE-17576.HBASE-14850.v4.patch
>
>
> This work is based on top of HBASE-17465. Multi Calls will be based on this.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)