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

   > 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)
   
   How did you solve your problem?
   should i use 
https://github.com/TencentBlueKing/blueking-apigateway-apisix/blob/master/src/build/patches/004_radixtree_uri_with_parameter_rebuild_with_interval.patch
 ?


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