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

REST client: hosts marked dead for the first time should not be immediately retried #29230

Merged
merged 4 commits into from
Mar 27, 2018

Commits on Mar 23, 2018

  1. REST client: hosts marked as dead to be retried only after a minute

    This was the plan from day one but due to a silly bug nodes were immediately retried after they were marked as dead for the first time. From the second time on, the expected backoff was applied.
    javanna committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    5a902e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Configuration menu
    Copy the full SHA
    76329d9 View commit details
    Browse the repository at this point in the history
  2. address review comments

    javanna committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    dfb0786 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. fix test

    javanna committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    e74be6c View commit details
    Browse the repository at this point in the history