Richard-lululemon commented on issue #12466:
URL: https://github.com/apache/apisix/issues/12466#issuecomment-3130484198

   > 1 pod 15 workers?
   > 
   > we have 50K+ routes, and met the same situation, the worker will rebuild 
the radixtree every time it watched a change. and at that time, the incoming 
requests would stuck to wait for the rebuilding 
[#10268](https://github.com/apache/apisix/issues/10268)
   > 
   > * so, use only 4 workers for each pod
   > * 4 workers don't rebuild the tree at the same time
   > * etcd compatcion [feat: I hope to provide best practices for optimizing 
Etcd as it serves as the core database of Apisix #9946 
(comment)](https://github.com/apache/apisix/issues/9946#issuecomment-1670542476)
   
   1 pod 2 worker, our k8s cluster has more than 15 nodes.
   when i set 4 workers, it seems 4 workers rebuild the tree at the same time
   
   <img width="574" height="85" alt="Image" 
src="https://github.com/user-attachments/assets/4f2960df-41b6-46ef-bdab-485828b29bc0";
 />


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