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 2021/09/22 09:03:16 UTC

[GitHub] [apisix] chzhuo opened a new issue #5115: bug: APISIX start failed when one of ETCD nodes down

chzhuo opened a new issue #5115:
URL: https://github.com/apache/apisix/issues/5115


   ### Issue description
   
   I have three ETCD nodes
   ```
   172.16.255.1
   172.16.255.2
   172.16.255.3
   ```
   ETCD cluster work well when node `172.16.255.3` down
   
   But APISIX start failed under the circumstances
   ![image](https://user-images.githubusercontent.com/10919124/134314810-44026275-ad2d-4b26-a5e4-5e1a825d7e4b.png)
   
   
   
   
   ### Environment
   
   apisix version: 2.8
   
   ### Steps to reproduce
   
   1
   
   ### Actual result
   
   2
   
   ### Error log
   
   3
   
   ### Expected result
   
   4


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



[GitHub] [apisix] spacewander commented on issue #5115: bug: APISIX start failed when one of ETCD nodes down

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #5115:
URL: https://github.com/apache/apisix/issues/5115#issuecomment-924804968


   The behavior is intended to make sure each configured node is working. So that we can avoid misconfigured nodes.


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



[GitHub] [apisix] shuaijinchao commented on issue #5115: bug: APISIX start failed when one of ETCD nodes down

Posted by GitBox <gi...@apache.org>.
shuaijinchao commented on issue #5115:
URL: https://github.com/apache/apisix/issues/5115#issuecomment-925593004


   I'll fix this problem


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



[GitHub] [apisix] shuaijinchao commented on issue #5115: bug: APISIX start failed when one of ETCD nodes down

Posted by GitBox <gi...@apache.org>.
shuaijinchao commented on issue #5115:
URL: https://github.com/apache/apisix/issues/5115#issuecomment-924792668


   When starting or restarting apisix through the cli tool, any node will exit the process directly when it is abnormal. Are you interested in fixing it ? @chzhuo 


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



[GitHub] [apisix] tzssangglass commented on issue #5115: bug: APISIX start failed when one of ETCD nodes down

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #5115:
URL: https://github.com/apache/apisix/issues/5115#issuecomment-924783881


   if only configured `172.16.255.1` at APISIX, will it start properly?


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



[GitHub] [apisix] spacewander commented on issue #5115: bug: APISIX start failed when one of ETCD nodes down

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #5115:
URL: https://github.com/apache/apisix/issues/5115#issuecomment-925483881


   I changed my mind. We can allow broken nodes to work around some unstable status in 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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix] okaybase commented on issue #5115: bug: APISIX start failed when one of ETCD nodes down

Posted by GitBox <gi...@apache.org>.
okaybase commented on issue #5115:
URL: https://github.com/apache/apisix/issues/5115#issuecomment-925491577


   Production environment Case:
   In our prod environment, we upgrade etcd cluster to v3.5, but we also met this case: https://github.com/etcd-io/etcd/issues/12845#issuecomment-869505034, result to some etcd nodes down~
   So, I also inclined to do some enhancement~
   


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



[GitHub] [apisix] shuaijinchao commented on issue #5115: bug: APISIX start failed when one of ETCD nodes down

Posted by GitBox <gi...@apache.org>.
shuaijinchao commented on issue #5115:
URL: https://github.com/apache/apisix/issues/5115#issuecomment-924794491


   You can determine whether there is at least one healthy node after the etcd loop check is over to ensure that APISIX can run normally.


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



[GitHub] [apisix] spacewander closed issue #5115: bug: APISIX start failed when one of ETCD nodes down

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #5115:
URL: https://github.com/apache/apisix/issues/5115


   


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