summaryrefslogtreecommitdiff
path: root/src/mongo/client/remote_command_retry_scheduler.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47921 Clean up LOG lines in clientSara Golemon2020-05-141-2/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44451 Don't retry on WriteConcernFailureRandolph Tan2019-12-181-3/+1
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-061-0/+6
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-8/+8
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-09-091-89/+0
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-1/+1
* 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-8/+10
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ...Nathan Louie2018-06-061-1/+1
* SERVER-32783 fix race in RemoteCommandRetryScheduler between shutdown() and r...Benety Goh2018-01-251-1/+9
* SERVER-32783 RemoteCommandRetryScheduler releases callback resources on compl...Benety Goh2018-01-251-0/+7
* SERVER-32783 make RemoteCommandRetryScheduler single-use - cannot be be resta...Benety Goh2018-01-251-11/+33
* SERVER-32783 reduce unnecessary lock acqisition in RemoteCommandRetrySchedule...Benety Goh2018-01-251-7/+8
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-3/+1
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-1/+3
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-3/+1
* SERVER-25662: add more diagnostics to fetcher/retry-policy toString outputScott Hernandez2016-09-261-12/+45
* SERVER-24866 Balancer recoveryDianna Hohensee2016-09-141-1/+2
* SERVER-25126 Return a different error code if the step down occurs after the ...Siyuan Zhou2016-08-251-0/+1
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-1/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh2016-05-161-0/+238