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

rpc accept loop: added backoff on logging #4974

Merged
merged 7 commits into from
Dec 13, 2018
Merged

rpc accept loop: added backoff on logging #4974

merged 7 commits into from
Dec 13, 2018

Commits on Dec 7, 2018

  1. rpc accept loop: added backoff on logging for failed connections, in …

    …case there is a fast fail loop (NMD-1173)
    Chris Baker committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    22a4bcd View commit details
    Browse the repository at this point in the history
  2. nomad/rpc listener: modified to throttle logging on "permanent" Accep…

    …t() errors as well (with a higher delay cap)
    Chris Baker committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    591cdb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbe531c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. improved code for readability

    Chris Baker committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    1a34550 View commit details
    Browse the repository at this point in the history
  2. gofmt

    Chris Baker committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    44a6d9d View commit details
    Browse the repository at this point in the history
  3. fixed bug in loop delay

    Chris Baker committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    33b9f9d View commit details
    Browse the repository at this point in the history
  4. some changes for more idiomatic code

    Chris Baker committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    3ee692c View commit details
    Browse the repository at this point in the history