ETCD suddenly shuts down on AWS ECS #17192
-
Hi guys, I'm using etcd v3.5.5 deployed on AWS ECS using
Sorry maybe I'm missing something. Could you please help with this? Do I need to upgrade ETCD or maybe change some configs ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @andriihlova - Thanks for your question. Based on the following log line it appears as though the etcd process was terminated from an external source:
This error means the etcd process received the Note you mention that you are running on ECS. ECS is known to send the |
Beta Was this translation helpful? Give feedback.
Hey @andriihlova - Thanks for your question. Based on the following log line it appears as though the etcd process was terminated from an external source:
This error means the etcd process received the
SIGTERM
signal, refer to this explanation of how signals work.Note you mention that you are running on ECS. ECS is known to send the
SIGTERM
signal for application graceful shutdown (https://aws.amazon.com/blogs/containers/graceful-shutdowns-with-ecs) but there could be other reasons why this signal was sent.