Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 2.43 KB

README.md

File metadata and controls

42 lines (32 loc) · 2.43 KB

Distributed Consensus Essence

It's challenging to design, to implement or to detect bugs in the realm of distributed consensus, and even a small problem could result in data loss. This repo is a list of distributed consensus protocol's bugs, flaws, deceptive traps, and improvements.

Type description
Bug a bug that will break the consensus.
Trap not a bug, but somehow misleading. People may believe it is a bug.
Suboptimal a solution that works, but not in the best way.
Optimize Improvement to a current design.
Variant Another way to implement a consensus.

Ideas


Contribution

Thank you for sharing a distributed consensus bug/issue. Even a small problem could result in data loss.