Three key themes emergingfrom the discussion
-
Quorum overlap is the core correctness guarantee
"The key correctness insight is this: any two majorities of nodes must overlap in at least one node. So between any two consecutive global state changes — whether two commits, two leader elections, or one of each — at least one node participated in both." – danbruc
-
Combinatorial / geometric structures provide fresh ways to view consensus
"finite projection planes are an interesting way of proving that (with caveats)." – MathiasPius
"Research on quorum systems (such as the finite projective planes described in the article) dates back to the 80s." – senderista -
Practical limits and merging concerns
"And for the merging, if you can do that, then why bother with consensus to begin with?" – danbruc These points capture the community’s focus on the mathematical foundation of consensus, the novel use of finite projective planes, and the realistic challenges of applying such designs in production systems.