You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Envoy will crash when certain timeouts happen within the same interval
Details
The crash occurs when the following are true:
hedge_on_per_try_timeout is enabled
per_try_idle_timeout is enabled (it can only be done in configuration)
per-try-timeout is enabled, either through headers or configuration and its value is equal, or within the backoff interval of the per_try_idle_timeout.
Summary
Envoy will crash when certain timeouts happen within the same interval
Details
The crash occurs when the following are true:
hedge_on_per_try_timeout
is enabledper_try_idle_timeout
is enabled (it can only be done in configuration)per-try-timeout
is enabled, either through headers or configuration and its value is equal, or within the backoff interval of theper_try_idle_timeout
.Impact
Denial of Service
Credits
herman@q42.nl