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 A9C73200BAA for ; Wed, 21 Sep 2016 12:25:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A8693160ADE; Wed, 21 Sep 2016 10:25:22 +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 E6205160ADB for ; Wed, 21 Sep 2016 12:25:21 +0200 (CEST) Received: (qmail 52055 invoked by uid 500); 21 Sep 2016 10:25:20 -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 51941 invoked by uid 99); 21 Sep 2016 10:25:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2016 10:25:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 79F702C2A64 for ; Wed, 21 Sep 2016 10:25:20 +0000 (UTC) Date: Wed, 21 Sep 2016 10:25:20 +0000 (UTC) From: "Guanghao Zhang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-16666) Add append and remove peer namespaces cmds for replication MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 21 Sep 2016 10:25:22 -0000 Guanghao Zhang created HBASE-16666: -------------------------------------- Summary: Add append and remove peer namespaces cmds for replication Key: HBASE-16666 URL: https://issues.apache.org/jira/browse/HBASE-16666 Project: HBase Issue Type: Improvement Components: Replication Reporter: Guanghao Zhang Assignee: Guanghao Zhang Priority: Minor After HBASE-16447, we support replication by namespaces config in peer. Like append_peer_tableCFs and remove_peer_tableCFs, I thought we need two new shell cmd: append_peer_namespaces and remove_peer_namespaces. Then we can easily change the namespaces config. -- This message was sent by Atlassian JIRA (v6.3.4#6332)