Donghui0 opened a new issue #612: URL: https://github.com/apache/apisix-ingress-controller/issues/612
### Issue description In the following scenario: 1: Create ApisixRoute resource, but spec.http.backends.serverName does not exist in the current namespace. 2: Modify the ApisixRoute metadata.namespace attribute; make it in the same namespace as spec.http.backends.serverName. the resource can be successfully created in apisix. However, the events in step 1 will continue to flow and cannot be deleted. These exceptions `sync ApisixRoute failed, will retry....` are thrown in the log. ### Environment * your apisix-ingress-controller version: v1.1 * your Kubernetes cluster version: v1.16.9 ### Minimal test code / Steps to reproduce the issue Refer to the above 👆 ### What's the actual result? (including assertion message & call stack if applicable) Wrong events keep circulating in the workqueue. ### What's the expected result? Wrong events can be terminated in time. -- 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]
