You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/12/02 08:14:10 UTC

[GitHub] [apisix-ingress-controller] AlinsRan commented on pull request #1386: fix: many namespace lead to provider stuck

AlinsRan commented on PR #1386:
URL: https://github.com/apache/apisix-ingress-controller/pull/1386#issuecomment-1334890818

   We have a lot of `informer.run()`, `cache.wait()` in our code, actually it only needs to call factor.start() and `factor.wait()` to complete.
   There is a conflict between them and they can only be started once. I suggest that the codes of `informer.run` and `cache.wait()` should be deleted. 
   What do you think? 


-- 
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-unsubscribe@apisix.apache.org

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