Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce timeout for the first Connect() request #540

Merged
merged 1 commit into from
Nov 27, 2018

Commits on Nov 27, 2018

  1. fix(core): reduce timeout for the first Connect() request

    In the case of a zookeeper server under pressure, it will typically try to maintain the quorum rather than handling client requests. In this kind of case, the quorum is maintained, the connection works, but the client is frozen there.
    
    Retrying after a shorter timeout means we can reconnect to another server before losing the session altogether.
    ralt committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    7aebefb View commit details
    Browse the repository at this point in the history