summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_heartbeat_v1_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-64750 Implement a quick-find shortcut to skip running isSelf when we h...Vesselina Ratcheva2022-09-021-0/+27
* SERVER-68931 Drain oplog buffers before applying recipient configMatt Broadstone2022-08-311-150/+156
* SERVER-69197 Clear lastCommitted and currentCommitted on splitMatt Broadstone2022-08-291-6/+5
* SERVER-68964 Reset lastCommitted to blockTimestamp after splitMatt Broadstone2022-08-251-5/+9
* SERVER-67954 Notify BackgroundSync when data relevant to sync source selectio...Matthew Russotto2022-07-161-0/+152
* SERVER-66942 Only accept recipient configs in serverless modeMatt Broadstone2022-06-081-7/+92
* SERVER-46907 Speed up reconfig replication acknowledgementMatt Broadstone2022-05-251-213/+141
* SERVER-66235 Clear sync source following a shard split reconfigDidier Nadeau2022-05-101-1/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-66083 Require rsConfig initialization to accept split configMatt Broadstone2022-05-041-4/+102
* SERVER-65495 Reject inconsistent set names in heartbeat responsesMatt Broadstone2022-04-141-0/+44
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-0/+2
* SERVER-63512 Use optimized (no isSelf calls) reconfiguration on heartbeat rec...Matthew Russotto2022-03-151-0/+109
* SERVER-62346 Apply recipient config when heartbeat presents a splitConfigDidier Nadeau2022-03-041-0/+232
* SERVER-63266 Allow server to be started without setname in serverless modeDidier Nadeau2022-02-201-72/+98
* SERVER-54374 Do not attempt to update commit point via heartbeat propagation ...Vesselina Ratcheva2022-01-271-0/+85
* SERVER-61593 Test command waitForMemberState should be interruptibleMatthew Russotto2021-11-191-1/+2
* SERVER-61007 ReplSetGetStatus calls storage with no lockHuayu Ouyang2021-10-291-1/+4
* SERVER-47828 Add getConfig* methods to avoid copying ReplSetConfigCarolyn Duan2021-06-221-10/+9
* SERVER-56971 Create a valid heartbeat handle in handleHeartbeatResponse_forTestVesselina Ratcheva2021-06-121-0/+53
* 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