Leader Election - CI/CD用語集の定義
Leader election とは、分散クラスタが書き込みや決定を調整するために単一のノードをリーダーに指名し、リーダーが障害を起こしたり到達不能になったりしたときに自動的に代わりを選ぶプロセスです。
関連ガイド
Consensus - CI/CD Glossary DefinitionConsensus is the problem of getting distributed nodes to agree on a single value despite failures; Raft and P…
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…
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…