Vector Clock - CI/CD用語集の定義
Vector clock とは、イベントに付加されるノードごとのカウンタのリストで、分散システムが因果順序、すなわちあるイベントが別のイベントより前に起きたのか、それとも2つが並行 (競合) なのかを判断できるようにします。
関連ガイド
Gossip Protocol - CI/CD Glossary DefinitionA gossip protocol spreads state across a cluster by having each node periodically exchange info with a few ra…
Eventual Consistency - CI/CD Glossary DefinitionEventual consistency means replicas may briefly disagree after a write but converge to the same value over ti…