Consensus algorithms are at the core of distributed systems.
Hey, MongoDB created that AFAIK. I implemented it for replica sets several years before the RAFT paper. Too bad we didn't write it up, I guess :-P
Could be true! I need to dig a little deeper into MongoDB's implementation, I've heard there are some interesting differences (pull-based vs. push-based elections, for instance)
Hey, MongoDB created that AFAIK. I implemented it for replica sets several years before the RAFT paper. Too bad we didn't write it up, I guess :-P
Could be true! I need to dig a little deeper into MongoDB's implementation, I've heard there are some interesting differences (pull-based vs. push-based elections, for instance)