summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/configsvr_move_primary_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58595 Remove legacy ConfigsvrCommitMovePrimary commandTommaso Tocci2021-07-271-204/+0
* SERVER-53412 Mark code which needs to go away after 5.0 with the proper ticketKaloian Manassiev2021-03-311-0/+1
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-2/+2
* SERVER-52872 Remove StatusWith methods from ShardingCatalogClientKaloian Manassiev2020-11-161-4/+1
* SERVER-52541 Specify dropDatabase in IDLA. Jesse Jiryu Davis2020-11-131-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46836 Remove FCV-dependent code related to renaming cloneCatalogData a...jannaerin2020-03-241-15/+0
* SERVER-46799: update log lines for style guideLamont Nelson2020-03-231-6/+5
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+3
* SERVER-35807 Prepend _movePrimary and _cloneCatalogData internal commands wit...Jason Zhang2019-07-101-1/+16
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-241-1/+1
* SERVER-34285 Remove FCV 3.6 switch logic in movePrimaryBlake Oler2018-06-151-198/+10
* SERVER-34072 config.databases writes with new version field should take the g...Esha Maharishi2018-06-111-7/+13
* SERVER-35497 Use more uasserts in the configsvr commandsKaloian Manassiev2018-06-081-5/+3
* SERVER-32375 Use readConcern local for config metadata operationsBlake Oler2018-05-101-4/+10
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-14/+7
* SERVER-34067 Make the new movePrimary protocol FCV 4.0 compliantBlake Oler2018-04-051-7/+29
* SERVER-33769 Implement a commitMovePrimary command on the config serverBlake Oler2018-04-021-24/+25
* SERVER-33586 Move getAllShardedCollectionsForDb to the CatalogClientBlake Oler2018-03-141-2/+2
* SERVER-33795 remove backwards compatible distlock from sharding catalog commandsEsha Maharishi2018-03-121-6/+0
* SERVER-33196 add 'forTest' flag to movePrimary, and if it's set, make _config...Blake Oler2018-02-261-8/+30
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-02-061-1/+1
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-6/+2
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-3/+3
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-5/+5
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-4/+4
* SERVER-32365 Move the logic of the dropDatabase command into the new _configs...Kaitlin Mahar2018-01-151-1/+3
* SERVER-31524 make all metadata commands wait for majority writeConcern when r...Esha Maharishi2017-10-171-15/+10
* SERVER-31564 remove extra read of config.databases from _configsvrMovePrimaryEsha Maharishi2017-10-161-9/+3
* SERVER-30733 make distlocks hierarchical for metadata commands on databases a...Esha Maharishi2017-10-121-9/+8
* SERVER-31008 Make trying to move the primary shard to the current primary not...Esha Maharishi2017-10-121-3/+25
* SERVER-31494 move distlock acquisition in movePrimary to before reading the d...Esha Maharishi2017-10-101-10/+10
* SERVER-30615 Fix duplicate key error in shardCollection by using local read c...Dianna Hohensee2017-09-141-2/+7
* SERVER-30404 movePrimary should take the same (dist)lock as shardCollection t...Hugh Han2017-08-181-1/+7
* Revert "SERVER-30219 Make metadata commands use kLocalReadConcern"Esha Maharishi2017-08-081-11/+3
* SERVER-30219 Make metadata commands use kLocalReadConcernJessica Yu2017-08-021-3/+11
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-2/+1
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-1/+1