saiyan-qx opened a new issue, #8931: URL: https://github.com/apache/apisix/issues/8931
### Description When i use request-id plugin nanoid algorithm,file descriptor increse to the limit of worker_rlimit_nofile : 20480,then cause the error : Too many open files。 I use lsof -p command, find a lot of file descriptors like this: openresty 955 nfsnobody 45r CHR 1,9 0t0 71005690 /dev/urandom openresty 955 nfsnobody 46r CHR 1,9 0t0 71005690 /dev/urandom openresty 955 nfsnobody 47r CHR 1,9 0t0 71005690 /dev/urandom openresty 955 nfsnobody 48r CHR 1,9 0t0 71005690 /dev/urandom openresty 955 nfsnobody 49r CHR 1,9 0t0 71005690 /dev/urandom openresty 955 nfsnobody 50r CHR 1,9 0t0 71005690 /dev/urandom Thanks! ### Environment - APISIX version (run `apisix version`): 3.0 - Operating system (run `uname -a`): Linux XXX 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):nginx version: openresty/1.21.4.1 - 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]
