summaryrefslogtreecommitdiff
path: root/src/mongo/client/remote_command_targeter_rs.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54157 Remove maxWait from comments for findHost and getHostOrRefreshr5.0.0-alphaCheahuychou Mao2021-04-071-4/+2
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-3/+3
* SERVER-51296 Add cancelation support to RemoteCommandTargeterMatthew Saltz2020-12-221-11/+7
* SERVER-50657 Add CancelationToken support to the ReplicaSetMonitorMatthew Saltz2020-11-241-6/+7
* SERVER-50510 Change markHostNotMaster to markHostNotPrimaryGabriel Russell2020-11-091-1/+1
* SERVER-48506 Throw MaxTimeMSExpired instead of FailedToSatisfyReadPreference ...jannaerin2020-07-091-4/+12
* SERVER-47799 AsyncRequestsSender should update replica set monitor in between...jannaerin2020-05-201-0/+6
* SERVER-47074 Clean up log lines in mongo/client/sdam and RSM-related filesHaley Connelly2020-05-121-9/+6
* 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-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+10
* SERVER-41134 Add RSM::findHostsWithMaxWaitJason Carey2019-05-281-0/+5
* SERVER-36359 Introduce SemiFuture<T> and ExecutorFuture<T>Mathias Stearn2019-04-111-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38295 ReplSetMonitor::getHostOrRefresh should not do anything if maxWa...Mathias Stearn2018-12-271-18/+11
* SERVER-35688 Make RSM return SharedSemiFuturesMathias Stearn2018-12-201-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35689 Futurize RSM API with temporary detached-thread implementationMathias Stearn2018-09-201-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* 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-25009 check null ReplicaSetMonitor::get(), connection stringNathan Myers2016-09-161-1/+1
* SERVER-24600 Increase interruptibility of RemoteCommandTargeter::findHost.Andy Schwerin2016-09-071-2/+26
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-011-7/+8
* SERVER-21272 Make RemoteCommandTargeter use timeout for findHostKaloian Manassiev2015-11-111-2/+3
* SERVER-21272 Make replica set monitor retry finding hostsKaloian Manassiev2015-11-111-17/+1
* SERVER-20456 inform ReplicaSetMonitor of unreachable host and re-target in ne...David Storch2015-09-211-0/+6
* SERVER-19403 Notify targeter of NotMaster errorsSpencer T Brody2015-07-281-0/+6
* Revert "Revert "SERVER-19111 Move common addShard functionality to CatalogMan...Kaloian Manassiev2015-07-031-4/+7
* Revert "SERVER-19111 Move common addShard functionality to CatalogManager"Kaloian Manassiev2015-07-011-7/+4
* SERVER-19111 Move common addShard functionality to CatalogManagerKaloian Manassiev2015-06-301-4/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-32/+29
* SERVER-19016 Implement runUserManagement{Read,Write}Command in CatalogManager...Spencer T Brody2015-06-181-1/+5
* SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev2015-06-091-4/+29
* SERVER-18418 Remote command targeterKaloian Manassiev2015-05-121-0/+52