summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_move_chunk_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-24167 ChunkType should generate the chunk's _idKaloian Manassiev2016-05-181-1/+0
* SERVER-22672 Make moveChunk and shardCollection use the balancerKaloian Manassiev2016-05-051-26/+18
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-1/+2
* SERVER-23800 Remove ShardConnection::syncKaloian Manassiev2016-04-201-7/+3
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-2/+2
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23484 Move Chunk::genID to ChunkTypeKaloian Manassiev2016-04-041-2/+2
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22628 Use MigrationSecondaryThrottleOptions for parsing the balancer s...Kaloian Manassiev2016-02-231-6/+1
* SERVER-22628 Sharding secondary throttle parsing into separate classKaloian Manassiev2016-02-171-11/+7
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-1/+2
* SERVER-19934 Sharding config minOpTime recoveryKaloian Manassiev2015-10-071-1/+0
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-2/+2
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-6/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-178/+164
* 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-3/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-6/+7
* SERVER-18815 Define ShardId type. Get rid of findIfExists(...) and getAllShar...Daniel Alabi2015-06-051-4/+5
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1
* SERVER-18084 grid.h should not include config.hKaloian Manassiev2015-04-171-0/+1
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17968 Eliminate use of configServer.allUpDaniel Alabi2015-04-141-4/+0
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-11/+28
* SERVER-17615 Return ShardNotFound error if non-existent shard passed to moveC...Daniel Alabi2015-03-171-1/+10
* SERVER-17496 Move all admin commands to separate filesKaloian Manassiev2015-03-111-2/+2
* SERVER-17496 Move sharding admin commands to individual filesKaloian Manassiev2015-03-101-0/+257