summaryrefslogtreecommitdiff
path: root/src/mongo/client/server_ping_monitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-2/+2
* SERVER-50467: StreamableReplicaSetMonitor should call drop on itself from des...Andrew Shuvalov2020-11-241-1/+3
* SERVER-50516 renames: IsMasterRTT=>HelloRTT, IsMasterOutcome=>HelloOutcomeBilly Donahue2020-10-211-1/+1
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-141-1/+1
* Revert "SERVER-49694: fix latency measurement in RSM; change latency measurem...LaMont Nelson2020-08-131-1/+1
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-051-1/+1
* SERVER-48151: fix unordered_map::erase bug; remove duplicates in rs connectio...Lamont Nelson2020-05-131-1/+9
* SERVER-47074 Clean up log lines in mongo/client/sdam and RSM-related filesHaley Connelly2020-05-121-17/+30
* SERVER-45395 Change ServerAddress type to be HostAndPortjannaerin2020-05-061-3/+4
* 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-47048 Test that mongos can find primary despite "ping" failuresCheahuychou Mao2020-04-171-1/+12
* SERVER-47539 Remove uassert inside ServerPingMonitor::onServerHandshakeComple...Haley Connelly2020-04-151-4/+3
* SERVER-46681 Integrate the ServerPingMonitor into the StreamableReplicaSetMon...Haley Connelly2020-03-301-50/+54
* Revert "SERVER-46681 Integrate the ServerPingMonitor into the StreamableRepli...Haley Connelly2020-03-271-43/+46
* SERVER-46681 Integrate the ServerPingMonitor into the StreamableReplicaSetMon...Haley Connelly2020-03-271-46/+43
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-4/+2
* SERVER-46289 Make SingleServerPingMonitor retry after failed pingHaley Connelly2020-03-101-6/+5
* SERVER-45230 Rtt and isMaster from initial handshake should populate initial ...jannaerin2020-03-041-2/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-10/+27
* SERVER-45051 Implement class that collects RTT information from replica set m...Haley Connelly2020-02-071-14/+162
* SERVER-45521 Define TopologyListener, ServerPingMonitor, and SingleServerPing...Haley Connelly2020-01-161-0/+101