summaryrefslogtreecommitdiff
path: root/src/mongo/client/replica_set_monitor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32227 Make comment on ReplicaSetMonitor::get match how the function worksSophia Tan2021-10-211-3/+2
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-50467: Ensure that tenant migration donor only removes a ReplicaSetMon...Andrew Shuvalov2020-12-081-4/+21
* SERVER-50467: StreamableReplicaSetMonitor should call drop on itself from des...Andrew Shuvalov2020-11-241-1/+1
* SERVER-46367 Remove ScanningReplicaSetMonitor specific members from the abstr...Haley Connelly2020-07-021-13/+0
* SERVER-45962 feature flag to opt out of new RSM implementationHaley Connelly2020-02-241-258/+14
* SERVER-43015 ReplicaSetMonitor should timeout waiters upon rescanBen Caimano2019-10-041-0/+4
* SERVER-42634 RSM can strand requests after drop()Jason Carey2019-08-091-7/+0
* SERVER-42342 Replica set monitor shutdown should fail all outstanding RSM pro...Ben Caimano2019-07-261-0/+5
* SERVER-41851 Expedited scans in the RSM no longer continue after timeoutBen Caimano2019-07-241-30/+11
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+1
* SERVER-40489 Simplify scan for primary by removing unnecessary receivedIsMast...Shaileja Jain2019-06-041-6/+0
* SERVER-41134 Add RSM::findHostsWithMaxWaitJason Carey2019-05-281-0/+6
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-05-211-2/+3
* SERVER-39818 Split RSM notification functionality into a new classBen Caimano2019-04-161-29/+4
* SERVER-40222 Reorganize and fixturize RSM testsBen Caimano2019-04-161-1/+1
* SERVER-36359 Introduce SemiFuture<T> and ExecutorFuture<T>Mathias Stearn2019-04-111-2/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-35688 Make RSM use async networkingMathias Stearn2018-12-201-42/+22
* SERVER-35688 Make RSM return SharedSemiFuturesMathias Stearn2018-12-201-2/+2
* SERVER-38319 Propagate URI options from DBClientRS through all codepathsMathias Stearn2018-12-201-0/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-35689 Futurize RSM API with temporary detached-thread implementationMathias Stearn2018-09-201-2/+2
* SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shellBen Caimano2018-06-221-3/+12
* Revert "SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shell"Esha Maharishi2018-06-111-12/+3
* SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shellBen Caimano2018-06-081-3/+12
* SERVER-26108 Speed up dbclient_rs_test by disabling sleepy retriesMathias Stearn2017-11-011-0/+6
* SERVER-31333 Make ReplicaSetMonitor return ShutdownInProgress if the server i...Kaloian Manassiev2017-10-021-14/+2
* SERVER-27210 Allow shell to connect to replicasets with ssl=true in URIJonathan Reams2016-12-081-0/+5
* SERVER-26799 do not refresh if RSM is removed from a RSM managerMisha Tyulenev2016-11-091-0/+7
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-9/+13
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-241-13/+9
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-9/+13
* SERVER-24600 Increase interruptibility of RemoteCommandTargeter::findHost.Andy Schwerin2016-09-071-0/+2
* SERVER-25568 shutdown task executors for ShardRegistry and ReplicaSet monitor...Misha Tyulenev2016-08-121-1/+6
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-011-17/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22564 Move ReplicaSetMonitor to TaskExecutor threadMisha Tyulenev2016-05-261-2/+21
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+2
* SERVER-18671 SecondaryPreferred can end up using unversioned connectionsRandolph Tan2016-01-201-0/+5
* SERVER-21272 Make replica set monitor retry finding hostsKaloian Manassiev2015-11-111-20/+33
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-0/+10
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-231-1/+1
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-1/+2
* SERVER-20270 SERVER-19608 Fix race condition around updating ShardRegistry on...Spencer T Brody2015-09-041-1/+13
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-281/+280
* SERVER-18464 Implement ReplicaSetMonitorManager to replace staticsKaloian Manassiev2015-06-111-5/+0
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-5/+4