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
We are facing Performance degradation after Injecting LinkerD and trying to figure out the root cause and what to enhance.
I notice this in linkerd-proxy INFO ThreadId(01) outbound: linkerd_app_core::serve: Connection closed error=connect timed out after 1s client. INFO ThreadId(01) outbound: linkerd_app_core::serve: Connection closed error=connect timed out after 1s client.
Running this command I was able to get the target destination and ports. linkerd diagnostics proxy-metrics -n namespace pod/pod-name | grep ^outbound_tcp_errors
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We are facing Performance degradation after Injecting LinkerD and trying to figure out the root cause and what to enhance.
I notice this in linkerd-proxy
INFO ThreadId(01) outbound: linkerd_app_core::serve: Connection closed error=connect timed out after 1s client. INFO ThreadId(01) outbound: linkerd_app_core::serve: Connection closed error=connect timed out after 1s client.
Running this command I was able to get the target destination and ports.
linkerd diagnostics proxy-metrics -n namespace pod/pod-name | grep ^outbound_tcp_errors
Result:
the target destinations are HTTPS endpoints "internal to cluster" as well as external services like databases and RabbitMQ .
Can these timeouts cause performance degradation even though I don't see any errors in applications pods?
Adding config.linkerd.io/skip-outbound-ports: 55225,9999,5672 will remove the errors for the mentioned ports but not the HTTPS endpoints.
Note that Proxy resources seems more than enough.
Beta Was this translation helpful? Give feedback.
All reactions