Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 08D24C1EF for ; Wed, 17 Jul 2013 08:57:52 +0000 (UTC) Received: (qmail 60243 invoked by uid 500); 17 Jul 2013 08:57:50 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 60021 invoked by uid 500); 17 Jul 2013 08:57:49 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 60013 invoked by uid 500); 17 Jul 2013 08:57:47 -0000 Delivered-To: apmail-hadoop-zookeeper-user@hadoop.apache.org Received: (qmail 60010 invoked by uid 99); 17 Jul 2013 08:57:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jul 2013 08:57:47 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=SPF_FAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: encountered temporary error during SPF processing of domain of f.loocke@gmx.net) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jul 2013 08:57:43 +0000 Received: from jim.nabble.com ([192.168.236.80]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UzNXi-00015Y-JT for zookeeper-user@hadoop.apache.org; Wed, 17 Jul 2013 01:57:02 -0700 Date: Wed, 17 Jul 2013 01:57:02 -0700 (PDT) From: Chewy To: zookeeper-user@hadoop.apache.org Message-ID: <1374051422595-7578915.post@n2.nabble.com> In-Reply-To: <1374049164215-7578914.post@n2.nabble.com> References: <1373913099503-7578892.post@n2.nabble.com> <1374049164215-7578914.post@n2.nabble.com> Subject: Re: Zookeeper Internals & Dyn. Reconf. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org P.S.: I just read the code again. Within the PrepRequestProcessor, the ReconfigRequest seems to be rebuild out of the class QuorumVerifier resp. QuorumPeerConfig and so on. I don=C2=B4t think just changing the jute file = will do it, if i want to extend the reconfig request by one or more parameters that are supposed to add to the Data-Content (byte[]) and should end up inside the data of the zookeeper/config zNode.=20 I seem to have to change quite a lot of classes, like quroumVerifier, RequestProcessors and so on, right? What classes would that be in detail?= =20 Greetings, Frank -- View this message in context: http://zookeeper-user.578899.n2.nabble.com/Zo= okeeper-Internals-Dyn-Reconf-tp7578892p7578915.html Sent from the zookeeper-user mailing list archive at Nabble.com.