Fencing Token

Turkish equivalent: Çitleme jetonuDomain: Distributed Systems

A monotonically increasing ownership token used by a resource to reject stale operations from clients that previously held a distributed lease or lock.

Boundaries

A fencing token is enforced by the protected resource; merely issuing increasing numbers does not prevent stale clients if the resource ignores them.

  • Lease
  • Distributed Lock
  • Split Brain
  • Leader Election