summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_heartbeat_v1_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53580 restore const qualifiers to arguments in function definitionsBenety Goh2021-01-131-2/+2
* SERVER-50667 repl unit tests should use new hello terminologyPavi Vetriselvan2020-11-301-3/+3
* SERVER-51264 Change IsMasterResponse to HelloResponse on mongod and update lo...Pavi Vetriselvan2020-11-121-4/+4
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-11-101-7/+92
* Revert "SERVER-50318: Only cancel scheduled heartbeats"XueruiFa2020-10-131-92/+7
* SERVER-51163 Mark nodes returning InvalidReplicaSetConfig in heartbeats as downSiyuan Zhou2020-10-091-1/+1
* SERVER-51240 fix readability-avoid-const-params-in-decls in testsBenety Goh2020-10-041-4/+4
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-09-291-7/+92
* SERVER-35649 Retry DNS failures during reconfigA. Jesse Jiryu Davis2020-09-211-5/+1
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-081-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-2/+2
* SERVER-48257 Reject reconfig via heartbeat during election.Siyuan Zhou2020-05-181-0/+59
* SERVER-29030 Announce new primary via heartbeat requestsWilliam Schultz2020-05-181-7/+125
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-8/+5
* SERVER-47449: Re-evaluate sync source after fetching each batch of oplog entriesXuerui Fa2020-05-081-3/+1
* SERVER-47758 Wait for stepdown to complete and config to be stored in HBStepd...William Schultz2020-04-271-7/+9
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-151-9/+16
* SERVER-47125 Remove ReplSetMetadata.primaryIndex, require isPrimaryA. Jesse Jiryu Davis2020-04-151-3/+0
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46720 Allow non strict replication message parsingWilliam Schultz2020-04-101-0/+21
* SERVER-47096 Add ReplSetMetadata.configTermA. Jesse Jiryu Davis2020-03-301-0/+3
* SERVER-47097 Add ReplSetMetadata.isPrimaryA. Jesse Jiryu Davis2020-03-271-7/+10
* SERVER-46381 Test concurrent stepdown and reconfigA. Jesse Jiryu Davis2020-03-171-0/+236
* Revert "SERVER-46381 Test concurrent stepdown and reconfig"A. Jesse Jiryu Davis2020-03-151-224/+0
* SERVER-46381 Test concurrent stepdown and reconfigA. Jesse Jiryu Davis2020-03-141-0/+224
* Revert "SERVER-46381 Test concurrent reconfig and stepdown"Lingzhi Deng2020-03-111-229/+0
* SERVER-46381 Test concurrent reconfig and stepdownA. Jesse Jiryu Davis2020-03-111-0/+229
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-6/+7
* Revert "SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBCl...Lingzhi Deng2020-02-211-2/+0
* SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBClientConn...Lingzhi Deng2020-02-201-0/+2
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-7/+18
* Revert "SERVER-29030 Announce new primary via heartbeat requests"Ryan Timmons2020-02-131-92/+6
* SERVER-29030 Announce new primary via heartbeat requestsRyan Timmons2020-02-121-6/+92
* SERVER-45082 Secondaries only learn replica set configs with a newer (version...William Schultz2020-02-061-0/+302
* SERVER-44514 awaitIsMasterResponse returns early on topology changesJason Chan2019-12-181-0/+92
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-4/+4
* SERVER-42479 Remove FCV checks for propagating commit point through hearbeatsJason Chan2019-08-061-80/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-71/+40
* SERVER-42305 Ensure replication is finished initializing before advancing com...Matthew Russotto2019-07-251-0/+249
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valueMaria van Keulen2019-06-111-9/+9
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-10/+15
* 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-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-3/+2
* SERVER-36052 Remove _rsConfig.getProtocolVersion() check as part of pv0 code ...smani872018-07-291-2/+2
* SERVER-36051 Code cleanup for pv1 heartbeat response message parser.Suganthi Mani2018-07-271-0/+14
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-4/+4
* SERVER-31963 Remove heartbeat support for pv0.Suganthi Mani2018-06-281-1/+0
* SERVER-30626 Remove TopologyCoordinator interface.Matthew Russotto2017-11-281-1/+1