summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_heartbeat.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29937 Make sure liveness timeouts cannot be missedJudah Schvimer2017-11-151-11/+17
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-06-161-0/+10
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-04-061-6/+6
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-04-061-3/+5
* SERVER-26830 Randomize priority takeover delayWilliam Schultz2017-04-031-5/+21
* SERVER-28275 fixed election log message in ReplicationCoordinatorImpl::_start...Benety Goh2017-03-301-19/+40
* SERVER-28110 Set secondaryCatchUpPeriodSecs smaller when requesting remote pr...Siyuan Zhou2017-03-071-1/+8
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Spencer T Brody2017-01-231-4/+7
* SERVER-27056 Don't enforce data freshness for stepUp commandJack Mulrow2016-12-281-5/+5
* SERVER-27053 Don't acknowledge writes if the term has changed.Spencer T Brody2016-11-171-5/+32
* SERVER-25662 removed non-initial sync functionality from Data ReplicatorBenety Goh2016-11-091-3/+0
* SERVER-26305 Use interruptible condition variables in ReplicationCoordinatorI...Andy Schwerin2016-10-131-5/+2
* Revert "SERVER-26305 Use interruptible condition variables in ReplicationCoor...Benety Goh2016-10-061-2/+5
* SERVER-26305 Use interruptible condition variables in ReplicationCoordinatorI...Andy Schwerin2016-10-051-5/+2
* SERVER-26003 Protect stepdown waiters with _mutex rather than _topoMutex.Siyuan Zhou2016-09-121-2/+5
* SERVER-24536 Nodes can run an election while stepping down.Siyuan Zhou2016-09-081-4/+5
* SERVER-25714 Don't wait for db work in executor when upgrading protocol verisonSiyuan Zhou2016-08-231-2/+10
* SERVER-25660 ReplicationCoordinatorImpl should shutdown replication executor ...Benety Goh2016-08-171-0/+8
* Revert "SERVER-25560 ReplicationCoordinatorImpl should shutdown replication e...Benety Goh2016-08-171-8/+0
* SERVER-25560 ReplicationCoordinatorImpl should shutdown replication executor ...Benety Goh2016-08-171-0/+8
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-7/+7
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-2/+2
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-1/+4
* SERVER-23243 Remove time-keeping from listenerWaley Chen2016-06-131-2/+3
* SERVER-22136 Attach term metadata to UpdatePosition commandSiyuan Zhou2016-06-011-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-7/+9
* SERVER-22291 fixed _requestRemotePrimaryStepdown replSetStepDown commandJudah Schvimer2016-05-171-1/+1
* SERVER-18038 data replicator sets and clears initial sync flagBenety Goh2016-04-181-1/+1
* SERVER-22995 Protect TopoCoord with mutex rather than single thread executor.Siyuan Zhou2016-04-121-32/+54
* SERVER-19200: move initial sync behavior out of rs_syncScott Hernandez2016-04-051-2/+3
* SERVER-23010: general cleanup and test fixture changesScott Hernandez2016-03-271-4/+7
* SERVER-22523: disable warning msg when multiple heartbeats are active/returningScott Hernandez2016-02-111-2/+0
* SERVER-22504 do not add self to _hbdata when removed from the setmatt dannenberg2016-02-081-1/+4
* SERVER-22287 added replica set ID validation to heartbeat response processing...Benety Goh2016-02-051-0/+18
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-15/+24
* SERVER-21744 ElectionID always increases under PV0 and PV1.Siyuan Zhou2016-01-111-1/+2
* SERVER-21795: Do not reschedule more than one liveness timeout callback at a ...Scott Hernandez2015-12-141-1/+6
* SERVER-21249 only restart heartbeats once when a node cannot find a syncsourcematt dannenberg2015-11-241-5/+14
* SERVER-21391 improve logging around when elections are startedmatt dannenberg2015-11-111-3/+16
* SERVER-20928 Synchronize stepdown process with events.Siyuan Zhou2015-11-091-10/+14
* Revert "SERVER-20928 Synchronize stepdown process with events"Eric Milkie2015-11-051-13/+6
* Revert "SERVER-20928 Fix lint."Eric Milkie2015-11-051-2/+5
* SERVER-20928 Fix lint.Siyuan Zhou2015-11-031-5/+2
* SERVER-20928 Remove HeartbeatResponseAction::ScheduleElection actionSiyuan Zhou2015-11-031-10/+0
* SERVER-20928 Synchronize stepdown process with eventsSiyuan Zhou2015-11-031-6/+13
* SERVER-20977 increased test coverage for replication coordinator implBenety Goh2015-10-301-12/+6
* SERVER-20928 Heartbeat shouldn't cause stepdown in protocol version 1.Siyuan Zhou2015-10-301-0/+1
* SERVER-21188 do not schedule another liveness timeout if one is already pendingEric Milkie2015-10-291-2/+13
* SERVER-20979 added test cases for current node having higher priority than pr...Benety Goh2015-10-231-3/+5
* SERVER-21018 Prevent priority takeover during an outstanding electionSiyuan Zhou2015-10-211-0/+4