summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/dist_lock_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68592 Rename DDL lock managerTommaso Tocci2022-08-101-119/+0
* SERVER-65891 Make all distLock acquisitions local-onlyTommaso Tocci2022-08-091-70/+10
* SERVER-68553 Add local DDL lock acquisition reasonTommaso Tocci2022-08-051-12/+23
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-54818 Mitigate distributed lock acquisition unfairnessTommaso Tocci2021-03-051-2/+2
* SERVER-53905 Implement PrimaryOnlyService for DDL coordinatorsTommaso Tocci2021-02-241-0/+5
* SERVER-53118 Make the DistLockManager use the same processId/lockSessionId pe...Kaloian Manassiev2021-01-211-13/+72
* SERVER-52809 Implement the new drop collection path in _shardsvrDropCollectionJaume Moragues2021-01-201-1/+5
* SERVER-53118 Make the ScopedDistLock movable between threadsKaloian Manassiev2021-01-131-15/+11
* SERVER-53689 Make only the ReplSetDistLockManager tests use a mocked lock man...Kaloian Manassiev2021-01-121-5/+0
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-0/+107