faq: panic threshold (#464)

Signed-off-by: Matt Klein <mklein@lyft.com>
pull/466/head
Matt Klein 7 years ago committed by GitHub
parent 05c063ec46
commit f74df757b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      docs/root/faq/lb_panic_threshold.rst
  2. 1
      docs/root/faq/overview.rst

@ -0,0 +1,6 @@
I setup health checking. When I fail some hosts, Envoy starts routing to all of them again. Why?
================================================================================================
This feature is known as the load balancer :ref:`panic threshold
<arch_overview_load_balancing_panic_threshold>`. It is used to prevent cascading failure when
upstream hosts start failing health checks in large numbers.

@ -11,3 +11,4 @@ FAQ
sni
zone_aware_routing
zipkin_tracing
lb_panic_threshold

Loading…
Cancel
Save