summaryrefslogtreecommitdiff
path: root/src/mongo/client/replica_set_monitor_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56523: potential deadlock - avoid locking the ReplicaSetMonitorManager...Andrew Shuvalov2021-05-271-6/+42
* SERVER-54292 remove dependency on scanning replica set monitor in tenant_migr...Randolph Tan2021-05-131-0/+1
* SERVER-50467: Ensure that tenant migration donor only removes a ReplicaSetMon...Andrew Shuvalov2020-12-081-2/+10
* SERVER-50093 Test that donor supports running multiple tenant migrations conc...Cheahuychou Mao2020-08-241-0/+2
* SERVER-47121: Introduce pre/post handshake error handling in the RSMLamont Nelson2020-04-101-0/+36
* SERVER-45230 Rtt and isMaster from initial handshake should populate initial ...jannaerin2020-03-041-0/+19
* SERVER-43332: new RSM implementation based on sdamLamont Nelson2020-03-031-3/+3
* SERVER-42437 Make ReplicaSetMonitorManager a ServiceContext decorationHaley Connelly2020-02-211-1/+3
* SERVER-43945 Expose out of order latch acquisitions in serverStatusBen Caimano2019-12-161-1/+1
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+3
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-42342 Replica set monitor shutdown should fail all outstanding RSM pro...Ben Caimano2019-07-261-1/+1
* SERVER-39692 Make mongos shutdown drain all in-progress transactionsRandolph Tan2019-07-181-1/+3
* 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-0/+6
* 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-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37393 Fix dtor race in `ReplicaSetMonitorManager`ADAM David Alan Martin2018-10-011-1/+3
* SERVER-27210 Allow shell to connect to replicasets with ssl=true in URIJonathan Reams2016-12-081-0/+4
* SERVER-25568 shutdown task executors for ShardRegistry and ReplicaSet monitor...Misha Tyulenev2016-08-121-1/+9
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-011-1/+1
* SERVER-22564 Move ReplicaSetMonitor to TaskExecutor threadMisha Tyulenev2016-05-261-0/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-41/+42
* SERVER-18464 Implement ReplicaSetMonitorManager to replace staticsKaloian Manassiev2015-06-111-0/+90