summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/dist_lock_manager_mock.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-95/+0
|
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-7/+9
| | | | | | This commit is an automated rename of all whole word instances of txn, _txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all .cpp and .h files in src/mongo.
* SERVER-25905 Release all config held distlocks and reacquire balancer ↵Dianna Hohensee2016-09-211-1/+2
| | | | distlocks in drain mode on config step up to primary
* Revert "SERVER-25905 Release all config held distlocks and reacquire ↵Dianna Hohensee2016-09-151-2/+1
| | | | | | balancer distlocks in drain mode on config step up to primary" This reverts commit f8212b6b37bea1bead354df86e8485761a519339.
* SERVER-25905 Release all config held distlocks and reacquire balancer ↵Dianna Hohensee2016-09-151-1/+2
| | | | distlocks in drain mode on config step up to primary
* SERVER-26013 Remove 'lockTryInterval' parameter from the DistLockManagerKaloian Manassiev2016-09-141-6/+3
|
* SERVER-26013 Add a tryLock method to the dist lock managerKaloian Manassiev2016-09-081-0/+4
|
* SERVER-26013 Remove ShardingCatalogClient::distLock and cleanup DistLockManagerKaloian Manassiev2016-09-081-19/+16
|
* SERVER-25872 make DistLockCatalogFixture and ReplSetDistLockManagerFixture ↵Esha Maharishi2016-09-011-1/+9
| | | | extend MongodTestFixture
* SERVER-25703 enable dist lock unlock by sessionId AND _idDianna Hohensee2016-08-231-0/+4
|
* SERVER-25202 Expose lock/unlock control on DistLockManagerKaloian Manassiev2016-08-031-13/+6
| | | | | | | | | This change exposes the lock/unlock methods as public on the DistLockManager. This enables the scenario of being able to pass locks between threads, which is necessary for the parallel balancer. Also makes the sharding balancer acquire the balancer distributed lock permanently.
* SERVER-24104 Replace direct uses of stdx::chrono::durations with MongoDB ↵Andy Schwerin2016-05-171-10/+9
| | | | | | duration using decls. This is a preliminary step for switching from stdx::chrono::duration to mongo::Duration.
* SERVER-23667 can overtake locks by using the same lockSessionID as the lock ↵Dianna Hohensee2016-04-201-0/+8
| | | | owner, via DistLockManager::lockWithSessionID
* SERVER-23137 Remove unused 'allowNetworking' argument from CatalogManager ↵Spencer T Brody2016-03-181-1/+1
| | | | startup/shutdown
* SERVER-20037 After CatalogManager swap release distributed locks held by old ↵Spencer T Brody2016-01-121-0/+4
| | | | CatalogManager
* SERVER-20082 add maxTimeMs to config catalog operationsMisha Tyulenev2015-10-131-3/+4
|
* Revert "SERVER-20082 Add OperationContext parameter to config methods in ↵Max Hirschhorn2015-10-061-4/+3
| | | | | | ShardRegistry" This reverts commit e40f1a1ba723184f276b28e01a240d8e5a6d3ecf.
* SERVER-20082 Add OperationContext parameter to config methods in ShardRegistryMisha Tyulenev2015-10-061-3/+4
|
* SERVER-19543 Differentiate between shutting down catalog manager for ↵Andy Schwerin2015-08-191-1/+1
| | | | replacement and for process shutdown.
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-30/+27
|
* SERVER-19016 Implement runUserManagement{Read,Write}Command in ↵Spencer T Brody2015-06-181-1/+8
| | | | CatalogManagerReplicaSet
* SERVER-18590 Implement lock & unlock for replSets distlock managerRandolph Tan2015-06-051-1/+1
|
* SERVER-18436 Add mock DistLockManagerSpencer T Brody2015-05-211-0/+72