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
Currently when apisix is running, if etcd shuts down, apisix would keep print out config_etcd.lua:530: failed to fetch data from etcd: connection refused, and the speed is around 2 log per second per core.
And it could be fixed after api7/lua-resty-etcd#111 (return error code when no healthy etcd available) got fixed.
Issue description
Currently when apisix is running, if etcd shuts down, apisix would keep print out
config_etcd.lua:530: failed to fetch data from etcd: connection refused
, and the speed is around 2 log per second per core.And it could be fixed after api7/lua-resty-etcd#111 (return error code when no healthy etcd available) got fixed.
Ref: #3404
The text was updated successfully, but these errors were encountered: