summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-42790 SERVER-42930 ConnectionPool controller updates must batc...Pavithra Vetriselvan2019-09-231-10/+2
* SERVER-42790 SERVER-42930 ConnectionPool controller updates must batch across...Ben Caimano2019-09-191-2/+10
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-09-171-2/+1
* SERVER-41376 Track time transactions on mongos are active and inactive and in...Jack Mulrow2019-09-1210-136/+1099
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-09-093-37/+371
* SERVER-40110 don't call OpContext::checkForInterrupt() off-threadIan Boros2019-09-061-2/+7
* SERVER-42457 Check if atClusterTime has been set on TransactionRouter before ...Blake Oler2019-08-152-1/+19
* SERVER-41481 Return dbResponse object stored with exhaustNS and exhaustCurso...Vishnu Kaushik2019-08-151-1/+12
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-2694-1594/+1029
* SERVER-42125 Omit passive members from RSM connection stringsBen Caimano2019-07-261-1/+1
* 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