From user-return-56017-archive-asf-public=cust-asf.ponee.io@hbase.apache.org Tue Jul 9 14:18:21 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2724218062B for ; Tue, 9 Jul 2019 16:18:21 +0200 (CEST) Received: (qmail 32518 invoked by uid 500); 9 Jul 2019 14:18:18 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 32506 invoked by uid 99); 9 Jul 2019 14:18:18 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jul 2019 14:18:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id EF147C00CA for ; Tue, 9 Jul 2019 14:18:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.072 X-Spam-Level: * X-Spam-Status: No, score=1.072 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=0.1] autolearn=disabled Received: from mx1-he-de.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 7zl0WY3XmPRk for ; Tue, 9 Jul 2019 14:18:16 +0000 (UTC) Received-SPF: Softfail (mailfrom) identity=mailfrom; client-ip=162.255.23.22; helo=n3.nabble.com; envelope-from=mivkovic@us.ibm.com; receiver= Received: from n3.nabble.com (n3.nabble.com [162.255.23.22]) by mx1-he-de.apache.org (ASF Mail Server at mx1-he-de.apache.org) with ESMTP id 7DDFF7E210 for ; Tue, 9 Jul 2019 14:18:15 +0000 (UTC) Received: from n3.nabble.com (localhost [127.0.0.1]) by n3.nabble.com (Postfix) with ESMTP id D0706156101ED for ; Tue, 9 Jul 2019 07:18:13 -0700 (MST) Date: Tue, 9 Jul 2019 07:18:13 -0700 (MST) From: marjana To: user@hbase.apache.org Message-ID: <1562681893850-0.post@n3.nabble.com> Subject: replication - how to change peer cluster key (zookeeper) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, I have master-slave replication configured. My slave cluster's ZK needs to be moved. Is there a way to alter peer on my master cluster so it points to the new ZK? If I disable_peer then remove_peer, I am afraid my replication will stop and all my tables will have replication disabled. There is no "alter_peer" command. Any idea how to move ZK and update my peer's cluster key "hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent" so we don't miss on replicating any data from the master? Thanks -- Sent from: http://apache-hbase.679495.n3.nabble.com/HBase-User-f4020416.html