zlhgo opened a new issue, #8682:
URL: https://github.com/apache/apisix/issues/8682

   ### Current Behavior
   
   
https://github.com/apache/apisix/blob/df1cadb27744234f2f9fe6b6bfa5ea18442fb8e6/apisix/core/config_etcd.lua#L370
   
   Perhaps should be 
   ```lua
   local dir_res, headers = res.body.node or {}, res.headers
   ```
   
   #8675
   
   ### Expected Behavior
   
   _No response_
   
   ### Error Logs
   
   _No response_
   
   ### Steps to Reproduce
   
   1.
   ```bash
   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`):
   


-- 
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]

Reply via email to