Good morning,
I have a internal ingress that forward for two paths: /path1 and /path2
When I make a stress test requests to /path1 all requests return 2xx.
But, when I make a stress test to /path2 only fell request return 2xx and most of then return 503. I try to investigate then and find logs for Internal Loader Balancer that give to me the follow:
`backend_name: ""
backend_scope: "UNKNOWN"
backend_scope_type: "UNKNOWN"`
But, some requests give me ok:
`backend_name: "my_backend_name"
backend_scope: "my_region"
backend_scope_type: "ZONE"`
Can someone find the same problem? How can I solve this?
Thanks!
Solved! Go to Solution.
Hi @marcelocastro ,
Can you provide details how was the "stress test" done? Also it will be helpful if you could add screenshot of the error messages or warnigns that you obtained from the logs.
Hi @marcelocastro ,
Can you provide details how was the "stress test" done? Also it will be helpful if you could add screenshot of the error messages or warnigns that you obtained from the logs.
Thanks for you feedback. My problem was in autoscale... it is not scale well.