summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/dist_lock_manager_replset.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64627 Refactor onInitialSyncComplete and onStartupRecoveryComplete int...Vesselina Ratcheva2022-04-211-2/+1
* SERVER-64517 Recover RecoverableCriticalSection after initialSync and startup...Jordi Serra Torrens2022-03-161-0/+2
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-57018 Make shards release their dist locks on step-upKaloian Manassiev2021-06-021-22/+127
* SERVER-55441 Remove the word 'failed' from the DistLock pinger log messagesKaloian Manassiev2021-03-231-4/+3
* SERVER-53118 Make the DistLockManager use the same processId/lockSessionId pe...Kaloian Manassiev2021-01-211-42/+51
* SERVER-53118 Make the ScopedDistLock movable between threadsKaloian Manassiev2021-01-131-53/+48
* SERVER-53689 Make only the ReplSetDistLockManager tests use a mocked lock man...Kaloian Manassiev2021-01-121-5/+0
* SERVER-53118 Make the DistLockManager ProcessId for each node to be the ShardIdKaloian Manassiev2021-01-091-3/+3
* SERVER-53227 Move omitted LockPings/LockType files to MongoDKaloian Manassiev2021-01-091-2/+2
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-0/+622