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

Made the router skip health checks when there is one endpoint #16643

Commits on Oct 4, 2017

  1. Made the router skip health checks when there is one endpoint

    If there is only one endpoint for a route, there is no point to doing
    health checks.  If the endpoint is down, haproxy will fail to connect.
    Skipping the checks helps tremendously on servers with large numbers
    of routes, because reducing any checking means the router doesn't
    spend a lot of time doing health checks pointlessly.
    
    Fixes bug 1492189 (https://bugzilla.redhat.com/show_bug.cgi?id=1492189)
    knobunc committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    4833eb5 View commit details
    Browse the repository at this point in the history