summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-07-251-7/+0
* SERVER-42134 Deprecate certain mapReduce parametersCharlie Swanson2019-07-221-0/+5
* SERVER-39692 Make mongos shutdown drain all in-progress transactionsRandolph Tan2019-07-182-8/+82
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-171-9/+11
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-1729-82/+104
* SERVER-41195 Turn off auto-splitting when the balancer is turned offRandolph Tan2019-07-112-1/+30
* SERVER-30607 Do not log MongoS build info twice at startupKaloian Manassiev2019-07-092-5/+10
* SERVER-41867 Do not reacquire the catalog cache mutex if getDatabase/getChunk...Kaloian Manassiev2019-07-091-5/+3
* SERVER-41867 Make the callbacks chain in `_scheduleDatabaseRefresh` look like...Kaloian Manassiev2019-07-091-24/+24
* SERVER-41676 Fix unit test compilation errorBlake Oler2019-07-031-4/+4
* SERVER-39659 Reformat createShardDatabase to return void and call uasserts on...Jamie Heppenstall2019-07-037-29/+28
* SERVER-41137 Propagate WriteConcern in abortTransactionAlex Taskov2019-07-022-4/+32
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-07-0220-804/+1008
* SERVER-40989 Get SockAddr out of HostAndPortMathias Stearn2019-07-011-1/+2
* SERVER-26531 Change ConfigServerTestFixture::setupChunks to `void`Kaloian Manassiev2019-06-303-16/+7
* SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested w...Arun Banala2019-06-271-2/+1
* SERVER-41373 Add abortCause to mongos transactions serverStatus outputJamie Heppenstall2019-06-244-0/+33
* SERVER-41375 Add successfulDurationMicros to commitTypes in mongos transactio...Jamie Heppenstall2019-06-245-5/+96
* SERVER-41184 Add metrics to indicate the amount of sharded updates done with ...Arun Banala2019-06-212-0/+15
* SERVER-41682 Turned on matchPrimaryNodeBen Caimano2019-06-191-1/+1
* SERVER-41602 Activate followBusiestNode in ShardingTaskExecutorBen Caimano2019-06-192-87/+170
* SERVER-39817 SERVER-39819 SERVER-38920 Add ConnectionPoolControllersBen Caimano2019-06-195-64/+477
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valuer4.2.0-rc1Maria van Keulen2019-06-111-4/+4
* SERVER-41132 Opportunistic targeting for ARSJason Carey2019-06-072-36/+66
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-072-29/+45
* SERVER-41412 Introduce a search_beta_auth suite.David Storch2019-06-051-0/+12
* SERVER-41468 Only shut down the LogicalSessionsCache if it has been createdKaloian Manassiev2019-06-041-16/+18
* SERVER-41316 Account for constants in UpdateOpEntry size estimateCharlie Swanson2019-05-311-3/+10
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-302-74/+164
* SERVER-41127 Track state of termination initializationAlex Taskov2019-05-303-3/+89
* SERVER-36159 Log whenever the gossiped config server opTime term changesKevin Pulo2019-05-304-9/+44
* SERVER-40980 SERVER-40984 Basic transactions serverStatus on mongosJack Mulrow2019-05-299-143/+992
* SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find commandBernard Gorman2019-05-242-8/+21
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-243-11/+11
* SERVER-33727 Do not wait for write concern if opTime didn't change during writeJames Wahlin2019-05-231-2/+2
* SERVER-41249 Fix special cases for $out to include $mergeCharlie Swanson2019-05-223-6/+7
* SERVER-40501 Added shard id and state to log message for failed commit errorAlex Taskov2019-05-221-1/+5
* SERVER-39158 Change updates to prefer target by the queryArun Banala2019-05-222-125/+81
* SERVER-41193 Get rid of the `refreshSessionsInternal` commandKaloian Manassiev2019-05-211-8/+8
* SERVER-41099 Fix incorrect error propagation from shards for explain commandArun Banala2019-05-211-1/+1
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-202-4/+5
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-202-1/+3
* SERVER-40407 Add support for $$NOW and $$CLUSTER_TIME in the findAndModify co...Bernard Gorman2019-05-191-6/+19
* SERVER-40985 handle windows line endings in testBenety Goh2019-05-171-1/+1
* SERVER-40406 Add support for $$NOW and $$CLUSTER_TIME in the update commandBernard Gorman2019-05-174-3/+27
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-05-175-3/+36
* SERVER-16553 Ensure dbStats adds the scaling factor to its outputGregory Wlodarek2019-05-161-2/+16
* SERVER-40985 Basic slow transaction logging on mongosJack Mulrow2019-05-164-12/+1239
* SERVER-41002 Throw WouldChangeOwningShardError on upsert if shard does not ow...jannaerin2019-05-165-43/+81
* SERVER-40001 abortTransaction through mongos does not properly set error labelsEsha Maharishi2019-05-164-25/+162