summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-26990 Unify tracking of secondary state between replication and topolo...Matthew Russotto2017-05-151-119/+18
* Revert "SERVER-26990 Unify tracking of secondary state between replication an...Matthew Russotto2017-05-041-19/+118
* SERVER-26990 Unify tracking of secondary state between replication and topolo...Matthew Russotto2017-05-041-118/+19
* SERVER-28751 Allow stepDown command to work against primary in catchup modeSiyuan Zhou2017-05-021-1/+1
* SERVER-28988 add ReplicationProcessBenety Goh2017-04-281-0/+6
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-281-10/+3
* Revert "SERVER-27659 Persist Rollback Id"ADAM David Alan Martin2017-04-281-3/+10
* SERVER-28865 Replace ReplicationExecutor's prng in ReplicationCoordinatorImpl...Andy Schwerin2017-04-271-1/+10
* SERVER-28545 don't schedule setFollowerMode on ReplicationExecutorJudah Schvimer2017-04-241-22/+0
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-211-10/+3
* SERVER-26848 Remove dead code of primary catch-up.Siyuan Zhou2017-04-201-20/+0
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-201-7/+90
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-90/+7
* Revert "SERVER-26848 Remove dead code of primary catch-up."Robert Guo2017-04-201-0/+20
* SERVER-26848 Remove dead code of primary catch-up.Siyuan Zhou2017-04-191-20/+0
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-191-7/+90