summaryrefslogtreecommitdiff
path: root/src/mongo/client/server_ping_monitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-171-1/+1
* SERVER-47074 Clean up log lines in mongo/client/sdam and RSM-related filesHaley Connelly2020-05-141-15/+26
* SERVER-48151: fix unordered_map::erase bug; remove duplicates in rs connectio...Lamont Nelson2020-05-141-3/+13
* SERVER-45395 Change ServerAddress type to be HostAndPortjannaerin2020-05-141-3/+4
* SERVER-46497 UUID in topologyListener is currently not usedjannaerin2020-05-061-3/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-05-031-1/+1
* SERVER-47048 Test that mongos can find primary despite "ping" failuresCheahuychou Mao2020-04-201-1/+12
* SERVER-47539 Remove uassert inside ServerPingMonitor::onServerHandshakeComple...Haley Connelly2020-04-201-4/+3
* SERVER-46681 Integrate the ServerPingMonitor into the StreamableReplicaSetMon...Haley Connelly2020-04-201-50/+54
* SERVER-46289 Make SingleServerPingMonitor retry after failed pingHaley Connelly2020-04-061-6/+5
* SERVER-45230 Rtt and isMaster from initial handshake should populate initial ...jannaerin2020-03-291-2/+3
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-261-4/+2
* 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