docker-archive / classicswarm

Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit
Apache License 2.0
5.75k stars 1.08k forks source link

Nodes go down randomly cannot be ssh'd into and have to be restarted #2820

Closed jonathan-kosgei closed 6 years ago

jonathan-kosgei commented 6 years ago

I have a 4 node swarm cluster with 2 managers and 2 workers.

I've noticed that almost immediately I setup the cluster docker node ls shows me one or two nodes are down.

I have not been able to reproduce it on purpose but what I've seen is that it tends to happen when I'm deleting a stack i.e. with docker stack rm mystack

Might this be related to the docker stack network being deleted?

The node's cannot be ssh'd into and have to be restarted upon which they rejoin the swarm.

This has happened on the manager nodes as well.

nishanttotla commented 6 years ago

@jonathan-kosgei please open this issue on https://www.github.com/moby/moby. Sorry for the trouble.