ZChengjin opened a new issue, #8318: URL: https://github.com/apache/apisix/issues/8318
### Description ### I installed apisix using the following steps: 1. git clone https://github.com/apache/apisix-docker.git 2. cd apisix-docker/example 3. docker-compose -p docker-apisix up -d ### I used the dashboard to create upstream, service, route, everything works fine. But the errlog of apisix will report the following error, although it does not affect my use at present, but I want to know why this is _2022/11/14 02:29:15 [error] 50#50: *5772262 [lua] config_etcd.lua:570: failed to fetch data from etcd: http://etcd:2379: Service Unavailable, etcd key: /apisix/consumers, context: ngx.timer 2022/11/14 02:29:15 [error] 47#47: *5768570 [lua] config_etcd.lua:570: failed to fetch data from etcd: http://etcd:2379: Service Unavailable, etcd key: /apisix/global_rules, context: ngx.timer 2022/11/14 02:29:15 [error] 47#47: *5771065 [lua] config_etcd.lua:570: failed to fetch data from etcd: http://etcd:2379: Service Unavailable, etcd key: /apisix/plugin_metadata, context: 2022/11/14 02:59:45 [warn] 47#47: *38913 [lua] v3.lua:733: request_chunk(): http://etcd:2379: failed to parse domain: failed to parse domain. Retrying, context: ngx.timer 2022/11/14 02:59:50 [warn] 47#47: *38905 [lua] v3.lua:733: request_chunk(): http://etcd:2379: failed to parse domain: failed to parse domain. Retrying, context: ngx.timer_ ### Environment - APISIX version (run `apisix version`):3.0.0 - Operating system (run `uname -a`):Linux eee3e01b5631 4.19.76-linuxkit #1 SMP Tue May 26 11:42:35 UTC 2020 x86_64 GNU/Linux - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):nginx version: openresty/1.21.4.1;built by gcc 10.2.1 20210110 (Debian 10.2.1-6);built with OpenSSL 1.1.1n 15 Mar 2022 - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant:apache/apisix-dashboard:2.13-alpine - Plugin runner version, for issues related to plugin runners:apisix-go-plugin-runner(master) - 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]
