summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/dist_lock_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65891 Make all distLock acquisitions local-onlyTommaso Tocci2022-08-091-101/+6
* SERVER-68553 Add local DDL lock acquisition reasonTommaso Tocci2022-08-051-2/+12
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-59500 DDL coordinators must not release dist locks on stepdownPierlauro Sciarelli2021-08-271-0/+4
* SERVER-57018 Make shards release their dist locks on step-upKaloian Manassiev2021-06-021-2/+2
* SERVER-54818 Mitigate distributed lock acquisition unfairnessTommaso Tocci2021-03-051-1/+1
* SERVER-54915 Remove the Sharding Routing Info Stability DistLockKaloian Manassiev2021-03-031-4/+0
* SERVER-53905 Implement PrimaryOnlyService for DDL coordinatorsTommaso Tocci2021-02-241-0/+1
* SERVER-53092: Ensure FCV stability while executing DDL critical pathsJordi Serra Torrens2021-02-181-0/+4
* SERVER-53118 Make the DistLockManager use the same processId/lockSessionId pe...Kaloian Manassiev2021-01-211-19/+57
* SERVER-52809 Implement the new drop collection path in _shardsvrDropCollectionJaume Moragues2021-01-201-0/+1
* SERVER-53118 Make the ScopedDistLock movable between threadsKaloian Manassiev2021-01-131-12/+9
* SERVER-53689 Make only the ReplSetDistLockManager tests use a mocked lock man...Kaloian Manassiev2021-01-121-14/+0
* SERVER-53118 Make the DistLockManager ProcessId for each node to be the ShardIdKaloian Manassiev2021-01-091-1/+1
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-0/+189