summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_remove_shard_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-2/+3
* SERVER-25001 Wire in new _configsvrSplitChunk command so mongod no longer run...Jess Fan2016-08-231-1/+2
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-9/+10
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-10/+10
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-19459 Check return Status in a few missing places when calling Catalog...Spencer T Brody2015-08-281-1/+4
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-1/+1
* SERVER-19875 Make (almost) all CatalogManager methods take OperationContextSpencer T Brody2015-08-251-2/+3
* Revert "Revert "SERVER-19736 Add opTime invariant checks when updating cached...Kaloian Manassiev2015-08-171-1/+2
* Revert "SERVER-19736 Add opTime invariant checks when updating cached config ...Eric Milkie2015-08-171-2/+1
* SERVER-19736 Add opTime invariant checks when updating cached config server dataRandolph Tan2015-08-141-1/+2
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-6/+7
* SERVER-19078 getChunks should accept sort and limitKaloian Manassiev2015-06-231-4/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-84/+78
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-1/+1
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-5/+5
* SERVER-18815 Define ShardId type. Get rid of findIfExists(...) and getAllShar...Daniel Alabi2015-06-051-7/+8
* SERVER-18124 Move 'newest chunk' check to the catalog managerKaloian Manassiev2015-05-151-1/+4
* SERVER-18124 Cleanup ChunkType and ChunkVersionKaloian Manassiev2015-04-281-2/+0
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1
* SERVER-18080 Move cluster commands out of mongoscoreKaloian Manassiev2015-04-171-1/+0
* SERVER-18064 Move shard.cpp under the sharding client libraryKaloian Manassiev2015-04-151-1/+1
* SERVER-17775 Move ShardType to src/mongo/s/catalogDaniel Alabi2015-04-091-1/+1
* SERVER-17774 Move ChunkType to src/mongo/s/catalogDaniel Alabi2015-04-071-1/+1
* SERVER-17740 Put removeShard in the catalog managerDaniel Alabi2015-04-011-146/+44
* SERVER-17690 Move sharding change logging operations to catalog managerKaloian Manassiev2015-03-241-6/+9
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-14/+16
* SERVER-17615 Return ShardNotFound error if non-existent shard passed to moveC...Daniel Alabi2015-03-171-1/+1
* SERVER-15854 Use ShardNotFound error code for deleted shardDaniel Alabi2015-03-131-4/+6
* SERVER-15854 Don't massert when checking for deleted shardDaniel Alabi2015-03-111-3/+5
* SERVER-17496 Move all admin commands to separate filesKaloian Manassiev2015-03-111-0/+265