jujiale opened a new issue, #6844: URL: https://github.com/apache/apisix/issues/6844
### Description hello, I get confused when I use APISIX2.11。 first,we have servral apisix cluster,but just some of occurs the follow exception let me describe it. 1.use two apisix(such as apisixA and apisixB) consist of a cluster,they are use same prefix in etcd,such as "/sit/apisix" 2.start apisixA and apisixB,then invoke plugin's contolAPI,such as http://172.xx.xx.01:9090/v1/plugin/example-plugin/hello,when I first invoke in apisixA,it returns "world", then I invoke it in apisixB, reutrns 404 3. I find when I restart apisixA and apisixB, the first I invoked is always ok(such as apisixA),the second I invoked is always 404(such as apisixB),also when I again restart apisixA and apisixB,the first I invoked is always ok(such as apisixB),the second I invoked is always 404(such as apisixA) 4. when I add log in apisix/control/router.lua fuction _M.match(uri),I find "return router:dispatch(uri, match_opts)" the param "match_opts" in apisixB(unhealth) does not have plugin's control api information(such as server-info's api),the health apisixA has have plugin's control api information 5. when I add log in apisix/plugin.lua "function _M.load(config)" I find the health apisixA's param config is nil,but unhealth apisixB's param is {"createdIndex":8664,"key":"\/sit\/apisix\/plugins\/","modifiedIndex":83836} I am confused of such thing, hope get some help in here , thanks ### Environment - APISIX version (run `apisix version`):2.11 - Operating system (run `uname -a`):Linux 3.10.0-1160.36.2.el7.x86_64 - 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`):3.5.0 - 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]
