summaryrefslogtreecommitdiff
path: root/src/mongo/client/replica_set_monitor_internal.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45962 feature flag to opt out of new RSM implementationHaley Connelly2020-02-241-331/+0
* SERVER-45670 Clear ScanState on shutdownAmirsaman Memaripour2020-01-221-0/+5
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-43015 ReplicaSetMonitor should timeout waiters upon rescanBen Caimano2019-10-041-2/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+4
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-231-1/+1
* SERVER-42634 RSM can strand requests after drop()Jason Carey2019-08-091-2/+2
* SERVER-42519 ReplicaSetMonitors should early return callbacks after shutdownBen Caimano2019-07-311-1/+12
* SERVER-42125 Omit passive members from RSM connection stringsBen Caimano2019-07-251-3/+4
* SERVER-41851 Expedited scans in the RSM no longer continue after timeoutBen Caimano2019-07-241-1/+27
* SERVER-40490 RSM should check replicas at most twice per secondShaileja Jain2019-06-261-1/+3
* SERVER-39340 Remove `stdx/list.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-41134 Add RSM::findHostsWithMaxWaitJason Carey2019-05-281-1/+3
* SERVER-39818 Split RSM notification functionality into a new classBen Caimano2019-04-161-4/+18
* SERVER-40222 Reorganize and fixturize RSM testsBen Caimano2019-04-161-24/+28
* SERVER-23355 Recheck replicas every .5 sec during scanA. Jesse Jiryu Davis2019-04-151-3/+8
* 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-38295 ReplSetMonitor::getHostOrRefresh should not do anything if maxWa...Mathias Stearn2018-12-271-0/+2
* SERVER-35688 Make RSM use async networkingMathias Stearn2018-12-201-18/+35
* SERVER-38319 Propagate URI options from DBClientRS through all codepathsMathias Stearn2018-12-201-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shellBen Caimano2018-06-221-0/+1
* Revert "SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shell"Esha Maharishi2018-06-111-1/+0
* SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shellBen Caimano2018-06-081-0/+1
* SERVER-27210 Allow shell to connect to replicasets with ssl=true in URIJonathan Reams2016-12-081-0/+3
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-1/+1
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-241-1/+1
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-1/+1
* SERVER-22620 prefer config servers with recent opTimeMisha Tyulenev2016-08-091-1/+8
* SERVER-24676 implement support for maxStalenessMS in ReplicaSetMonitorMisha Tyulenev2016-07-191-8/+12
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-21789 fix formatRandolph Tan2016-02-011-1/+1
* SERVER-21789 mongos replica set monitor should choose primary based on (rs co...Randolph Tan2016-02-011-0/+2
* SERVER-21272 Make replica set monitor retry finding hostsKaloian Manassiev2015-11-111-0/+2
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-0/+4
* SERVER-21186 Make catalog manager insert virtualKaloian Manassiev2015-11-031-13/+7
* SERVER-21149 Make sure that ShardRegistry is aware of any node that the Remot...Spencer T Brody2015-10-291-1/+11
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-148/+145
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-2/+2
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-1/+1
* SERVER-18464 Implement ReplicaSetMonitorManager to replace staticsKaloian Manassiev2015-06-111-2/+0
* SERVER-18280 ReplicaSetMonitor should use electionId to avoid talking to old ...Daniel Alabi2015-05-291-0/+2
* SERVER-18438 Move replica set monitor tests out of dbtestKaloian Manassiev2015-05-281-3/+6
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12284 Rewrite ReplSetMonitorMathias Stearn2014-01-291-0/+197