summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/shard_remote.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-1/+0
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-171-1/+2
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-3/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-1/+1
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-211-8/+7
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39736 Migrate server parameters to IDL in src/mongo/s/client/shard_rem...Gabriel Russell2019-02-251-6/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* 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-301-29/+66
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-1/+0
* SERVER-34897 add parameter to prohibit mongos retriesKevin Pulo2018-07-111-0/+10
* SERVER-25333 Remove ScopedDBConnection from the MigrationDestinationManagerBlake Oler2018-06-281-39/+55
* SERVER-18084 Get rid of direct references to 'grid'Kaloian Manassiev2018-05-071-5/+7
* SERVER-33016 API to get/set lastCommittedOpTime on ShardJack Mulrow2018-03-061-0/+15
* SERVER-30768 Mark hosts as down on NetworkInterfaceExceededTimeLimit instead ...Jack Mulrow2017-12-111-5/+3
* SERVER-31498 Make build more clang5 friendlySara Golemon2017-11-221-32/+31
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-09-131-1/+2
* SERVER-28510 Close incoming mongod connection on NotMaster error when handlin...Mathias Stearn2017-08-171-3/+1
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-1/+1
* Revert "SERVER-30546 Use Command::filterCommandReplyForPassthrough() for filt...Hugh Han2017-08-101-4/+4
* SERVER-30546 Use Command::filterCommandReplyForPassthrough() for filtering re...Hugh Han2017-08-101-4/+4
* SERVER-30091 improve default error message for failing to run a remote comman...Esha Maharishi2017-07-111-1/+2
* SERVER-29525 ShardRemote should just use the readPref it is givenMathias Stearn2017-06-131-12/+5
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-1/+0
* SERVER-28814 Add and use ReadPreferenceSetting::secondaryPreferredMetadata()Mathias Stearn2017-05-121-5/+2
* SERVER-28893 make Shard::CommandResponse include the exact host that sent the...Esha Maharishi2017-04-241-33/+31
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-19/+19
* SERVER-28155 Get rid of the 'serveronly' sharding libraryKaloian Manassiev2017-03-011-7/+4
* Revert "SERVER-27860 remove invariants to prevent ShardLocal running on shard...Dianna Hohensee2017-03-011-6/+6
* SERVER-27860 remove invariants to prevent ShardLocal running on shards and re...r3.5.3Dianna Hohensee2017-02-101-6/+6
* SERVER-26955 Include maxTimeMs when running commands through ShardRemoteKaloian Manassiev2016-11-111-1/+1
* SERVER-25999 add list of error codes to Shard that can be used to determine w...Dianna Hohensee2016-10-281-0/+1
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-4/+4
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-241-4/+4
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-4/+4
* SERVER-26506 add tracking for commandsMisha Tyulenev2016-10-141-21/+29
* SERVER-24600 Increase interruptibility of RemoteCommandTargeter::findHost.Andy Schwerin2016-09-071-4/+2
* SERVER-25938 ShardLocal::runCommand should parse writeConcernError even when ...Spencer T Brody2016-09-021-3/+0
* SERVER-25126 Return a different error code if the step down occurs after the ...Siyuan Zhou2016-08-251-1/+2
* SERVER-22620 prefer config servers with recent opTimeMisha Tyulenev2016-08-091-6/+14
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-1/+2
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-8/+7
* SERVER-25050 Set maxTimeMS on OperationContext on mongosKaloian Manassiev2016-07-301-67/+40
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-0/+1
* SERVER-25281 renamed Fetcher lifecycle functionsBenety Goh2016-07-261-1/+1
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-2/+2