-
Running Linkerd 2.11.2, data plane proxies from time to time are issuing messages like the following:
Any hints on what might cause this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
This most likely indicates that the proxy timed out when trying to forward a (non-HTTP) TCP connection. That is, the TCP connection to another pod/etc could not be established within 1s. It's unfortunate that we don't also log the target address here... We can look into improving the log message. You may be able to identify the addresses by running, for instance:
|
Beta Was this translation helpful? Give feedback.
-
Is it possible to increase this 1s timeout to something higher? I couldn't find anything on the docs. |
Beta Was this translation helpful? Give feedback.
-
Hi guys, this occurs to me too. I am not clear from the above reply, IS this an issue? Or it can be ignored? If it IS an issue and causes problems, what is the best way to resolve it? Also, as per @rsmartins78 question, is there a way to change this value? Thank you. Pinging @olix0r so he get notified too :) |
Beta Was this translation helpful? Give feedback.
This most likely indicates that the proxy timed out when trying to forward a (non-HTTP) TCP connection. That is, the TCP connection to another pod/etc could not be established within 1s. It's unfortunate that we don't also log the target address here... We can look into improving the log message.
You may be able to identify the addresses by running, for instance: