azura27 opened a new issue #4265:
URL: https://github.com/apache/apisix/issues/4265


   ### Issue description
   
   ### Environment
   
   Bug report without environment information will be ignored or closed.
   
   * apisix version (cmd: `apisix version`): 2.0
   * OS (cmd: `uname -a`): 3.10.0-693.21.1.el7.x86_64  GNU/Linux
   * OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): 1.17.8.2
   * etcd version, if have (cmd: run `curl 
http://127.0.0.1:9090/v1/server_info` to get the info from server-info API): 
3.4.10
   * apisix-dashboard version, if have:
   * luarocks version, if the issue is about installation (cmd: `luarocks 
--version`):2.3.0
   
   ### Minimal test code / Steps to reproduce the issue
   PUT 4000 APIs to APISIX if etcd 4M limition not solved(we cover this limit 
in pull data 9 times with different dir prefix /apisix/routes/i), it could take 
1.5 s with lua-resty-radixtree   v2.2,
   
   Bug report without steps to reproduce will be ignored or closed.
   
   1. PUT 8930 APIs to apisix
   2. visit one API and recors time spent in function match()
   3.
   
   ### What's the actual result? (including assertion message & call stack if 
applicable)
   time spent too long, over 200ms
   ### What's the expected result?
   expect time spent less than 10ms like KONG


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to