You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/11/16 07:57:51 UTC

[GitHub] [apisix] andychyiyi commented on issue #7997: help request: The control layer of Apisix cannot use the etcd cluster of ipv6

andychyiyi commented on issue #7997:
URL: https://github.com/apache/apisix/issues/7997#issuecomment-1316548838

   @soulbird @tzssangglass 
   ```
   [root@master01 ~]# apisix version
   /usr/local/openresty/luajit/bin/luajit /usr/local/apisix/apisix/cli/apisix.lua version
   3.0.0
   [root@master01 ~]# apisix start
   /usr/local/openresty/luajit/bin/luajit /usr/local/apisix/apisix/cli/apisix.lua start
   Warning! Current maximum number of open file descriptors [1024] is not greater than 1024, please increase user limits by execute 'ulimit -n <new user limits>' , otherwise the performance is low.
   Warning! Request etcd endpoint 'http://[fd15:4ba5:5a2b:1008:20c:29ff:fe7d:4b21]:2379/version' error, Address family for hostname not supported, retry time=1
   Warning! Request etcd endpoint 'http://[fd15:4ba5:5a2b:1008:20c:29ff:fe7d:4b21]:2379/version' error, Address family for hostname not supported, retry time=2
   request etcd endpoint 'http://[fd15:4ba5:5a2b:1008:20c:29ff:fe7d:4b21]:2379/version' error, Address family for hostname not supported
   Warning! Request etcd endpoint 'http://[fd15:4ba5:5a2b:1008:20c:29ff:fe7d:4b22]:2379/version' error, Address family for hostname not supported, retry time=1
   Warning! Request etcd endpoint 'http://[fd15:4ba5:5a2b:1008:20c:29ff:fe7d:4b22]:2379/version' error, Address family for hostname not supported, retry time=2
   request etcd endpoint 'http://[fd15:4ba5:5a2b:1008:20c:29ff:fe7d:4b22]:2379/version' error, Address family for hostname not supported
   Warning! Request etcd endpoint 'http://[fd15:4ba5:5a2b:1008:20c:29ff:fe7d:4b23]:2379/version' error, Address family for hostname not supported, retry time=1
   Warning! Request etcd endpoint 'http://[fd15:4ba5:5a2b:1008:20c:29ff:fe7d:4b23]:2379/version' error, Address family for hostname not supported, retry time=2
   request etcd endpoint 'http://[fd15:4ba5:5a2b:1008:20c:29ff:fe7d:4b23]:2379/version' error, Address family for hostname not supported
   all etcd nodes are unavailable
   [root@master01 ~]# curl http://[fd15:4ba5:5a2b:1008:20c:29ff:fe7d:4b23]:2379/version -g6
   {"etcdserver":"3.5.4","etcdcluster":"3.5.0"}[root@master01 ~]#
   [root@master01 ~]#
   [root@master01 ~]#
   ```
   
   Hello, the etcd health check of apisixv3.0 has not been repaired by IPV6
   Did you forget to fix it, or was it because my configuration was not enabled?
   After installation, I only modified the default etcd address.
   I hope you can give me some advice...


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org