summaryrefslogtreecommitdiff
path: root/src/mongo/client/replica_set_monitor_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62784 change dynamic cast to static castAndrew Witten2022-01-251-1/+1
* SERVER-62079 removes rsm scanningDavis Haupt2022-01-191-37/+27
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-10-281-3/+5
* SERVER-57449: Better FTDC diagnostics of RSMAndrew Shuvalov2021-07-081-10/+20
* SERVER-56523: potential deadlock - avoid locking the ReplicaSetMonitorManager...Andrew Shuvalov2021-05-211-6/+27
* SERVER-54292 remove dependency on scanning replica set monitor in tenant_migr...Randolph Tan2021-05-131-0/+6
* SERVER-53995 ReplicaSetMonitor shared_ptr instance should be freed outside of...Jason Zhang2021-02-171-0/+6
* SERVER-50467: Ensure that tenant migration donor only removes a ReplicaSetMon...Andrew Shuvalov2020-12-081-6/+18
* SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano2020-10-261-1/+1
* SERVER-50093 Test that donor supports running multiple tenant migrations conc...Cheahuychou Mao2020-08-241-0/+3
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-141-1/+2
* Revert "SERVER-49694: fix latency measurement in RSM; change latency measurem...LaMont Nelson2020-08-131-2/+1
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-051-1/+2
* SERVER-47074 Clean up log lines in mongo/client/sdam and RSM-related filesHaley Connelly2020-05-121-0/+1
* SERVER-45395 Change ServerAddress type to be HostAndPortjannaerin2020-05-061-4/+3
* SERVER-41068 remove map_util.hBilly Donahue2020-05-021-1/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47073 Clean up log lines in mongo/client and mongo/executorBen Caimano2020-04-221-3/+4
* SERVER-46037 Add a feature flag to enable streamable support in RSM isMaster ...Haley Connelly2020-04-211-2/+6
* SERVER-47121: Introduce pre/post handshake error handling in the RSMLamont Nelson2020-04-101-6/+36
* 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