You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
etcdctl compact `etcdctl get -w json /apisix/upstreams/ | jq .header.revision`
Perhaps this command should be run multiple times.
2. do not update related keys, for example global_rules.
3. wait a moment, the global plugins not working.
Environment
APISIX version (run apisix version): 3.1.0
Operating system (run uname -a):
OpenResty / Nginx version (run openresty -V or nginx -V):
etcd version, if relevant (run curl http://127.0.0.1:9090/v1/server_info):
APISIX Dashboard version, if relevant:
Plugin runner version, for issues related to plugin runners:
LuaRocks version, for installation issues (run luarocks --version):
The text was updated successfully, but these errors were encountered:
zlhgo
changed the title
bug: apisix 3.x lost config cache values when etcd compacted
bug: apisix 3.x lost config cache values after etcd compacted
Jan 14, 2023
Current Behavior
apisix/apisix/core/config_etcd.lua
Line 370 in df1cadb
Perhaps should be
#8675 has the same problem.
Expected Behavior
No response
Error Logs
No response
Steps to Reproduce
etcdctl compact `etcdctl get -w json /apisix/upstreams/ | jq .header.revision`
Perhaps this command should be run multiple times.
2. do not update related keys, for example global_rules.
3. wait a moment, the global plugins not working.
Environment
apisix version
): 3.1.0uname -a
):openresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):The text was updated successfully, but these errors were encountered: