summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-44526 fix RSTL deadlock in config server test fixtureBenety Goh2019-11-111-5/+0
* SERVER-44157 On beginning to receive a range, check overlapping ranges in con...Alex Taskov2019-11-062-3/+3
* SERVER-31083 Allow passing primary shard to "enableSharding" command for a ne...Marcos José Grillo Ramírez2019-11-063-7/+23
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-067-10/+14
* SERVER-44437 rewrite ShardLocal::createIndexOnConfig to not use DBDirectClientBenety Goh2019-11-062-9/+51
* SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo2019-11-0626-96/+247
* SERVER-43996 Return a cursor flag to the client if only a partial subset of r...Bernard Gorman2019-11-0615-43/+154
* SERVER-44437 fix sharding tests to ensure config db indexes are initialized b...Benety Goh2019-11-062-0/+52
* SERVER-42273 Introduce 'force' option to 'moveChunk' to allow migrating jumbo...Janna Golden2019-11-0510-12/+144
* SERVER-44175 Reject shard key array descendantsBlake Oler2019-11-043-12/+17
* SERVER-38691 Include serverInfo in explain output for aggregation and shardingDavid Percy2019-11-042-1/+8
* SERVER-42508 Get rid of some additional unused code in SessionsCollectionKaloian Manassiev2019-10-311-5/+1
* SERVER-44310 Make waitForFailPoint command require maxTimeMSCheahuychou Mao2019-10-311-0/+4
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-301-1/+1
* SERVER-42713 Consistent sort key format for change streams pipelinesJustin Seyster2019-10-292-31/+36
* “SERVER-43985Anton Oyung2019-10-283-0/+38
* SERVER-39165 Add waitForFailpoint command and update non-repl testsCheahuychou Mao2019-10-252-1/+49
* SERVER-42745 Simplify StaleDbVersion handling on the batch write path on routersEsha Maharishi2019-10-241-12/+22
* SERVER-43844: Remove redundant collation BSONObj on ExpressionContextNicholas Zolnierz2019-10-212-4/+0
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-215-5/+5
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-216-18/+24
* SERVER-43706 M/R Agg: Support referencing 'scope' variables in translated agg...Arun Banala2019-10-211-6/+12
* SERVER-42723 New shard with new database can be ignored by change streamsBernard Gorman2019-10-173-31/+45
* SERVER-42916 Reject non-inline mapReduce to an existing sharded collection th...Nicholas Zolnierz2019-10-171-4/+1
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-171-7/+7
* SERVER-44046 Add comment in cluster_find.cpp that calling ClusterClientCurosr...Esha Maharishi2019-10-161-0/+3
* SERVER-42676 M/R Agg: Add planStats support to mapReduce in aggJames Wahlin2019-10-161-10/+7
* SERVER-42299 Upgrade/downgrade for config.chunks and config.tagsJack Mulrow2019-10-156-30/+185
* SERVER-43626 MR Agg: Fail and cleanup cursors when a sharded mapReduce cannot...Nicholas Zolnierz2019-10-111-0/+11
* SERVER-40435 A clearJumboChunk command to clear the jumbo flagRandolph Tan2019-10-114-0/+227
* SERVER-36723 Push $limit beneath DocumentSourceCursor into the PlanStage layer.David Storch2019-10-101-5/+2
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-7/+4
* SERVER-10720 Add a way for getShardVersion on mongos to return the full cache...Cheahuychou Mao2019-10-101-4/+21
* SERVER-43641 upgrade random.hBilly Donahue2019-10-092-5/+2
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-087-853/+295
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-1/+1