From issues-return-251-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Mon Jul 1 14:00:02 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 1D3BB180763 for ; Mon, 1 Jul 2019 16:00:02 +0200 (CEST) Received: (qmail 6129 invoked by uid 500); 1 Jul 2019 14:00:01 -0000 Mailing-List: contact issues-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list issues@zookeeper.apache.org Received: (qmail 6110 invoked by uid 99); 1 Jul 2019 14:00:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jul 2019 14:00:01 +0000 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 BD13FE2CE6 for ; Mon, 1 Jul 2019 14:00:00 +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 7D9DD26199 for ; Mon, 1 Jul 2019 14:00:00 +0000 (UTC) Date: Mon, 1 Jul 2019 14:00:00 +0000 (UTC) From: "David Mollitor (JIRA)" To: issues@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ZOOKEEPER-3450) Allow Quorum Leader to Register with Another Quorum MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 David Mollitor created ZOOKEEPER-3450: ----------------------------------------- Summary: Allow Quorum Leader to Register with Another Quorum Key: ZOOKEEPER-3450 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3450 Project: ZooKeeper Issue Type: Sub-task Components: server Reporter: David Mollitor When a ZK instance within a quorum is elected leader, add a feature that registers all the servers within the quorum with another ZK quorum. The idea is ultimately that all quorums within an environment register with a single global quorum so that clients can discover the service-specific quorums. {code:Plain Text} /zk/register//quorum{host1,host2,host3} /zk/register/hbase/quorum{host1,host2,host3} /zk/register/hdfs/quorum{host1,host2,host3} /zk/register/yarn/quorum{host1,host2,host3} {code} Note that a single quorum should be able to register (be responsible for) several services. -- This message was sent by Atlassian JIRA (v7.6.3#76005)