summaryrefslogtreecommitdiff
path: root/src/mongo/client/remote_command_retry_scheduler_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-081-1/+1
* SERVER-47074 Clean up log lines in mongo/client/sdam and RSM-related filesHaley Connelly2020-05-121-3/+1
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+7
* SERVER-45002 Only propagate 'comment' field between nodes when upgrade to 4.4...David Storch2020-01-271-4/+24
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-09-091-26/+23
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-9/+9
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-061-4/+4
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39146 Refactor BatonJason Carey2019-02-051-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-24620 distinguish HostNotFound, NodeNotFound, and HostUnreachableablack122018-10-041-4/+4
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-4/+5
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-2/+4
* SERVER-32783 fix race in RemoteCommandRetryScheduler between shutdown() and r...Benety Goh2018-01-251-0/+50
* SERVER-32783 RemoteCommandRetryScheduler releases callback resources on compl...Benety Goh2018-01-251-0/+40
* SERVER-32783 make RemoteCommandRetryScheduler single-use - cannot be be resta...Benety Goh2018-01-251-0/+20
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-2/+2
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-8/+8
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-091-5/+0
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-33/+28
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-11/+15
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+5
* SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh2016-05-161-0/+450