summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_heartbeat.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu2023-05-171-27/+29
* SERVER-72774 Prevent a node in quiesce mode to win election.Wenbin Zhu2023-02-101-1/+1
* SERVER-72085 Add ReplicaSetAwareService method to observe setting replica set...Jack Mulrow2022-12-141-0/+1
* 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-1/+1
* SERVER-68931 Drain oplog buffers before applying recipient configMatt Broadstone2022-08-311-39/+61
* SERVER-69197 Clear lastCommitted and currentCommitted on splitMatt Broadstone2022-08-291-31/+35
* SERVER-68964 Reset lastCommitted to blockTimestamp after splitMatt Broadstone2022-08-251-20/+26
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-67954 Notify BackgroundSync when data relevant to sync source selectio...Matthew Russotto2022-07-161-1/+9
* SERVER-66942 Only accept recipient configs in serverless modeMatt Broadstone2022-06-081-37/+37
* SERVER-66023 Use DelayableTimeoutCallback class to avoid resetting election a...Matthew Russotto2022-05-181-55/+34
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-66141 Remove access blockers on recipientConfig installationMatt Broadstone2022-05-041-0/+14
* SERVER-66083 Require rsConfig initialization to accept split configMatt Broadstone2022-05-041-64/+67
* SERVER-65788 Do not hold Global lock when calling startDataReplicationMatthew Russotto2022-04-201-3/+5
* SERVER-65495 Reject inconsistent set names in heartbeat responsesMatt Broadstone2022-04-141-0/+11
* SERVER-63512 Fix locking for optimized heartbeat reconfigMatthew Russotto2022-03-181-9/+12
* SERVER-63512 Use optimized (no isSelf calls) reconfiguration on heartbeat rec...Matthew Russotto2022-03-151-2/+16
* SERVER-64420 Fix split acceptance to successfully complete split operationDidier Nadeau2022-03-141-0/+5
* SERVER-62346 Apply recipient config when heartbeat presents a splitConfigDidier Nadeau2022-03-041-14/+90
* SERVER-63266 Allow server to be started without setname in serverless modeDidier Nadeau2022-02-201-13/+18
* SERVER-54374 Do not attempt to update commit point via heartbeat propagation ...Vesselina Ratcheva2022-01-271-1/+2
* SERVER-61377 Fix File Copy Based Initial Sync shutdown and config racesMatthew Russotto2021-11-121-4/+18
* SERVER-61213 Reconfiguration changes crash during File Copy Based Initial SyncMatthew Russotto2021-11-041-1/+10
* SERVER-48545 Remove upgrade/downgrade support for initial sync semantics proj...Huayu Ouyang2021-08-111-10/+0
* SERVER-58594 ReplicationCoordinatorImpl::handleHeartbeatResponse_forTest does...Vishnu Kaushik2021-07-161-4/+6
* SERVER-57756 Remove ScopedBlockSessionCheckouts which is now unnecessary and ...Wenbin Zhu2021-07-071-11/+0
* SERVER-56620 Clear any durableOpTimeAndWallTime received from arbitersVesselina Ratcheva2021-06-141-0/+19
* SERVER-56971 Create a valid heartbeat handle in handleHeartbeatResponse_forTestVesselina Ratcheva2021-06-121-1/+6
* SERVER-55007 Deadlock between step down and MongoDOperationContextSessionRandolph Tan2021-03-221-0/+11
* SERVER-53612: Fix StepDown hangs when all nodes are caught up but none is imm...Lingzhi Deng2021-01-201-8/+11
* SERVER-52867 Make sure secondary has finished closing connections after being...Jason Chan2020-11-301-0/+6
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-11-101-30/+59
* SERVER-33747 Fix crash when arbiter restarts and enters REMOVEDA. Jesse Jiryu Davis2020-11-021-1/+1
* Revert "SERVER-50318: Only cancel scheduled heartbeats"XueruiFa2020-10-131-59/+30
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-09-291-30/+59
* SERVER-35649 Retry DNS failures during reconfigA. Jesse Jiryu Davis2020-09-211-2/+7
* SERVER-48149 Move callers of RecoveryUnit::waitUntilDurable onto JournalFlush...Dianna Hohensee2020-08-281-1/+2
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-141-4/+5
* Revert "SERVER-49694: fix latency measurement in RSM; change latency measurem...LaMont Nelson2020-08-131-5/+4
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-051-4/+5
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-07-291-0/+2
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-251-2/+2
* SERVER-48256 Add ElectionState object to manage vote requester logicJason Chan2020-07-131-3/+6
* SERVER-45685 Remove unused function parameter from ReplicationCoordinatorExte...PV992020-06-301-1/+1
* SERVER-48924 Move ReplicaSetAwareService into repl directory and namespaceSpencer T Brody2020-06-241-1/+1
* SERVER-49053 remove makeStatusWithBilly Donahue2020-06-241-1/+1
* SERVER-48610 move ReplicaSetAwareService callbacks into the ReplicationCoordi...Kevin Pulo2020-06-151-1/+2
* Revert "SERVER-47645 Must invalidate all sessions on stepdown"Tess Avitabile2020-06-091-2/+0