nic-chen commented on issue #2695:
URL: https://github.com/apache/apisix/issues/2695#issuecomment-725849820


   > > @souzens
   > > Thanks for feedback.
   > > but it works fine on my env using `etcd-3.4.13`. could you please 
provide more details ? thanks.
   > > @idbeta please help check. thanks
   > 
   > you deployed etcd in single mode or cluster mode?
   > 
   > i tested that apisix2.0 works ok in etcd single mode..
   > 
   > ```
   > nohup /home/admin/etcd-v3.4.9-linux-amd64/etcd --data-dir 
/home/admin/etcd/data --listen-client-urls http://10.111.9.155:2379 
--advertise-client-urls http://10.111.9.155:2379 >> /home/admin/etcd.log 2>&1 &
   > ```
   > 
   > but in cluster mode will report errors
   > 
   > etcd.conf
   > 
   > ```
   > name: [email protected]
   > data-dir: /home/admin/etcd/data
   > listen-peer-urls: http://10.111.9.155:2380
   > listen-client-urls: http://10.111.9.155:2379
   > advertise-client-urls: http://10.111.9.155:2379
   > listen-peer-urls: http://10.111.9.155:2380
   > initial-advertise-peer-urls: http://10.111.9.155:2380
   > initial-cluster-token: etcd-cluster-token
   > initial-cluster-state: new
   > initial-cluster: 
[email protected]=http://10.111.9.154:2380,[email protected]=http://10.111.21.245:2380,[email protected]=http://10.111.9.155:2380
   > ```
   
   I tried ETCD cluster, It works fine too.
   
   please confirm your ETCD cluster all ready, and all nodes work well.
   


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