You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Alexander Shraer (JIRA)" <ji...@apache.org> on 2014/07/31 08:49:38 UTC

[jira] [Created] (ZOOKEEPER-2000) Avoid disconnecting existing clients on client port change

Alexander Shraer created ZOOKEEPER-2000:
-------------------------------------------

             Summary: Avoid disconnecting existing clients on client port change
                 Key: ZOOKEEPER-2000
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2000
             Project: ZooKeeper
          Issue Type: Bug
    Affects Versions: 3.5.0
            Reporter: Alexander Shraer


Currently when a reconfiguration changes the client port / address of a server, clients connected to that server will be disconnected. It may be possible to avoid this.

The relevant code is in NIOServerCnxmFactory.java, reconfigure() and NettyServerCnxnFactory.java reconfigure()



--
This message was sent by Atlassian JIRA
(v6.2#6252)