celluloid / floss

UNMAINTAINED: See celluloid/celluloid#779 - A Ruby implementation of the Raft consensus algorithm.
MIT License
77 stars 14 forks source link

Crashes when not all peers are online on boot #25

Closed Asmod4n closed 8 years ago

Asmod4n commented 10 years ago

How is this supposed to work with zmq peers? It cannot start when not all peers are online during boot. Which is impossible when you want to start the cluster for the first time.

aflatter commented 10 years ago

This project is not usable in its current form. I'm not even sure whether it works with current releases of celluloid. What exactly are you trying to accomplish?

Asmod4n commented 10 years ago

Have been looking for a dcell registry which doesn't depend on external databases, guess I'll just use etcd then.