summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/shard_remote.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-24732 add Shard::runBatchWriteCommand that checks BatchedCommandResponseJess Fan2016-07-121-11/+12
* SERVER-24827 Notify ReplicaSetMonitor on write concern errorsKaloian Manassiev2016-06-281-0/+3
* SERVER-23096 Move initialization of config.version and the config db indexes ...Spencer T Brody2016-06-281-0/+7
* SERVER-24443 Add repl::ReadConcernLevel to Shard::exhaustiveFindOnConfigDianna Hohensee2016-06-221-2/+3
* SERVER-24630 Mongos erroneously advances config optime for writes that fail w...Siyuan Zhou2016-06-211-1/+1
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-1/+1
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-13/+12
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-231-17/+19
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-4/+4
* SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh2016-05-161-32/+6
* SERVER-24045 Refactor LiteParsedQueryTess Avitabile2016-05-061-9/+5
* SERVER-23134 removed QueryFetcherBenety Goh2016-05-061-34/+42
* SERVER-23211 Remove all callers of ShardRegistry::runCommandOnConfigWithRetriesSpencer T Brody2016-05-021-1/+1
* SERVER-23211 Remove all callers of ShardRegistry::runIdempotentCommandOnShardSpencer T Brody2016-05-021-4/+1
* SERVER-23835 Remove metadata argument from Shard::runCommandSpencer T Brody2016-05-021-5/+21
* SERVER-23647 Make Shard::runCommand retry on failuresSpencer T Brody2016-04-281-8/+106
* SERVER-23495 Add abstract Shard class and shift the ShardRemote implementatio...Esha Maharishi2016-04-201-0/+281