jiangdongzi opened a new issue, #11808:
URL: https://github.com/apache/apisix/issues/11808

   ### Description
   
   I'm experiencing high CPU usage in etcd, and after analysis, I found it's 
caused by high watch QPS (Queries Per Second). Currently, my configuration has 
a 30-second timeout:
   
   ```yaml
   etcd:
     host:
       - "http://127.0.0.1:2379";
     prefix: /apisix
     timeout: 30
     
     Question: Is it possible to increase the watch timeout from 30s to 300s to 
reduce the CPU load? Would there be any potential side effects if we modify the 
timeout parameter to 300?
   Additional context:
   
   Current timeout: 30s
   Desired timeout: 300s
   Issue observed: High CPU usage in etcd
   Root cause: High watch QPS
   
   Would appreciate any guidance on this configuration change and its 
implications.
   
   
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


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