summaryrefslogtreecommitdiff
path: root/src/mongo/s/request_types
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37032 Check the result of parsing `_secondaryThrottle` in MigrationSec...Kaloian Manassiev2018-09-261-0/+2
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-241-1/+1
* SERVER-14394 Create initial hashed shard key chunks directly on shardsCheahuychou Mao2018-07-311-6/+2
* SERVER-36092 Create internal command to create collection on shard with uuid ...jannaerin2018-07-161-0/+31
* SERVER-35722 Move intial splitting in shardCollection to primary shardjannaerin2018-07-111-4/+0
* SERVER-35722 Move skeleton of shardCollection command to primary shardjannaerin2018-07-101-0/+64
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-225-15/+14
* SERVER-35209 Remove unused controlChunk parameter in _configsvrCommitChunkMig...Sarah Zhou2018-06-073-68/+0
* SERVER-33954 Modified getCollectionRoutingInfoWithRefresh to refresh twice if...Matthew Saltz2018-06-053-9/+147
* SERVER-34893 Make the config server determine the control chunk on migration ...Randolph Tan2018-05-241-0/+1
* SERVER-33639 Fix UUID inconsistencies in mapReduce on a sharded output collec...jannaerin2018-05-221-0/+4
* SERVER-34214 convert some simple commands to TypedCommandBilly Donahue2018-05-042-12/+10
* SERVER-34214 TypedCommand _flushDatabaseCacheUpdatesBilly Donahue2018-05-021-1/+1
* SERVER-34644 Only explicitly do $-prefix check when writing sharded metadataKaloian Manassiev2018-04-301-20/+0
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-2/+2
* SERVER-34214 TypedCommand _flushRoutingTableCacheUpdates (fixes 052bc57)Billy Donahue2018-04-241-1/+2
* SERVER-34214 TypedCommand for _flushRoutingTableCacheUpdatesBilly Donahue2018-04-241-1/+1
* SERVER-34214 getDatabaseVersion as TypedCommandBilly Donahue2018-04-191-8/+4
* SERVER-34067 Make the new movePrimary protocol FCV 4.0 compliantBlake Oler2018-04-051-8/+0
* SERVER-34145 Create flushDatabaseCacheUpdates internal commandjannaerin2018-04-031-0/+45
* SERVER-34246 Add getDatabaseVersion command on shards for support and testingEsha Maharishi2018-04-021-0/+43
* SERVER-33769 Implement a commitMovePrimary command on the config serverBlake Oler2018-04-021-1/+11
* SERVER-33586 Add _cloneCatalogData commandBlake Oler2018-03-151-0/+44
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-146-11/+70
* Revert "SERVER-33455 SERVER-33452 - Add history to the chunk type and update ...Martin Neupauer2018-03-146-70/+11
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-146-11/+70
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-1/+1
* SERVER-33197 Implement joining behavior for movePrimary on shardsBlake Oler2018-02-271-0/+1
* SERVER-33196 add 'forTest' flag to movePrimary, and if it's set, make _config...Blake Oler2018-02-261-1/+21
* SERVER-32615 Make user write commands in sharded cluster go through _configCr...Randolph Tan2018-02-231-0/+1
* SERVER-32862 Prevent zone key field names from possessing invalid prefixesBlake Oler2018-02-061-0/+20
* SERVER-32291 Implement _configsvrCreateCollection commandRandolph Tan2018-02-061-0/+46
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-2/+2
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-2910-1/+1795
* SERVER-31627 ShardingTest.checkUUIDsConsistentAcrossCluster can fail to see c...Esha Maharishi2017-12-051-0/+44
* SERVER-31524 make all metadata commands wait for majority writeConcern when r...Esha Maharishi2017-10-171-3/+0
* SERVER-30703 make _configsvrShardCollection return the newly sharded collecti...Esha Maharishi2017-08-171-2/+14
* SERVER-30023 Move createDatabase to configserverJessica Yu2017-08-011-0/+42
* SERVER-30133 add failpoint to suspend range deletion and turn on failpoint in...Esha Maharishi2017-07-201-0/+10
* SERVER-29414 move the logic of the movePrimary into the new _configsvrMovePri...Jessica Yu2017-07-031-0/+11
* SERVER-29107 move shardCollection logic into new _configsvrShardCollection co...Esha Maharishi2017-06-211-0/+28
* SERVER-29412 make the movePrimary command use the IDLJessica Yu2017-06-121-0/+50
* SERVER-29106 use IDL in shardCollection (in prep for moving shardCollection t...Esha Maharishi2017-05-121-0/+62
* SERVER-27804 add additional parsers to ChunkType for shard's config.chunks.uu...Dianna Hohensee2017-01-302-5/+5
* SERVER-27390 Delete dead code in commitChunkMigrationNathan Myers2017-01-103-30/+5
* SERVER-26562 Move CommitChunkMigration cmd impl to catalog, prep for unit testsNathan Myers2016-12-053-84/+74
* SERVER-25665 Remove cloneSplit and cloneMerge from CollectionMetadataKaloian Manassiev2016-10-103-77/+50
* SERVER-26204 Mark _configsvrMoveChunk as supportsWriteConcernKaloian Manassiev2016-09-211-0/+10
* SERVER-25894 Run _configsvrAddShard with w:majority write concernSpencer T Brody2016-09-201-0/+9
* SERVER-25856 Rename _configsvr{Split,Merge}Chunks commands to _configsvrCommi...Spencer T Brody2016-09-086-48/+50