summaryrefslogtreecommitdiff
path: root/src/mongo/s/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2021-06-113-0/+220
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-10-302-3/+3
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-10-301-1/+1
* SERVER-47799 AsyncRequestsSender should update replica set monitor in between...jannaerin2020-06-022-0/+28
* SERVER-32871 Invalidate CatalogCache entries when ShardRegistry reload discov...Matthew Saltz2020-04-132-5/+29
* SERVER-43945 Expose out of order latch acquisitions in serverStatusBen Caimano2020-03-033-3/+8
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-11-121-7/+7
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-018-35/+36
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-10-152-10/+15
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-267-61/+44
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-171-1/+2
* SERVER-39498 Make rollback trigger a lazy (rather than blocking) reload of th...Matthew Saltz2019-05-082-0/+12
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-261-1/+1
* SERVER-39818 Split RSM notification functionality into a new classBen Caimano2019-04-162-52/+29
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-3/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-093-3/+3
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-286-11/+12
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-218-25/+20
* SERVER-40170 Increase the sharding unit-tests async work future timeoutKaloian Manassiev2019-03-181-3/+3
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39908 Migrate shard_connection set params to IDLSara Golemon2019-03-022-26/+58
* SERVER-39736 Migrate server parameters to IDL in src/mongo/s/client/shard_rem...Gabriel Russell2019-02-253-6/+44
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1326-26/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-37700 Remove thread names that include whitespacesJonathan Ma2019-01-081-1/+1
* SERVER-37740 SERVER-37741 remove deprecated LabeledLevelKevin Pulo2018-11-211-21/+19
* SERVER-5739 Fix races in RARELY/OCCASIONALLY.Billy Donahue2018-11-162-3/+6
* SERVER-37893 Remove Client::initThreadIfNotAlready in favor of using the Clie...Gregory Wlodarek2018-11-163-3/+1
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-7/+5
* SERVER-37667 Silence Coverity warning in ShardConnectionKaloian Manassiev2018-10-232-4/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2226-409/+463
* SERVER-37349 Ensure that commands with transactions do not use the VersionMan...Kaloian Manassiev2018-10-136-33/+47
* SERVER-37329 Make ShardRemote interruptable while waiting for a responseSpencer T Brody2018-09-281-1/+12
* SERVER-36122 Implement mongos transaction commitRandolph Tan2018-09-061-1/+8
* SERVER-36122 Add capability to send 'fire and forget' commands to ShardRemoteRandolph Tan2018-08-305-29/+107
* SERVER-30815 The db/serveronly library no longer exports library edgesAndrew Morrow2018-08-201-0/+1
* SERVER-29908 Fold the 'sharding_connection_hook' library into 'sharding_initi...Kaloian Manassiev2018-08-151-15/+0
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-143-8/+8
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-304-8/+4
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-1/+2
* SERVER-34897 add parameter to prohibit mongos retriesKevin Pulo2018-07-111-0/+10
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-293-2/+3
* SERVER-25333 Remove ScopedDBConnection from the MigrationDestinationManagerBlake Oler2018-06-286-39/+114
* SERVER-32198 Add support for an optional `vWanted` to StaleConfigInfoKaloian Manassiev2018-06-271-9/+1
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-06-221-1/+2
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-222-2/+3
* SERVER-35691 Merge the stale_config library together with common_sKaloian Manassiev2018-06-202-6/+8
* SERVER-35115 Decouple DBDirectClient from networking clientsMathias Stearn2018-05-311-2/+2
* SERVER-34893 Embedded authorization componentsADAM David Alan Martin2018-05-221-5/+8