envoyproxy/envoy
Voir sur GitHubredis outlier detection when redis is down but Envoy is up
Open
#24 215 ouverte le 26 nov. 2022
area/outlier_detectionarea/redishelp wanted
Métriques du dépôt
- Stars
- (27 997 stars)
- Métriques de merge PR
- (Merge moyen 8j) (378 PRs mergées en 30 j)
Description
In the current implementation , when server Envoy is up but redis down, we send proper error response with "UpstreamFailure" - as a result of the this Client Envoy does not detect this as outlier and eject even when outlier detection is enabled on client side.
So in cases where redis container is down but Envoy is up - Should n't this failure treated as outlier from client side (similar to 503 in http)?
Or are there any reasons why this has been implemented like this?