Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvserver: hook up {shared, exclusive} replicated locks end to end
Now that both the storage layer and the concurrency manager have been taught about {shared, exclusive} replicated locks, we can hook things up end to end. This patch does so by: - Checking for conflicts with replicated locks during lock acquisition of an unreplicated lock. - Checking for conflicts and acquiring a replicated lock during lock acquisition of a replicated lock. Closes cockroachdb#109672 Informs cockroachdb#100193 Release note: None
- Loading branch information