apisix
apisix copied to clipboard
After the routing configuration update, some requests in Apache APISIX are still routed to the old upstream service
Current Behavior
In APISIX, when an administrator updates the routing configuration (such as changing the upstream service address or removing a certain upstream service), theoretically all requests through APISIX should follow the new configuration. However, in practical operation, there may be situations where some requests are still routed to the old upstream service,
Expected Behavior
No response
Error Logs
No response
Steps to Reproduce
- Install and start the APISIX cluster (at least two nodes).
- Create a routing rule that specifies an upstream service.
- Send requests to APISIX to ensure that they are correctly routed to upstream services.
- Update routing rules, such as changing the upstream service address or removing the upstream service.
- Immediately send new requests to APISIX and observe if all requests follow the new routing rules.
Environment
none
Although this sounds like a misconfigurtion issue, please share the steps to reproduce.