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

Improved Client handling of failed RPCs #4106

Merged
merged 8 commits into from
Apr 5, 2018
Merged

Improved Client handling of failed RPCs #4106

merged 8 commits into from
Apr 5, 2018

Commits on Apr 4, 2018

  1. randomize servers

    dadgar committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    ca3b13e View commit details
    Browse the repository at this point in the history
  2. RPC Retry Watcher

    dadgar committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    12ec2e3 View commit details
    Browse the repository at this point in the history
  3. Spelling error

    dadgar committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    46e6d70 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Configuration menu
    Copy the full SHA
    80c380b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12a8655 View commit details
    Browse the repository at this point in the history
  3. Handle no leader and faster retries near limit

    Handle the ErrNoLeader case and apply slower retries. Also when we have
    missed the heartbeat retry aggressively, backing off after we have
    missed for more than 30 seconds.
    dadgar committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    c86ad8f View commit details
    Browse the repository at this point in the history
  4. changelog

    dadgar committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    231f052 View commit details
    Browse the repository at this point in the history
  5. more jitter

    dadgar committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    9ce59c5 View commit details
    Browse the repository at this point in the history