gxthrj opened a new issue #759:
URL: https://github.com/apache/apisix-ingress-controller/issues/759


   ### Issue description
   If resource synchronization retry occurs, other events of the same resource 
will be blocked.
   
   ### Environment
   
   * your apisix-ingress-controller version (output of 
`apisix-ingress-controller version --long`); master
   
   
   ### Minimal test code / Steps to reproduce the issue
   
   1. Define an ApisixRoute resource, including backends that does not exist.
   2. The ingress controller will report an error and keep retrying.
   3. After waiting for a period of time, create another new ApisixRoute 
resource and find that the synchronization time is slower.
   4. At this time, if you create multiple new ApisixRoute resources, the 
synchronization time will become slower and slower.
   
   ### What's the expected result?
   The retry of a resource will not affect the synchronization of other 
resources of the same type.


-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to