summaryrefslogtreecommitdiff
path: root/src/mongo/client/replica_set_monitor.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-18280 ReplicaSetMonitor should use electionId to avoid talking to old ...Daniel Alabi2015-05-291-1/+6
* SERVER-18667 Remove the ReplicaSetMonitor remembered seed listKaloian Manassiev2015-05-281-3/+2
* SERVER-18438 Move replica set monitor tests out of dbtestKaloian Manassiev2015-05-281-4/+7
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-3/+2
* SERVER-13256 Remove inclusion of export_macros from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-14374 Include server_options.h as needed and apply the std:: namespace...Andy Schwerin2014-06-271-1/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-2/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-12583 DBClientRS shouldn't use hosts the RSM thinks are down.Mathias Stearn2014-02-051-0/+6
* SERVER-12284 Rewrite ReplSetMonitorMathias Stearn2014-01-291-273/+184
* SERVER-12284 Rip ReplicaSetMonitor out of dbclient_rs filesMathias Stearn2014-01-291-0/+404