summaryrefslogtreecommitdiff
path: root/src/mongo/client/streamable_replica_set_monitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69213 remove unused functionAndrew Witten2022-10-041-10/+0
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-2/+2
* SERVER-69409 Removed extra randomnessAlexander Neben2022-09-061-3/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63900: Parameterize RS find host timeout for unittests.Daniel Gottlieb2022-03-031-2/+3
* SERVER-60063 Add logging for Server Discovery timeRachita Dhawan2022-01-251-0/+5
* SERVER-51329: Fix Unexpected non-retryable error when shutting down aKshitij Gupta2021-11-121-1/+1
* SERVER-59409 Fix race between reconfig replication and stepupAndrew Shuvalov2021-10-141-0/+15
* SERVER-60421 raise the log level when removing nodes from sdam topology or ig...LaMont Nelson2021-10-051-2/+2
* SERVER-59462 port of SERVER-59330: fix of RSM bootstrap from config server ig...Andrew Shuvalov2021-09-021-1/+5
* SERVER-57449: Better FTDC diagnostics of RSMAndrew Shuvalov2021-07-081-7/+16
* SERVER-54803 Only register _queryProcessor once in StreamableRSMMatthew Saltz2021-06-071-12/+3
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-9/+9
* SERVER-54290 Add ability to mock Streamable RSM topology description stateRandolph Tan2021-02-221-6/+27
* SERVER-52720: Handle choosing a new donor node when startApplyingOpTime existsXueruiFa2021-02-051-2/+4
* SERVER-52718: Add support for blacklisting nodes in TenantMigrationRecipientS...XueruiFa2021-01-141-28/+35
* SERVER-50467: Ensure that tenant migration donor only removes a ReplicaSetMon...Andrew Shuvalov2020-12-081-4/+8
* SERVER-50657 Add CancelationToken support to the ReplicaSetMonitorMatthew Saltz2020-11-241-117/+135
* SERVER-50467: StreamableReplicaSetMonitor should call drop on itself from des...Andrew Shuvalov2020-11-241-0/+6
* SERVER-50513 Rename local variables/functions in the new replica set monitorMatthew Saltz2020-11-131-12/+12
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-231-1/+1
* SERVER-50516 renames: IsMasterRTT=>HelloRTT, IsMasterOutcome=>HelloOutcomeBilly Donahue2020-10-211-4/+4
* SERVER-51480: Clear circular dependency of shared_ptr in StreamableReplicaSet...Andrew Shuvalov2020-10-191-1/+4
* SERVER-49970 Prefer the VectorClock's ConfigTime to configOpTime when queryin...Pierlauro Sciarelli2020-09-011-5/+5
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-141-3/+3
* SERVER-49693: Represent replicaSetPingTimeMillis in floating pointLaMont Nelson2020-07-221-4/+4
* SERVER-47639 Fix race with async getHosts request and concurrent topology changeCheahuychou Mao2020-06-231-12/+23
* SERVER-48498 Release RSM's mutex before notifying replica set change listenerjannaerin2020-06-011-1/+5
* SERVER-47606: make SDAM timeout values into server parametersLamont Nelson2020-05-291-8/+6
* SERVER-48151: fix unordered_map::erase bug; remove duplicates in rs connectio...Lamont Nelson2020-05-131-5/+13
* SERVER-47074 Clean up log lines in mongo/client/sdam and RSM-related filesHaley Connelly2020-05-121-9/+25
* SERVER-45395 Change ServerAddress type to be HostAndPortjannaerin2020-05-061-36/+21
* SERVER-46497 UUID in topologyListener is currently not usedjannaerin2020-05-011-3/+1
* 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-14/+14
* SERVER-46037 Add a feature flag to enable streamable support in RSM isMaster ...Haley Connelly2020-04-211-1/+1
* SERVER-44954 Streamable RSM uses exhaust isMasterjannaerin2020-04-171-10/+11
* SERVER-47121: Introduce pre/post handshake error handling in the RSMLamont Nelson2020-04-101-30/+75
* SERVER-46681 Integrate the ServerPingMonitor into the StreamableReplicaSetMon...Haley Connelly2020-03-301-3/+25
* Revert "SERVER-46681 Integrate the ServerPingMonitor into the StreamableRepli...Haley Connelly2020-03-271-22/+3
* SERVER-46681 Integrate the ServerPingMonitor into the StreamableReplicaSetMon...Haley Connelly2020-03-271-3/+22
* SERVER-47029: add only confirmed nodes when publishing onConfirmedSet; includ...Lamont Nelson2020-03-231-18/+62
* SERVER-45230 Rtt and isMaster from initial handshake should populate initial ...jannaerin2020-03-041-0/+12
* SERVER-43332: new RSM implementation based on sdamLamont Nelson2020-03-031-35/+564
* SERVER-46509 Change disableStreamableReplicaSetMonitor server parameter to an...Haley Connelly2020-03-031-0/+4
* SERVER-45962 feature flag to opt out of new RSM implementationHaley Connelly2020-02-241-0/+108