You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/09/26 20:16:04 UTC

[jira] [Commented] (CURATOR-266) Support updateServerList

    [ 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 <ra...@apache.org>
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)