The Consistency Problem of Distributed Lock

from blog damnever's blog, | ↗ original
The devil is in the detail. Use Cases of Distributed Lock Distributed locks are used to avoid the following issues when shared resources are read and written simultaneously in multi-process/multi-machine scenarios: Concurrent reading and writing leads to dirty data. Concurrent reading, based on the read data/state, results in...