azura27 opened a new issue #4414:
URL: https://github.com/apache/apisix/issues/4414


   ### Issue description
   config etcd with following setting:
   etcd:
     host:           
       - "http://10.10.10.1:2379";  
       - "http://10.10.10.2:2379";
   ### Environment
   
   Bug report without environment information will be ignored or closed.
   
   * apisix version (cmd: `apisix version`):2.0
   * OS (cmd: `uname -a`): 3.10.0-693.21.1.el7.x86_64 GNU/Linux
   * OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): 1.17.8.2
   * etcd version, if have (cmd: run `curl 
http://127.0.0.1:9090/v1/server_info` to get the info from server-info API): 
3.4.10
   * apisix-dashboard version, if have:
   * luarocks version, if the issue is about installation (cmd: `luarocks 
--version`):
   
   ### Minimal test code / Steps to reproduce the issue
   
   Bug report without steps to reproduce will be ignored or closed.
   
   1. config etcd with two etcd host in same cluster
   2. start apisix, we could see it connect to the first etcd host configed
   3. stop first etcd, and apisix could not connect etcd with error: failed to 
fetch from etcd
   
   ### What's the actual result? (including assertion message & call stack if 
applicable)
   apisix connect etcd failed
   ### What's the expected result?
   apisix could connect other healthy etcd


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


Reply via email to