summaryrefslogtreecommitdiff
path: root/src/mongo/client/replica_set_monitor_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46743 Check RSM exists in initial handshakejannaerin2020-03-101-1/+1
* SERVER-45230 Rtt and isMaster from initial handshake should populate initial ...jannaerin2020-03-041-1/+50
* SERVER-43332: new RSM implementation based on sdamLamont Nelson2020-03-031-20/+12
* SERVER-46509 Change disableStreamableReplicaSetMonitor server parameter to an...Haley Connelly2020-03-031-6/+7
* SERVER-45962 feature flag to opt out of new RSM implementationHaley Connelly2020-02-241-5/+11
* SERVER-42437 Make ReplicaSetMonitorManager a ServiceContext decorationHaley Connelly2020-02-211-6/+8
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+6
* SERVER-44087 ReplicaSetMonitor shutdowns should synchronize with NetworkInter...Ben Caimano2019-10-211-3/+8
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-8/+8
* SERVER-42634 RSM can strand requests after drop()Jason Carey2019-08-091-2/+1
* SERVER-42501 ReplicaSetMonitorManager::shutdown() logs sparinglyBen Caimano2019-07-311-1/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+4
* SERVER-42342 Replica set monitor shutdown should fail all outstanding RSM pro...Ben Caimano2019-07-261-52/+39
* SERVER-39692 Make mongos shutdown drain all in-progress transactionsRandolph Tan2019-07-181-0/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+5
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-05-211-3/+6
* SERVER-39818 Split RSM notification functionality into a new classBen Caimano2019-04-161-0/+4
* SERVER-40222 Reorganize and fixturize RSM testsBen Caimano2019-04-161-3/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38319 Propagate URI options from DBClientRS through all codepathsMathias Stearn2018-12-201-0/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-27750 Remove unneeded commentRandolph Tan2017-06-131-1/+0
* SERVER-27855 Attach all NetworkInterface instances with EgressHooksRandolph Tan2017-02-171-1/+7
* SERVER-27940: fix deadlock in ReplicaSetMonitorManager on shutdownMisha Tyulenev2017-02-081-13/+26
* SERVER-27210 Allow shell to connect to replicasets with ssl=true in URIJonathan Reams2016-12-081-6/+29
* SERVER-26799 do not refresh if RSM is removed from a RSM managerMisha Tyulenev2016-11-091-0/+3
* SERVER-26787 move logging for removing a ReplicaSetMonitor to ReplicaSetMonit...Esha Maharishi2016-10-261-0/+1
* SERVER-25568 shutdown task executors for ShardRegistry and ReplicaSet monitor...Misha Tyulenev2016-08-121-2/+16
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-011-12/+16
* SERVER-24322 fix memory leak and add dbclient_rs_testMisha Tyulenev2016-06-011-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-22564 Move ReplicaSetMonitor to TaskExecutor threadMisha Tyulenev2016-05-261-3/+37
* SERVER-20270 SERVER-19608 Fix race condition around updating ShardRegistry on...Spencer T Brody2015-09-041-6/+12
* SERVER-18952 Fix the formatting of 'starting replica set monitor' messageKaloian Manassiev2015-08-181-0/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-47/+47
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-8/+7
* SERVER-18464 Implement ReplicaSetMonitorManager to replace staticsKaloian Manassiev2015-06-111-0/+112