summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/merge_chunks_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27681 Use CatalogCache to load metadata on shardsKaloian Manassiev2017-04-121-13/+14
* SERVER-25665 Remove cloneSplit and cloneMerge from CollectionMetadataKaloian Manassiev2016-10-101-8/+0
* SERVER-26340 ShardingState::setShardName should be called under initializeFro...Esha Maharishi2016-10-101-15/+11
* SERVER-26370 Cleanup MigrationDestinationManagerKaloian Manassiev2016-09-291-2/+2
* SERVER-26013 Remove default arguments from DistLockManagerKaloian Manassiev2016-09-141-2/+2
* SERVER-25856 Rename _configsvr{Split,Merge}Chunks commands to _configsvrCommi...Spencer T Brody2016-09-081-6/+6
* SERVER-26013 Remove ShardingCatalogClient::distLock and cleanup DistLockManagerKaloian Manassiev2016-09-081-2/+2
* SERVER-25002 Wire in new _configsvrMergeChunks command so shards no longer ru...Spencer T Brody2016-09-061-191/+152
* SERVER-24991 re-added causedBy logging constructDan Pasette2016-08-311-4/+2
* SERVER-24991 log redaction for storage mongosRamon Fernandez2016-08-271-21/+26
* SERVER-25001 Wire in new _configsvrSplitChunk command so mongod no longer run...Jess Fan2016-08-231-2/+9
* SERVER-25602 Make split/mergeChunks commands check the validity of inputKaloian Manassiev2016-08-161-4/+4
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-24569 Maintain rangesToClean and metadataInUse on chunk migrationsKaloian Manassiev2016-07-211-2/+2
* SERVER-24415 Replace instances of shared_ptr<CollectionMetadata> with ScopedC...Leon Zaruvinsky2016-07-071-1/+2
* SERVER-24664 Get rid of calls to ShardingState::getCollectionMetadataLeon Zaruvinsky2016-06-221-6/+12
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-1/+1
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-3/+3
* SERVER-24167 ChunkType should generate the chunk's _idKaloian Manassiev2016-05-181-2/+0
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-23493 Cleanup CollectionMetadata cloneSplit and cloneMergeKaloian Manassiev2016-04-051-4/+1
* SERVER-23509 Consolidate mongod-specific sharding commands under db/sKaloian Manassiev2016-04-051-17/+324
* SERVER-22661 Add initialization from shard identity docRandolph Tan2016-03-231-1/+1
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-21146 restrict splitChunk, moveChunk, mergeChunks on mongod to interna...Misha Tyulenev2015-11-031-2/+1
* SERVER-19903 Dist lock pinger not running for config RSRandolph Tan2015-08-281-1/+1
* SERVER-19855 Make write_ops have their own SConscriptKaloian Manassiev2015-08-141-0/+190