summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-121-3/+10
* SERVER-36227 always log replication progress on write concern failureJudah Schvimer2018-08-201-0/+6
* SERVER-36053 Remove protocol version upgrade logic as part of pv0 code cleanup.Suganthi Mani2018-07-271-7/+0
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-2/+0
* SERVER-35623 Send a replSetStepUp command to an eligible candidate on stepdownVesselina Ratcheva2018-07-121-0/+5
* SERVER-35058 Do not rely only on heartbeats to signal secondary positions in ...Vesselina Ratcheva2018-07-021-11/+1
* SERVER-31963 Removes pv0 election style implementation.smani872018-06-281-34/+0
* SERVER-31963 Removes replSetFresh and replSetFresh command support for pv0.Suganthi Mani2018-06-281-6/+0
* SERVER-31963 Remove heartbeat support for pv0.Suganthi Mani2018-06-281-3/+0
* SERVER-35058 Defer removing ReplicationCoordinator ThreadWaiters to their Wai...Vesselina Ratcheva2018-06-211-4/+13
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-05-151-4/+4
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-2/+0
* SERVER-34372 add ReplicationCoordinator::signalDropPendingCollectionsRemovedF...Benety Goh2018-04-171-0/+2
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-15/+1
* SERVER-33806: Only update the stable/oldest timestamps when replication accep...Daniel Gottlieb2018-03-131-1/+3
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-3/+2
* SERVER-32776 ReplicationCoordinator::prepareReplMetadata no longer requires O...Benety Goh2018-02-131-2/+1
* SERVER-32284 rename ReplicationCoordinator::reserveSnapshotName() to getMinim...Benety Goh2018-01-171-1/+1
* SERVER-32284 ReplicationCoordinatorImpl::_doneWaitingForReplication_inlock() ...Benety Goh2018-01-171-1/+0
* SERVER-32284 ReplicationCoordinatorImpl::_awaitReplication_inlock() always as...Benety Goh2018-01-171-1/+0
* SERVER-32284 remove ReplicationCoordinator::awaitReplicationOfLastOpForClient()Benety Goh2018-01-171-3/+0
* SERVER-28290 Stepping down due to a higher term seen in a heartbeat should no...Siyuan Zhou2018-01-121-1/+4
* SERVER-28895 Remove old form of replSetUpdatePosition commandVesselina Ratcheva2017-12-131-10/+1
* SERVER-32021 Remove unused header _updateOpTimesFromHeartbeat_inlockVesselina Ratcheva2017-12-061-10/+0
* SERVER-30577 Don't update the stable timestamp if database is in an inconsist...William Schultz2017-11-211-3/+13
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-12/+7
* SERVER-32006 add a parameter to wait before secondaries perform noop writeMisha Tyulenev2017-11-171-4/+13
* SERVER-31899 make getTerm() use an Atomic rather than lock the replcoord mutexEric Milkie2017-11-131-0/+6
* SERVER-31606 Make sure primary doesn't drop collection before it is committedWilliam Schultz2017-10-231-19/+17
* SERVER-31600 Remove unused updateCommitPoint_inlock() functionPavithra Vetriselvan2017-10-231-7/+0
* SERVER-31514 startSteadyStateReplication outside mutex and handle shutdown in...Siyuan Zhou2017-10-171-6/+0
* SERVER-27160 Narrow race at startup between RSSync setting RECOVERING and BGS...Siyuan Zhou2017-10-131-0/+6
* SERVER-27892 Clarify locking rules for _canAcceptNonLocalWritesSpencer T Brody2017-10-061-3/+2
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-2/+0
* SERVER-31341 Syncrhonize unit tests that do asynchronous stepdown attemptsSpencer T Brody2017-10-041-0/+6
* SERVER-28794 Only use PV0 style heartbeats when choosing to use PV0Judah Schvimer2017-09-261-1/+1
* SERVER-28544 Change stepdown command to take global lock in exclusive modeSpencer T Brody2017-09-251-12/+14
* SERVER-28544 Push logic from ReplicationCoordinatorImpl::_tryToStepDown into ...Spencer T Brody2017-09-151-5/+3
* SERVER-28544 Only allow one stepdown command to be processed at a timeSpencer T Brody2017-09-131-0/+2
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-25/+0
* SERVER-29891 Call setStableTimestamp() when commit point or last applied opti...William Schultz2017-08-081-0/+37
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Siyuan Zhou2017-08-071-2/+2
* Revert "SERVER-29502 Require the vote from the current primary in the dry run...Max Hirschhorn2017-08-041-2/+2
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Samy Lanka2017-08-041-2/+2
* SERVER-29500 Call for catchup takeover election when catchup takeover timeout...Samy Lanka2017-08-021-5/+1
* SERVER-29499 Schedule a catchup takeover on receiving heartbeats from the cur...Samy Lanka2017-06-301-1/+25
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-1/+1
* SERVER-28150 Add support for readConcern::afterClusterTime for level == localMisha Tyulenev2017-06-211-5/+11
* SERVER-28865 Replace ReplicationExecutor with ThreadPoolTaskExecutor in Repli...Andy Schwerin2017-05-181-57/+12
* SERVER-29077 Rename MemberHeartbeatData in topology coordinatorMatthew Russotto2017-05-171-1/+1