summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/topology_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-121-0/+1
* SERVER-33248 Allow choosing a sync source that we are up to date with if it h...Tess Avitabile2018-08-221-3/+4
* SERVER-35623 Add function for choosing node to step up for election handoffVesselina Ratcheva2018-08-061-0/+12
* SERVER-35951 Fix to prevent race between repl set unfreeze and _startElectSel...Suganthi Mani2018-08-051-2/+2
* SERVER-34102 Fix to prevent race between _handleTimePassing (stepdown timeout...Suganthi Mani2018-05-241-1/+2
* SERVER-34716 improve ReplSetGetStatus unittestsJudah Schvimer2018-05-011-1/+2
* SERVER-33349 Add command to get stable checkpoint timestampJudah Schvimer2018-04-101-0/+4
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-30/+1
* SERVER-33383 Prevent internal replSetStepDown from racing with stepdown via h...Vesselina Ratcheva2018-02-281-2/+3
* SERVER-30283 Fix typo in PingStats commentWilliam Schultz2018-01-251-1/+1
* SERVER-30283 Clean up TopologyCoordinator::PingStats interfaceWilliam Schultz2018-01-251-21/+80
* SERVER-29078 Eliminate use of memberHeartbeatData in replication_coordinator_...Matthew Russotto2018-01-121-14/+54
* SERVER-30283 Fix integer overflow in PingStats::hit()Chibuikem Amaechi2018-01-091-6/+17
* SERVER-28895 Remove old form of replSetUpdatePosition commandVesselina Ratcheva2017-12-131-1/+0
* SERVER-30626 Replace class TopologyCoordinator::Role with enum class for simp...Matthew Russotto2017-11-281-33/+4
* SERVER-30626 Remove TopologyCoordinator interface.Matthew Russotto2017-11-281-180/+751
* SERVER-30626 Rename files to prepare for removing TopologyCoordinator interface.Matthew Russotto2017-11-281-606/+371
* SERVER-31572 Fail to complete transition to primary if we've already decided ...Spencer T Brody2017-10-241-1/+2
* SERVER-31330 Prevent stepdown during drain mode from triggering an invariantSpencer T Brody2017-10-041-0/+5
* SERVER-28544 Change stepdown command to take global lock in exclusive modeSpencer T Brody2017-09-251-9/+18
* SERVER-28544 Push logic from ReplicationCoordinatorImpl::_tryToStepDown into ...Spencer T Brody2017-09-151-35/+31
* SERVER-28544 Only allow one stepdown command to be processed at a timeSpencer T Brody2017-09-131-28/+98
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Siyuan Zhou2017-08-071-0/+5
* Revert "SERVER-29502 Require the vote from the current primary in the dry run...Max Hirschhorn2017-08-041-5/+0
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Samy Lanka2017-08-041-0/+5
* SERVER-29500 Call for catchup takeover election when catchup takeover timeout...Samy Lanka2017-08-021-1/+8
* SERVER-29077 Rename MemberHeartbeatData in topology coordinatorMatthew Russotto2017-05-171-12/+12
* SERVER-26990 Unify tracking of secondary state between replication and topolo...Matthew Russotto2017-05-151-32/+132
* Revert "SERVER-26990 Unify tracking of secondary state between replication an...Matthew Russotto2017-05-041-129/+32
* SERVER-26990 Unify tracking of secondary state between replication and topolo...Matthew Russotto2017-05-041-32/+129
* SERVER-28751 Allow stepDown command to work against primary in catchup modeSiyuan Zhou2017-05-021-5/+4
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-201-0/+15
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-15/+0
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-191-0/+15
* SERVER-28624 Replace references to ReplicationExecutor with references to Tas...Andy Schwerin2017-04-051-1/+0
* SERVER-27083 Refactor ReplicationCoordinatorImpl to eliminate topoMutex.Matthew Russotto2017-03-221-0/+5
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-2/+2
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-02-151-1/+4
* SERVER-27543 send OplogQueryMetadata with OplogFetcher queriesJudah Schvimer2017-01-201-4/+12
* SERVER-27056 Don't enforce data freshness for stepUp commandJack Mulrow2016-12-191-1/+3
* SERVER-27149 Don't sync from nodes in an older term.Spencer T Brody2016-11-221-1/+1
* SERVER-26747 replSetStepDown waits for caught up majority with electable seco...William Schultz2016-11-141-4/+16
* SERVER-26399 Improved "Cannot select sync source" messages to include the rel...William Schultz2016-10-241-1/+1
* SERVER-26423 added chainingPreference argument to TopologyCoordinator::choose...Benety Goh2016-10-021-1/+5
* SERVER-24811 TopologyCoordinator::prepareFreezeResponse returns next action; ...Benety Goh2016-09-141-2/+9
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-0/+1
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-1/+0
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-0/+1
* SERVER-22136 Attach term metadata to UpdatePosition commandSiyuan Zhou2016-06-011-3/+3
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-06-011-2/+1