nisainan opened a new issue, #12792: URL: https://github.com/apache/apisix/issues/12792
### Current Behavior By observing the access log, the upstream endpoint displayed by apisix does not actually exist, and it is inconsistent with what is shown on the dashboard. ### Expected Behavior It should be routed to the correct endpoints ### Error Logs <img width="2194" height="138" alt="Image" src="https://github.com/user-attachments/assets/5752a058-7e6e-471d-9d4d-bb506264f380" /> 10.119.181.176:8088, 10.119.95.95:8088 , These two endpoints do not actually exist. I don't know why apisix forwarded it to these two endpoints. Below is the actual ednpints: { "nodes": [ { "host": "10.119.172.172", "port": 8088, "weight": 100 }, { "host": "10.119.105.172", "port": 8088, "weight": 100 }, { "host": "10.119.65.6", "port": 8088, "weight": 100 }, { "host": "10.119.253.188", "port": 8088, "weight": 100 } ], "type": "roundrobin", "hash_on": "vars", "scheme": "grpc", "pass_host": "pass", "name": "xxxx", "desc": "Created by apisix-ingress-controller, DO NOT modify it manually", "labels": { "managed-by": "apisix-ingress-controller" } } This anomaly occurs in clusters every 1-2 hours. <img width="2200" height="376" alt="Image" src="https://github.com/user-attachments/assets/0af7cfc7-d01c-4c18-9c70-88df70968dce" /> ### Steps to Reproduce just proxy grpc ### Environment - APISIX version (run `apisix version`): 3.13 - Operating system (run `uname -a`): debian - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): 3.5 - 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]
