request help: Small probability running error #5273
whioue
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue description
我尝试自己开发了一个插件,运行在access阶段,配置好路由并开启此插件后,当同时触发调用几十次此路由(每次调用此路由时传递给后置接口的参数不同)会有少许几次请求报500 Internal Server Error错误,其他请求可正常执行插件并得到后置接口的响应,我尝试查看日志发现有报错,具体如下:



1.插件开发示例:
2.错误日志:
3.抛出问题处定位:
Environment
apisix version
): v2.8uname -a
):nginx -V
oropenresty -V
):curl http://127.0.0.1:9090/v1/server_info
to get the info from server-info API):luarocks --version
):Beta Was this translation helpful? Give feedback.
All reactions