As the machines could be brought in and out of service at any time, the master had to be an elected or agreed active machine. So I wrote Quorum to avoid having a single point of failure.
It's a familiar take on replicated state machines, that does not aspire to the giddy heights of Paxos or Raft. But for all that, it is simple and thus far, reliable (enough :-).
Currently hosted on GitHub, here.
Has a simple MVC web app for quorum viewing, as below:
No comments:
Post a Comment