Every story tagged Consensus Algorithms, curated for CIOs and IT leaders — ranked by source credibility, engagement, and freshness.
2 stories · open in the command center
Cloudflare has developed Meerkat, a new globally distributed consensus system based on the QuePaxa algorithm, designed to maintain strong consistency and high availability across 330+ data centers despite unpredictable network conditions—addressing critical limitations of traditional consensus algorithms like Raft that struggle with leader failures and timeout configurations in wide-area networks. This represents the first industrial-scale deployment of QuePaxa and will initially manage control-plane state for internal services, with significant implications for building resilient, globally distributed systems that require both data consistency and fault tolerance. IT leaders should recognize this as a foundational advancement that reduces consensus-related outages and enables more reliable distributed architecture patterns across geographically dispersed infrastructure.
This article proposes an unconventional modification to the Raft consensus protocol that enables distributed systems to achieve consensus with fewer nodes than traditional majority-based approaches by leveraging mathematical structures called finite projective planes. While academically interesting, this approach trades operational simplicity and flexibility for theoretical efficiency gains, as it requires pre-designated voting blocks rather than any arbitrary node majority, potentially limiting its practical applicability in production environments that demand resilience and operational agility.