johnyq opened a new issue, #7911: URL: https://github.com/apache/apisix/issues/7911
### Current Behavior We are currently stress testing the system and have found that Apisix has the following error sometimes : `lua entry thread aborted: runtime error: /usr/local/apisix/apisix/init.lua:362: attempt to index upvalue 'local_conf' (a nil value) ` about 3% request were be failed. I google same error keyword and found this [https://github.com/apache/apisix/issues/3830](url) issue , we have a similar runtime environment ,k8s config map , but the difference is that it doesn't happen all the time . ### Expected Behavior _No response_ ### Error Logs lua entry thread aborted: runtime error: /usr/local/apisix/apisix/init.lua:362: attempt to index upvalue 'local_conf' (a nil value) ### Steps to Reproduce 1 . send test requests by jemter ### Environment - APISIX version (run `apisix version`): 2.10.1 - Operating system (run `uname -a`): K8S image apache/apisix:2.10.1-centos - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): openresty/1.19.9.1 - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): etcd:3.5.1 - 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]
