Split Brain - CI/CD用語集の定義
Split brain とは、ネットワーク分断によってクラスタの2つのサブセットがそれぞれリーダーを選出して独立に書き込みを受け付け、調停が困難な分岐した矛盾する状態を生み出す障害モードです。
関連ガイド
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…
Fencing Token - CI/CD Glossary DefinitionA fencing token is a monotonically increasing number issued with a lock so a stale leader’s late writes are r…
Quorum - CI/CD Glossary DefinitionA quorum is the minimum number of nodes that must agree for an operation to count as committed, ensuring over…