TkClark commented on issue #3426: URL: https://github.com/apache/apisix/issues/3426#issuecomment-767598618
Emm, I konw what happened. I was set `enable_admin: false` in conf.yaml, In the code have function `init_worker` of `plugins.lua`,It has watch the `/plugins` key of etcd when `enable_admin` is false. so when i was start another apisix pod, it was flush the value empty of `/plugins` then all of old pods will be load plugins from the empty value . so it order to the plugins flush and all of old apisix pod has the plugins Invalidationed. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
