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
When the client requests sent into Pegasus, it will firstly be in queue, then execution. When server load added, sometimes in-queue time may shortly increase. If the request's in-queue time exceed the client timeout(recorded in request header), those requests can be dropped, it will be timeout finnally, no need to be executed.
We plan to add this config for following RPC code:
hycdong
changed the title
Feature enhancement: drop client request if its in-queue time exceed client timeout
Feature enhancement: drop some client requests if its in-queue time exceed client timeout
Jul 21, 2021
Feature Request
When the client requests sent into Pegasus, it will firstly be in queue, then execution. When server load added, sometimes in-queue time may shortly increase. If the request's in-queue time exceed the client timeout(recorded in request header), those requests can be dropped, it will be timeout finnally, no need to be executed.
We plan to add this config for following RPC code:
Those RPC codes are not add it:
The following perf-counters will be added:
The text was updated successfully, but these errors were encountered: