thor533 opened a new issue, #9238: URL: https://github.com/apache/apisix/issues/9238
### Description I used the weighted polling algorithm to set a route, including multiple upstream routes, one of which could not work. When I used postman to access the route, the log showed that the node down was hit, but the correct result was always returned. I did not enable the health check, could you please help to explain this phenomenon? the access.log is :  the error.log is :  the postman result is :  Normally, no data should be returned, 502 should be returned ### Environment - APISIX version (run `apisix 2.15-alpine`): - Operating system (run `uname -a`): - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
