You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Yi Liang (JIRA)" <ji...@apache.org> on 2017/07/05 18:03:00 UTC

[jira] [Updated] (HBASE-18229) create new Async Split API to embrace AM v2

     [ https://issues.apache.org/jira/browse/HBASE-18229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yi Liang updated HBASE-18229:
-----------------------------
    Attachment: hbase-18229-master-v6.patch

Hi GuangHao,
   Thanks for let me know, will rebase with the latest code.

[~stack]
I upload the new patch, it now can pass TestShell on my local machine. And I also test all the test cases, all related test cases pass
For your question:
{quote}
Is HBASE-17480 the issue for cleaning out unused split code?
{quote}
That jira is to revisit split procedure step, which is to move the old splitting logic based procedure. 

I plan to clean the unused class and photobuf that was used when split request go to RSrpcSevrice, they are not used anymore when split request directly  send to MasterRpcServices. 


> create new Async Split API to embrace AM v2
> -------------------------------------------
>
>                 Key: HBASE-18229
>                 URL: https://issues.apache.org/jira/browse/HBASE-18229
>             Project: HBase
>          Issue Type: Sub-task
>          Components: proc-v2
>            Reporter: Yi Liang
>            Assignee: Yi Liang
>            Priority: Critical
>             Fix For: 2.0.0-alpha-2
>
>         Attachments: HBase-18229-master-v1.patch, hbase-18229-master-v2.patch, HBASE-18229-master-v3.patch, hbase-18229-master-v4.patch, hbase-18229-master-v5.patch, hbase-18229-master-v6.patch
>
>
> See HBASE-18105 for related information,  this jira will change the logic of Path 1 in splitProcedure, the execution path will be:
> *HBaseAdmin.splitRegionAsync -> MasterKeepAliveConnection.splitRegion  ->  MasterRpcServices.splitRegion  ->  HMaster.splitRegion-> AssignmentManager.submitProcedure*
> Master Will no longer ask Rs and then Rs turn around to ask master to do the split operation. 



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