summaryrefslogtreecommitdiff
path: root/src/mongo/client/replica_set_monitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-211-1/+0
* SERVER-35212: Refactor shell code to enable default authentication database a...Tyler Kaye2018-11-191-0/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-14/+17
* SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shellBen Caimano2018-09-071-43/+38
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-06-111-1/+1
* SERVER-26108 Speed up dbclient_rs_test by disabling sleepy retriesMathias Stearn2017-11-011-1/+6
* SERVER-31333 Make ReplicaSetMonitor return ShutdownInProgress if the server i...Kaloian Manassiev2017-10-021-39/+48
* SERVER-29638 Changed the Error Message when failing to reach a sharded cluster.Tyler Kaye2017-06-201-2/+3
* SERVER-28094 Remove the StaticObserverAndrew Morrow2017-02-271-4/+0
* SERVER-26927 support integer values for maxStalenessSecondsMisha Tyulenev2016-12-121-11/+10
* SERVER-27210 Allow shell to connect to replicasets with ssl=true in URIJonathan Reams2016-12-081-1/+21
* SERVER-26799 do not refresh if RSM is removed from a RSM managerMisha Tyulenev2016-11-091-0/+14
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-26/+46
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-241-46/+26
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-26/+46
* SERVER-25230 use ReplicaSetMonitor's ConnectionString when reloading shards f...Misha Tyulenev2016-09-071-1/+5
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-3/+3
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-1/+4
* SERVER-25568 shutdown task executors for ShardRegistry and ReplicaSet monitor...Misha Tyulenev2016-08-121-0/+4
* SERVER-22620 prefer config servers with recent opTimeMisha Tyulenev2016-08-091-5/+37
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-011-41/+9
* SERVER-24676 implement support for maxStalenessMS in ReplicaSetMonitorMisha Tyulenev2016-07-191-7/+60
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+4
* SERVER-24307 ReplicaSetMonitor does not need to invariant on _executorMisha Tyulenev2016-05-271-3/+4
* SERVER-22564 Move ReplicaSetMonitor to TaskExecutor threadMisha Tyulenev2016-05-261-114/+98
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-2/+2
* SERVER-24104 Replace direct uses of stdx::chrono::durations with MongoDB dura...Andy Schwerin2016-05-171-2/+2
* SERVER-23947 Log replica set monitor refresh durationKaloian Manassiev2016-04-281-4/+4
* SERVER-22661 Require --shardsvr for shard aware initializationRandolph Tan2016-04-081-0/+2
* SERVER-21789 mongos replica set monitor should choose primary based on (rs co...Randolph Tan2016-02-011-5/+20
* SERVER-18671 SecondaryPreferred can end up using unversioned connectionsRandolph Tan2016-01-201-0/+12
* SERVER-21272 Make replica set monitor retry finding hostsKaloian Manassiev2015-11-111-32/+70
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-0/+30
* SERVER-21186 Make catalog manager insert virtualKaloian Manassiev2015-11-031-1/+11
* SERVER-21149 Make sure that ShardRegistry is aware of any node that the Remot...Spencer T Brody2015-10-291-6/+28
* 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/+1
* SERVER-20270 SERVER-19608 Fix race condition around updating ShardRegistry on...Spencer T Brody2015-09-041-6/+16
* SERVER-18952 Fix the formatting of 'starting replica set monitor' messageKaloian Manassiev2015-08-181-11/+1
* SERVER-19876 In ReplicaSetMonitor, consider host lists provided by RSGhost no...Andy Schwerin2015-08-141-2/+13
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-729/+729
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-1/+3
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-3/+3
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-2/+2
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-15/+15
* SERVER-18947 Remove unused catalog manager codeKaloian Manassiev2015-06-151-1/+1
* SERVER-18464 Implement ReplicaSetMonitorManager to replace staticsKaloian Manassiev2015-06-111-75/+20
* 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-3/+24