envoyproxy/envoy

Overload Manager: allow certain requests even when `envoy.overload_actions.stop_accepting_requests` is triggered

オープン

#20,002 opened on 2022/02/16

 (6 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (5,373 件のフォーク)batch import
area/health_checkingarea/overload_managerenhancementhelp wanted

Repository metrics

Stars
 (27,997 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Title: being able to skip certain requests when envoy.overload_actions.stop_accepting_requests is triggered in overload manager

Description: We want to be able to configure overload manager to always let certain requests pass through either based on headers or paths when envoy.overload_actions.stop_accepting_requests is triggered.

Our use case is we are considering to always pass through F5 load balancer's health check traffic. One incident we encountered is large nodes of our envoy cluster behind F5 are overloaded. Overload manager in these nodes failed F5 health check which cause a drastic increase of load in healthy nodes and cascading the failure to entire cluster.

コントリビューターガイド