GitHub user brian-lininger opened a pull request:

    https://github.com/apache/zookeeper/pull/419

    ZOOKEEPER-2849: Exponential back-off retry for Quorum port binding

      Added BackoffStrategy interface with ExponentialBackoffStrategy as a 
concrete implementation. Enhanced
      QuorumCnxManager to utilize the provided BackoffStrategy to determine 
retry of port binding as opposed to
      a fixed interval/count.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/brian-lininger/zookeeper ZOOKEEPER-2849

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zookeeper/pull/419.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 #419
    
----
commit 0675e09a5d6122bff6b6543d80076b03d05d5f85
Author: Brian Lininger <[email protected]>
Date:   2017-11-16T17:58:13Z

    ZOOKEEPER-2849:
      Added BackoffStrategy interface with ExponentialBackoffStrategy as a 
concrete implementation. Enhanced
      QuorumCnxManager to utilize the provided BackoffStrategy to determine 
retry of port binding as opposed to
      a fixed interval/count.

----


---

Reply via email to