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

   ### Current Behavior
   
   当我开启自定义插件使用过一段时间后,关闭此插件,偶现部分请求仍然会执行此插件
   
   ### Expected Behavior
   
   预期在关闭插件后不会所有请求都不会再执行此插件
   
   ### Error Logs
   
   暂无
   
   ### Steps to Reproduce
   
   1.编辑自定义插件,并能正常运行。
   2.配置一条路由,并在路由所在的服务中开启此插件。
   3.并发请求此路由,所有请求会执行此插件,并能生效。
   4.关闭此插件。
   5.请求此路由发现偶现个别请求仍然会执行插件功能。
   
当我特意去复现时我不能做到百分百复现,但此问题确实存在。考虑到是因为openresty中部分worker里的连接句柄没有得到释放导致?不知道大佬有没有遇到相关问题,以及解决的指导建议呢?
   
   
   ### Environment
   
   - APISIX version (run `apisix version`): apisix v2.0
   - Operating system (run `uname -a`): centos7
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): 1.17.8.2
   - 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