Consensus - CI/CD用語集の定義
コンセンサス とは、障害やネットワーク遅延があっても一連のノードに1つの値または操作の順序について合意させる、分散システムの問題です。RaftとPaxosはそれを解決する標準的なアルゴリズムです。
関連ガイド
Leader Election - CI/CD Glossary DefinitionLeader election is how a cluster picks one node to coordinate writes or decisions, and re-elects a new one wh…
Quorum - CI/CD Glossary DefinitionA quorum is the minimum number of nodes that must agree for an operation to count as committed, ensuring over…
Split Brain - CI/CD Glossary DefinitionSplit brain is a failure where a network partition leaves two halves of a cluster each believing it is the le…