wheatt commented on issue #1187:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/1187#issuecomment-1198057322

   > In fact, in APISIX Ingress, there is periodic resynchronization. If the 
APISIX admin API frequently times out in the user's environment, it is 
recommended to increase this frequency.
   
   
   
   > APISIX's admin API used by APISIX Ingress, not dashboard.
   > 
   > Did you actually encounter this problem?
   
   admin API慢的问题定位到了。
   admin 
API请求etcd时每次都会调用etcd.new()方法,这个方法每次都会选择配置文件里的第一个节点连接([issue](https://github.com/api7/lua-resty-etcd/issues/169)),导致所有的连接都连到了etcd的一个节点。
   我们这个etcd集群节点的max open files设置使用的系统默认值1024,连接多了之后就会响应变慢,调整了max open 
files之后就好了。
   


-- 
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]

Reply via email to