summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_move_primary_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-20040 Access the ForwardingCatalogManager explicitly when needed, othe...Spencer T Brody2015-09-021-2/+3
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-2/+2
* SERVER-19875 Make (almost) all CatalogManager methods take OperationContextSpencer T Brody2015-08-251-4/+7
* SERVER-19543 Use ForwardingCatalogManager to acquire distributed locks outsid...Andy Schwerin2015-08-191-3/+1
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-5/+6
* SERVER-19454 Remove useless check of shard host from movePrimary commandSpencer T Brody2015-07-161-5/+0
* SERVER-19021 Clean up how CatalogManagerLegacy reads some global stateSpencer T Brody2015-06-261-2/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-191/+174
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-2/+2
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-14/+18
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-20/+21
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-141-1/+3
* SERVER-18349 Check validity of the database name for movePrimaryKaloian Manassiev2015-05-101-6/+6
* SERVER-17592 Move legacy dist lock code under catalogRandolph Tan2015-05-051-1/+1
* SERVER-17592 Refactor legacy logic into distributed lock managerRandolph Tan2015-04-241-7/+7
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17848 Use the catalog manager to query shards in a sharded clusterDaniel Alabi2015-04-131-1/+1
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-6/+10
* SERVER-17690 Move sharding change logging operations to catalog managerKaloian Manassiev2015-03-241-2/+4
* SERVER-17592 DistributedLock RefactorRandolph Tan2015-03-201-16/+6
* SERVER-17615 Return ShardNotFound error if non-existent shard passed to moveC...Daniel Alabi2015-03-171-1/+10
* SERVER-17496 Move sharding admin commands to individual filesKaloian Manassiev2015-03-101-0/+282