whioue opened a new issue #5265: URL: https://github.com/apache/apisix/issues/5265
### Issue description 我尝试自己开发了一个插件,运行在access阶段,配置好路由并开启此插件后,当同时触发调用几十次此路由(每次调用此路由时传递给后置接口的参数不同)会有少许几次请求报500错误,其他请求可正常执行插件并得到后置接口的响应,我尝试查看日志发现有报错,具体如下: 1.插件开发示例:  2.错误日志:  3.apisix源码定位:  麻烦给出一些建议或解决办法,感谢。 ### Environment - apisix version (cmd: `apisix version`): v2.8 - OS (cmd: `uname -a`): - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): - etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API): - apisix-dashboard version, if have: - the plugin runner version, if the issue is about a plugin runner (cmd: depended on the kind of runner): - luarocks version, if the issue is about installation (cmd: `luarocks --version`): ### Steps to reproduce 具体重现步骤这里不好清晰描述,可参考问题描述。 ### Actual result 实际结果是出现500响应错误。 ### Error log 错误日志如下:  ### Expected result _No response_ -- 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]
