Chen Youxiong
Chen Youxiong
**Describe the feature request** This feature is regarding VirtualService routing default cluster. Assume we configured several paths to forward traffic to different upstream clusters: www.example.com/a to service-a, /a will forward...
This is related with https://github.com/istio/istio/issues/38105 for the failover feature. Currently we only support locality based failover but we would like to extend this feature to support failover to a specified...
**Please provide a description of this PR:** Add log for https://github.com/istio/istio/issues/46410 **To help us figure out who should review this PR, please put an X in all the areas that...
### Is this the right place to submit this? - [X] This is not a security vulnerability or a crashing bug - [X] This is not a question about how...
We ran into an issue that the application connect timeout is honored for the PassthroughCluster as the diagram below, it caused application startup failure after migrated to Mesh since the...
We hit an issue that the application has very high cps, >1000 cps. It's tcp traffic and intercepted by the outbound listener. But since there is only one port for...
There is default retry policy hard coded which will retry twice on connection issue or 503 introduced by https://github.com/istio/istio/pull/10566: https://github.com/istio/istio/blob/master/pilot/pkg/networking/core/route/retry/retry.go#L34-L48 ``` func DefaultPolicy() *route.RetryPolicy { policy := route.RetryPolicy{ NumRetries: &wrappers.UInt32Value{Value:...