recall

← recall

lease (lock) term

time-bounded lock that auto-releases on expiry

Holder must renew before expiry; if it crashes, the lock frees up automatically. Solves 'what if the holder dies?' for distributed locks. Risk: clock skew between holder and lock service.

topics: distributed-systems, locks

references: