Return-Path: X-Original-To: apmail-curator-dev-archive@minotaur.apache.org Delivered-To: apmail-curator-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7188E18925 for ; Sat, 26 Sep 2015 18:16:04 +0000 (UTC) Received: (qmail 37520 invoked by uid 500); 26 Sep 2015 18:16:04 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 37470 invoked by uid 500); 26 Sep 2015 18:16:04 -0000 Mailing-List: contact dev-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list dev@curator.apache.org Received: (qmail 37456 invoked by uid 99); 26 Sep 2015 18:16:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Sep 2015 18:16:04 +0000 Date: Sat, 26 Sep 2015 18:16:04 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@curator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CURATOR-266) Support updateServerList MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CURATOR-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14909391#comment-14909391 ] ASF GitHub Bot commented on CURATOR-266: ---------------------------------------- GitHub user Randgalt opened a pull request: https://github.com/apache/curator/pull/109 [CURATOR-266] Support updateServerList Note: this PR includes CURATOR-265 1. EnsembleTracker should always be on, it now is 2. Removed DynamicEnsembleProvider. This should not be optional. EnsembleTracker now always publishes config changes which will end up calling ZooKeeper.updateServerList() 3. Testing You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/curator CURATOR-266 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/curator/pull/109.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #109 ---- commit 26364c6186fc7c09a9462557b1ca791e9aa70006 Author: randgalt Date: 2015-09-26T18:13:02Z 1. EnsembleTracker should always be on, it now is 2. Removed DynamicEnsembleProvider. This should not be optional. EnsembleTracker now always publishes config changes which will end up calling ZooKeeper.updateServerList() 3. Testing ---- > Support updateServerList > ------------------------ > > Key: CURATOR-266 > URL: https://issues.apache.org/jira/browse/CURATOR-266 > Project: Apache Curator > Issue Type: Sub-task > Reporter: Jordan Zimmerman > Assignee: Jordan Zimmerman > Fix For: 3.0.0 > > > ZK 3.5 adds updateServerList(). This should be exposed in the CuratorFramework interface. Also, Curator should watch for Config changes and update the server list when it happens -- This message was sent by Atlassian JIRA (v6.3.4#6332)