linyongluis opened a new issue, #11144: URL: https://github.com/apache/apisix/issues/11144
### Current Behavior The apisix data plane does not update the upstream properly when etcd recovers from the failure ### Expected Behavior The apisix data plane can be updated correctly and recovered when etcd fails ### Error Logs _No response_ ### Steps to Reproduce 1、Stop etcd server 2、Start etcd server 3、PUT admin api to upate upstream node ip and update successed 4、Access the updated URL and return 502 5、Check the APISIX logs, and the route still requests the old IP address ### Environment - APISIX version (run `apisix version`): 3.7.0 - Operating system (run `uname -a`): 5.10.134-13.1.al8.x86_64 #1 SMP Mon Feb 6 14:54:50 CST 2023 x86_64 GNU/Linux - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): 1.21.4.2 - 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`): 5.1 -- 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]
