-
Notifications
You must be signed in to change notification settings - Fork 7.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ISTIO_META_IDLE_TIMEOUT apply to passthrough cluster #38413
Comments
@zirain Hi, I have another question. I see From envoy documents:
In my testing, it doesn't work. HTTP idle connections to mesh internal service still be closed after 1 hour even I set My purpose is to set idle timeout for TCP and HTTP connections seperately and globaly. Then per service configures will override global configures. I need to know more effects about these configures. It's not easy for me to find the correct way from istio and envoy documents. Can you give me some advise? |
I can not reproduce this, it seems ok common_http_protocol_options:
idle_timeout: 15s
source code is here
|
I don't mean the envoy configures is error. I mean the idle timeout in http connection manager doesn't take effect. For example, there are two services A and B.
Service A creates a connection to service B and send one HTTP request, then do nothing. This connection won't be closed when the idle timeout(15s) is reached. I'm not sure if i have some errors in understanding this configures. |
(This is used to request new product features, please visit https://discuss.istio.io for questions on using Istio)
Describe the feature request
We encountered the same issue with #24387. Idle TCP connections to redis will be closed after 1 hour. It's not expected.
I tried to set
ISTIO_META_IDLE_TIMEOUT
env but failed. I find it not valid for passthrough cluster.Listeners config:
Valid for outbound istio-ingressgateway
Not valid for PassthroughCluster
Describe alternatives you've considered
Use custom envoyfilter.
Affected product area (please put an X in all that apply)
[ ] Docs
[ ] Installation
[X] Networking
[ ] Performance and Scalability
[ ] Extensions and Telemetry
[ ] Security
[ ] Test and Release
[ ] User Experience
[ ] Developer Infrastructure
Affected features (please put an X in all that apply)
[ ] Multi Cluster
[ ] Virtual Machine
[ ] Multi Control Plane
Additional context
The text was updated successfully, but these errors were encountered: