summaryrefslogtreecommitdiff
path: root/src/mongo/s/request_types
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-221-3/+3
* SERVER-65645 IDL-ify all commands on the chunk migration pathEnrico Golfieri2022-06-223-374/+0
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-211-4/+4
* SERVER-67283 Remove deprecated PerCollBalancingSettings feature flagTommaso Tocci2022-06-171-7/+0
* SERVER-65530 Get rid of the old ChunkVersion serialization formatsKaloian Manassiev2022-06-163-20/+22
* SERVER-50812 Remove the `setShardVersion` commandKaloian Manassiev2022-06-143-358/+0
* SERVER-64720 Remove CreateCollectionPre60CompatibleMarcos José Grillo Ramirez2022-06-081-3/+0
* SERVER-65675 Complete TODO listed in SERVER-60792Pierlauro Sciarelli2022-06-083-38/+24
* SERVER-66805 Change public-facing `moveRange::forceJumbo` to bool typePierlauro Sciarelli2022-06-011-4/+12
* SERVER-65798 Remove enableShardingOptional feature flagTommaso Tocci2022-06-011-6/+0
* SERVER-65530 Get rid of the legacy ChunkVersion format (except for moveChunk)Kaloian Manassiev2022-05-253-38/+24
* SERVER-65027: Ensure resharding commands are parsed strictlynandinibhartiyaMDB2022-05-244-4/+4
* SERVER-66480 introduce joinMigration shard cmd to set a barrier on the Balanc...Paolo Polato2022-05-231-0/+42
* SERVER-64350 Remove default continuation value from auto_split_vector.idlAllison Easton2022-05-201-1/+0
* SERVER-65816 Change balancer policy to balance on data size rather than numbe...Pierlauro Sciarelli2022-05-191-0/+84
* SERVER-65530 Get rid of ChunkVersionArrayWronglyEncodedAsBSONObjFormatKaloian Manassiev2022-05-172-3/+3
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-293-3/+3
* SERVER-64817 Compute missing bound of moveRange within MigrationSourceManagerPierlauro Sciarelli2022-04-251-7/+7
* SERVER-6491 Make dropIndexes take the distlock so it can never run in paralle...Randolph Tan2022-04-201-0/+11
* SERVER-65438 Use the new ChunkVersion format in appendLegacyWithFieldKaloian Manassiev2022-04-136-89/+69
* SERVER-65204 Add Timestamp (in addition to Epoch) on the complete split pathKaloian Manassiev2022-04-115-568/+0
* SERVER-65358 Add epoch/timestamp on the mergeChunks pathKaloian Manassiev2022-04-112-16/+8
* SERVER-64486 + SERVER-64363 moveRange honors secondary throttle and cluster m...Pierlauro Sciarelli2022-04-062-4/+29
* SERVER-63870 Integrate replica set setClusterParameter into POS with replay p...Marcos José Grillo Ramirez2022-04-051-1/+13
* SERVER-65204 Cleanup Router-Only / Router-Shard commandsKaloian Manassiev2022-04-054-219/+46
* SERVER-65013 Optional min bound for `moveRange`Pierlauro Sciarelli2022-03-301-0/+1
* SERVER-64142 Add new enforceUniqueness to refineCollectionShardKey commandRandolph Tan2022-03-282-0/+16
* SERVER-64148 Atomic `split+move` when moveRange invoked with only one boundPierlauro Sciarelli2022-03-241-1/+2
* SERVER-64864 Get rid of the unused '_cloneCollectionOptionsFromPrimaryShard' ...Kaloian Manassiev2022-03-241-46/+0
* SERVER-64721 Drain incompatible createCollectionCoordinator on FCV downgradeTommaso Tocci2022-03-211-0/+3
* SERVER-64573 Make implicitlyCreateIndex and enforceUniquenessCheck fields opt...Randolph Tan2022-03-181-4/+2
* SERVER-62265 Add setClusterParameter command to mongosMarcos Jose Grillo Ramirez2022-03-181-1/+1
* SERVER-63732 Add new implicitlyCreateIndex and enforceUniqueness to shardColl...Randolph Tan2022-03-141-0/+11
* SERVER-64245 Make SetUserWriteBlockModeCoordinator set the write blocking sta...Jordi Serra Torrens2022-03-101-0/+29
* SERVER-61678 Make autoSplitVector return `continuation` flagAllison Easton2022-03-101-1/+5
* SERVER-63327 Make the Stale* exception handling uniform in all code pathsKaloian Manassiev2022-03-101-0/+2
* SERVER-64195 Provide user-facing `moveRange` commandPierlauro Sciarelli2022-03-091-21/+57
* SERVER-63761 Implement first version of moveRange command (aliasing moveChunk)Pierlauro Sciarelli2022-03-041-0/+87
* SERVER-64033 IDL-ify cluster enableSharding commandTommaso Tocci2022-03-031-3/+21
* SERVER-63525 Build setUserWriteBlockingMode mongos commandJordi Serra Torrens2022-03-021-2/+4
* SERVER-64045 Remove partitioned field from DatabaseType constructorTommaso Tocci2022-03-021-0/+1
* SERVER-62262 Add _configsvrSetClusterParameter commandMarcos José Grillo Ramirez2022-03-021-0/+11
* SERVER-62853 Report maxChunkSize in balancerCollectionStatus()Paolo Polato2022-02-161-0/+3
* SERVER-62915 Unify ChunkVersion parsing into a single functionMarcos José Grillo Ramirez2022-02-113-12/+11
* SERVER-63473 Create SetUserWriteBlockMode configsvr coordinatorJordi Serra Torrens2022-02-111-0/+9
* SERVER-62448 Add collectionUUID parameter to drop commandFaustoleyva542022-02-101-0/+5
* SERVER-62452 Add collectionUUID parameter to reshardCollection commandFaustoleyva542022-02-072-0/+8
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-071-1/+1
* SERVER-62453 Add collectionUUID parameter to refineCollectionShardKey commandFaustoleyva542022-02-072-0/+8
* SERVER-57411 Enable Feature flag for PM-2321Tommaso Tocci2022-02-041-1/+2