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
Cilium main using quay.io/cilium/cilium-envoy:v1.27.2-f19708f3d0188fe39b7e024b4525b75a9eeee61f
Sometimes request fails when "using existing fully connected connection".
In a specific example, an upstream connection was created and then the request was denied by CNP and nothing was sent on the connection. Then, when the connection was reused 43 seconds later for a request that was accepted, it timed out:
only keep connections in the pool if they were successfully used for a request at least once?
In the above case the original connection created for the denied request was connection 67. which was torn down after the denied request. It is unclear why the connection 68 was created right after:
Cilium
main
usingquay.io/cilium/cilium-envoy:v1.27.2-f19708f3d0188fe39b7e024b4525b75a9eeee61f
Sometimes request fails when "using existing fully connected connection".
In a specific example, an upstream connection was created and then the request was denied by CNP and nothing was sent on the connection. Then, when the connection was reused 43 seconds later for a request that was accepted, it timed out:
Possible remedies may include to:
In the above case the original connection created for the denied request was connection
67
. which was torn down after the denied request. It is unclear why the connection68
was created right after:The text was updated successfully, but these errors were encountered: