Fencing Token
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.
Related Concepts
- Lease
- Distributed Lock
- Split Brain
- Leader Election