summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_chunk_cloner_source_legacy_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+3
* SERVER-40258 Rename CSRLock::lock to CSRLock::lockSharedRandolph Tan2019-06-271-1/+1
* SERVER-40171 Release collection lock when fetching next oplog in _getNextSess...jannaerin2019-05-161-5/+11
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-40264 Change MigrationChunkCloner to be a shared pointer to synchroniz...Blake Oler2019-03-251-18/+17
* SERVER-35219 Change the sleep on the destination side into a cond var wait on...Randolph Tan2019-03-201-16/+59
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38473 Create DatabaseShardingStateLock to ensure concurrency around Da...Blake Oler2019-02-051-3/+3
* SERVER-38284 Create concurrency lock for CollectionShardingRuntimeBlake Oler2018-12-281-1/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-29908 Move CollectionShardingState under sharding_api_dKaloian Manassiev2018-07-271-2/+2
* SERVER-35658 Check for rollback at end of each session migration batchMatthew Saltz2018-07-241-5/+27
* SERVER-29908 Move OpObserver and MigrationSourceManager logic out of Collecti...Andy Schwerin2018-04-231-9/+10
* SERVER-29908 Move more libraries from sharding into sharding_api_d/sharding_r...Kaloian Manassiev2018-03-131-4/+2
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-3/+3
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-3/+3
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-6/+6
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-6/+6
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-6/+6
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-6/+6
* SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatusKaloian Manassiev2018-01-241-1/+1
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-1/+1
* SERVER-31446 _getNextSessionMods can get stuck in a write conflict retry loopRandolph Tan2017-11-021-4/+9
* SERVER-31030 Make sure that _getNextSessionMods will only contain oplog entri...Randolph Tan2017-10-071-2/+12
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-281-0/+52
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-281-52/+0
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-271-0/+52
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-271-52/+0
* SERVER-30894 Implement command for transferring session information during mi...Randolph Tan2017-09-261-0/+52
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-2/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-4/+4
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-2/+2
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-2/+0
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-5/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-11/+11
* SERVER-26898 Use ScopedTransaction at the migration donorKaloian Manassiev2016-11-041-2/+10
* SERVER-26370 Cleanup MigrationDestinationManagerKaloian Manassiev2016-09-291-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+8
* SERVER-22656 Componentize MigrationSourceManagerKaloian Manassiev2016-03-231-0/+212