summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_move_primary_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34067 Make the new movePrimary protocol FCV 4.0 compliantBlake Oler2018-04-051-1/+0
* SERVER-33196 add 'forTest' flag to movePrimary, and if it's set, make _config...Blake Oler2018-02-261-0/+1
* 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-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-2/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-3/+3
* SERVER-31524 make all metadata commands wait for majority writeConcern when r...Esha Maharishi2017-10-171-1/+2
* SERVER-31520 metadata commands on mongos should transparently pass config ser...Esha Maharishi2017-10-121-7/+2
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29414 move the logic of the movePrimary into the new _configsvrMovePri...Jessica Yu2017-07-031-221/+26
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-12/+15
* SERVER-29566 link cluster_commands_common.cpp into both mongos and mongodJessica Yu2017-06-151-2/+1
* SERVER-29412 make the movePrimary command use the IDLJessica Yu2017-06-121-6/+7
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-171-1/+1
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-6/+4
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-4/+6
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-6/+4
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-16/+16
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+1
* SERVER-27625 remove dead ANSA and setShardVersion codeEsha Maharishi2017-01-231-14/+0
* SERVER-27526 Remove all non-metadata command usages of DBConfig::isShardingEn...Kaloian Manassiev2016-12-281-87/+83
* SERVER-27364 Remove DBConfig::setPrimaryKaloian Manassiev2016-12-161-6/+15
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-6/+14
* SERVER-27321 Rename ScopedChunkManager::getExisting to refreshAndGetKaloian Manassiev2016-12-081-2/+5
* SERVER-26013 Remove default arguments from DistLockManagerKaloian Manassiev2016-09-141-1/+1
* SERVER-26013 Remove ShardingCatalogClient::distLock and cleanup DistLockManagerKaloian Manassiev2016-09-081-2/+2
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-4/+5
* SERVER-25001 Wire in new _configsvrSplitChunk command so mongod no longer run...Jess Fan2016-08-231-2/+10
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-2/+2
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-1/+1
* SERVER-24326 Remove unused 'checkForCatalogChange' in CloneOptions structJess Fan2016-06-211-2/+0
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-7/+6
* SERVER-24467 Make MoveChunkRequest and dependencies comparableKaloian Manassiev2016-06-131-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+12
* SERVER-24111 Move WriteConcernErrorDetail under mongo/rpcKaloian Manassiev2016-05-101-1/+0
* SERVER-22540 Commands that do writes on mongos should take a writeConcern and...Judah Schvimer2016-04-121-8/+34
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23405 Get rid of Command::getStatusFromCommandKaloian Manassiev2016-03-291-0/+1
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-7/+2
* SERVER-20036 Interrupt mapReduce and movePrimary commands on catalog manager ...Spencer T Brody2016-01-211-5/+26
* SERVER-21527 Cleanup usages of getShard for resolving host to shardKaloian Manassiev2015-11-191-1/+1
* SERVER-21186 Make actionLog format the same as changeLog'sKaloian Manassiev2015-11-031-7/+2
* SERVER-20494 SERVER-20493 Change CatalogManagerReplicaSet to use Nearest read...Spencer T Brody2015-09-241-0/+1