summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-44451 Don't retry on WriteConcernFailureRandolph Tan2019-12-183-9/+2
* SERVER-45102 Sharded listIndexes should always target a shard that owns chunksCheahuychou Mao2019-12-183-12/+76
* SERVER-43720 Make RWCDefaults commands persist the defaultsJack Mulrow2019-12-172-5/+6
* SERVER-42677 Remove old MR mongos codeJacob Evans2019-12-174-755/+0
* SERVER-44716 Make donor of a migration use _configsvrEnsureChunkVersionIsGrea...Esha Maharishi2019-12-171-1/+16
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2019-12-1719-38/+446
* SERVER-43945 Expose out of order latch acquisitions in serverStatusBen Caimano2019-12-161-0/+3
* SERVER-44510 Implement exhaust isMasterTess Avitabile2019-12-161-0/+2
* SERVER-45103 Sharded index commands shouldn't target primary shard if it does...Cheahuychou Mao2019-12-135-51/+4
* SERVER-43915 Update shard targeting logic to correctly target by compound has...Arun Banala2019-12-133-12/+387
* SERVER-44976 Make fields non-optional in _configsvrEnsureChunkVersionIsGreate...Esha Maharishi2019-12-131-0/+3
* SERVER-43669 Serialize "sortKey" as BSONArrayJustin Seyster2019-12-132-4/+12
* SERVER-43716 mongos periodic refresh of RWC defaultsKevin Pulo2019-12-132-1/+12
* SERVER-44976 Add _configsvrEnsureChunkVersionIsGreaterThan command that calls...Esha Maharishi2019-12-122-0/+56
* SERVER-43720 Add default read write concern commands to mongos and config serverJack Mulrow2019-12-122-0/+162
* SERVER-44475 Remove Query KnobJacob Evans2019-12-112-7/+13
* SERVER-45027 Use more descriptive names for MONGO_MAKE_LATCH() invocationsBen Caimano2019-12-091-1/+1
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-096-6/+16
* SERVER-43713 SERVER-43715 Create DistCache abstraction, use it in ReadWriteCo...Kevin Pulo2019-12-092-2/+5
* SERVER-44719 Make createIndexes, dropIndexes, and collMod check shard versionsCheahuychou Mao2019-12-061-2/+15
* SERVER-44720 Send createIndexes, dropIndexes, and collMod with shard versionsCheahuychou Mao2019-12-045-57/+87
* SERVER-43246 Add a log line for when a cursor is reaped due to logical sessio...Kevin Pulo2019-12-041-0/+1
* SERVER-43271 Return resumeToken in PlanExecutor and write jstests to verify r...Matthew Russotto2019-12-031-0/+6
* SERVER-44775 Make pauseWhileSet increment _timesEntered onceCheahuychou Mao2019-12-031-1/+1
* SERVER-43860 Upgrade/downgrade mechanism for new $merge upsert behaviourBernard Gorman2019-12-021-0/+5
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-2912-49/+134
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-2/+2
* SERVER-44801 Guarantee that AsyncResultsMerger::getHighWaterMark() returns a ...Mihai Andrei2019-11-271-5/+7
* SERVER-44833: fix error messages supplements to also be appended as part of c...Jacob Evans2019-11-261-40/+47
* SERVER-44161 Implement MigrationCoordinatorMatthew Saltz2019-11-262-0/+55
* SERVER-44818 Change the balancerCollectionStatus command response formatMarcos José Grillo Ramírez2019-11-261-2/+6
* SERVER-43914 Permit sharding commands to accept compound hashed shard key specsArun Banala2019-11-263-4/+77
* SERVER-44701 Remove support for 'planCacheListQueryShapes' and 'planCacheList...David Storch2019-11-262-58/+17
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-2613-47/+151
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-253-9/+5
* SERVER-44583 M/R Agg: Add explain support for mapReduce commandMihai Andrei2019-11-223-16/+33
* SERVER-44635 MR in Agg: Remove in-line mapReduce execution statisticsJames Wahlin2019-11-211-3/+1
* SERVER-43990 A command to confirm that all chunks have been moved to the righ...Marcos José Grillo Ramírez2019-11-214-1/+186
* SERVER-44519: Label ExceededTimeLimit errors with RetryableWriteError labelLingzhi Deng2019-11-201-3/+3
* SERVER-44626: Add new setParameter loadRoutingTableOnStartupAnton Oyung2019-11-195-8/+25
* SERVER-44714 Fix sharding_map_reduce_agg evergreen suiteJames Wahlin2019-11-181-1/+1
* SERVER-42635 Remove test commands guard on new internal agg expressions for M...Ted Tuckman2019-11-181-2/+1
* SERVER-42693 Add renameAndPreserveOptions command and allow $out to output to...Ted Tuckman2019-11-152-3/+6
* SERVER-43426 remove outdated TODO noteMisha Tyulenev2019-11-141-1/+0
* SERVER-44152: Pre-warm connection pools in mongosAnton Oyung2019-11-137-0/+179
* SERVER-44608 Only set "use44SortKeys" in command from mongos.Justin Seyster2019-11-132-22/+46
* SERVER-44320 Allow users with enableSharding cluster AT to manipulate shardin...Sara Golemon2019-11-133-17/+42
* SERVER-43854: Make WriteConcernOptions::parse a static function returning Sta...Lingzhi Deng2019-11-122-17/+12
* SERVER-43941: Add "errorLabels" field to failCommand failpointLingzhi Deng2019-11-121-1/+8
* SERVER-14643 Return informative Status from QueryPlanner::planDavid Percy2019-11-111-11/+15