summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_heartbeat.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-20922 _stepDownFinish uses event handle in function argument instead o...Benety Goh2015-10-151-5/+8
* SERVER-2723 derive election timeout offset limit from election timeout. Also ...Benety Goh2015-10-081-2/+3
* SERVER-20707 Add --enableMajorityReadConcern optionMathias Stearn2015-10-081-1/+1
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-011-1/+3
* SERVER-20579 do not start threads in replication coordinator external state i...Benety Goh2015-09-241-1/+5
* SERVER-20374 election timeout offset added to replica set configmatt dannenberg2015-09-181-3/+4
* SERVER-20346 Changed triggering of elections under protocol version 1 to be t...Benety Goh2015-09-171-5/+61
* SERVER-20346 renamed ReplicationCoordinatorImpl::_priorityTakeover() to _star...Benety Goh2015-09-171-16/+5
* SERVER-20346 renamed TopologyCoordinator::stagePriorityTakeoverIfElectable() ...Benety Goh2015-09-171-1/+1
* SERVER-19836 Fix role change due to priority takeover.Siyuan Zhou2015-09-111-1/+1
* SERVER-19836 implement priority logic for PV1 electionsmatt dannenberg2015-09-041-0/+31
* SERVER-20246 Cancel and send heartbeats to all secondaries on winning electionSiyuan Zhou2015-09-031-1/+2
* SERVER-20187 removed task executor argument from ReplicationCoordinatorExtern...Benety Goh2015-09-031-1/+1
* SERVER-20052 implement heartbeat side of election collision avoidance delaysmatt dannenberg2015-09-011-9/+16
* SERVER-19765 Change topoCoord's default term to -1 and reset term on upgrade ...Siyuan Zhou2015-08-271-0/+1
* SERVER-18384 Only the primary should act on downstream liveness information.Eric Milkie2015-08-211-3/+10
* SERVER-19831 updateTerm test cleanupBenety Goh2015-08-211-4/+10
* SERVER-19975: use cached protocol version (atomic)Scott Hernandez2015-08-211-2/+2
* SERVER-19830 do not mark removed nodes as downEric Milkie2015-08-181-3/+6
* SERVER-19830 liveness detection for downstream membersmatt dannenberg2015-08-171-0/+100
* SERVER-19554 merge ReplSetMetadata and ReplicationMetadatamatt dannenberg2015-08-121-6/+6
* SERVER-19675 fix ReplicationMetadata populating and parsingmatt dannenberg2015-08-061-2/+4
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-0/+2
* SERVER-19307 extended BackgroundSync producer thread to accept a task executo...Benety Goh2015-07-071-1/+1
* SERVER-19194 request ReplicationMetadata on heartbeats and process the responsematt dannenberg2015-06-291-1/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-381/+334