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

Bug 1958405: UPSTREAM: <carry>: etcdserver/api/etcdhttp: log successful etcd server side health check in debug level #80

Merged
merged 2 commits into from
May 14, 2021

Commits on May 11, 2021

  1. UPSTREAM: <carry>: *: log server-side /health checks

    To make it easier to root-cause when /health check fails.
    For example, we are using load balancer to health check
    each etcd instance, and when one etcd node gets terminated,
    it's hard to tell whether etcd "server" was really failing
    or client (or load balancer") failed to reach the etcd cluster
    which is also failure in load balancer health check.
    
    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho authored and hexfusion committed May 11, 2021
    Configuration menu
    Copy the full SHA
    425db15 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. UPSTREAM: <carry>: etcdserver/api/etcdhttp: log successful etcd serve…

    …r side health check in
    
    debug level
    hexfusion committed May 12, 2021
    Configuration menu
    Copy the full SHA
    7c83699 View commit details
    Browse the repository at this point in the history