microsoft / service-fabric

Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
https://docs.microsoft.com/en-us/azure/service-fabric/
MIT License
3.03k stars 399 forks source link

Reverse proxy returns HTTP 500 while upgrading application #731

Open juyuz opened 6 years ago

juyuz commented 6 years ago

We are using reverse proxy to do inter-service communication inside service fabric cluster. We found reverse proxy returned HTTP 500 while upgrading the target application. Is this by design? Isn't the reverse proxy supposed to forward the traffic to ready nodes or returns other meaningful status code?

ojasp commented 5 years ago

@juyuz @masnider Any update on this issue? This is exactly what we experience as well.