Hacker News new | ask | show | jobs
by uluyol 2182 days ago
That's because the core Paxos protocol is relatively simple. However, no production service could ever survive with just that. Once you start considering all the features and optimizations you will really need, things get very hairy.
1 comments

It doesn't use paxos. It uses raft, an entirely different distributed consensus algorithm.
FYI the parent of the comment you replied to was about their experience with Paxos specifically, not the main article.