Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9F568200CBF for ; Sat, 8 Jul 2017 19:56:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9DBCF16B21C; Sat, 8 Jul 2017 17:56:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E45AB16B218 for ; Sat, 8 Jul 2017 19:56:10 +0200 (CEST) Received: (qmail 85589 invoked by uid 500); 8 Jul 2017 17:56:09 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 85485 invoked by uid 99); 8 Jul 2017 17:56:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Jul 2017 17:56:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 6A47A1810E5 for ; Sat, 8 Jul 2017 17:56:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.502 X-Spam-Level: X-Spam-Status: No, score=-99.502 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id nlAxMfIwKCat for ; Sat, 8 Jul 2017 17:56:08 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id AD5C85F341 for ; Sat, 8 Jul 2017 17:56:07 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B398AE0DB0 for ; Sat, 8 Jul 2017 17:56:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 813B524699 for ; Sat, 8 Jul 2017 17:56:01 +0000 (UTC) Date: Sat, 8 Jul 2017 17:56:01 +0000 (UTC) From: "Yi Liang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-18229) create new Async Split API to embrace AM v2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 08 Jul 2017 17:56:11 -0000 [ https://issues.apache.org/jira/browse/HBASE-18229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Liang updated HBASE-18229: ----------------------------- Attachment: (was: hbase-18229-master-v7.patch) > 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, hbase-18229-master-v7.patch, hbase-18229-master-v7.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)