summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-1/+1
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-0/+1
* SERVER-33383 Prevent internal replSetStepDown from racing with stepdown via h...Vesselina Ratcheva2018-02-281-0/+2
* SERVER-33258: Guarantee replication tables are durable before use.Daniel Gottlieb2018-02-161-0/+5
* SERVER-32776 ReplicationCoordinator::prepareReplMetadata no longer requires O...Benety Goh2018-02-131-2/+1
* SERVER-32776 ReplicationProcess::getRollbackID() no longer reads from storage...Benety Goh2018-02-131-1/+1
* SERVER-30911: Timestamp index build start and completion.Daniel Gottlieb2018-02-131-2/+4
* SERVER-32776 add ReplicationProcess::refreshRollbackID()Benety Goh2018-02-131-5/+5
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-3/+3
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-091-3/+3
* SERVER-32518 Establish snapshot timestamp for readConcern snapshotTess Avitabile2018-02-051-23/+28
* SERVER-32517 Parse readConcern snapshot and atClusterTimeTess Avitabile2018-01-231-8/+24
* SERVER-32284 rename ReplicationCoordinator::reserveSnapshotName() to getMinim...Benety Goh2018-01-171-1/+1
* SERVER-32284 remove unused last snapshot support from ReplClientInfoBenety Goh2018-01-171-2/+0
* SERVER-32284 ReplicationCoordinatorImpl::_doneWaitingForReplication_inlock() ...Benety Goh2018-01-171-6/+4
* SERVER-32284 ReplicationCoordinatorImpl::_awaitReplication_inlock() always as...Benety Goh2018-01-171-5/+4
* SERVER-32284 remove ReplicationCoordinator::awaitReplicationOfLastOpForClient()Benety Goh2018-01-171-12/+0
* SERVER-29078 Eliminate use of memberHeartbeatData in replication_coordinator_...Matthew Russotto2018-01-121-104/+10
* SERVER-28290 Stepping down due to a higher term seen in a heartbeat should no...Siyuan Zhou2018-01-121-6/+3
* SERVER-32284 add minSnapshot to failed WC message in ReplicationCoordinator::...Benety Goh2018-01-091-1/+1
* SERVER-32188 SERVER-32187 Have secondaries apply timestamps to commandsJudah Schvimer2018-01-031-2/+3
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-38/+21
* SERVER-28895 Remove old form of replSetUpdatePosition commandVesselina Ratcheva2017-12-131-94/+2
* SERVER-32226: Have the oldest timestamp track the last applied optime during ...Daniel Gottlieb2017-12-111-0/+5
* SERVER-30626 Replace class TopologyCoordinator::Role with enum class for simp...Matthew Russotto2017-11-281-6/+6
* SERVER-32041 more efficient logic in setMyLastAppliedOpTimeEric Milkie2017-11-221-3/+12
* SERVER-30577 Don't update the stable timestamp if database is in an inconsist...William Schultz2017-11-211-35/+100
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-37/+24
* SERVER-32006 add a parameter to wait before secondaries perform noop writeMisha Tyulenev2017-11-171-6/+26
* SERVER-31899 make getTerm() use an Atomic rather than lock the replcoord mutexEric Milkie2017-11-131-2/+9
* Revert "SERVER-30577 Clear stable timestamp candidates after rollback"William Schultz2017-11-081-3/+0
* SERVER-30577 Clear stable timestamp candidates after rollbackWilliam Schultz2017-11-081-0/+3
* SERVER-31823 amend commentEric Milkie2017-11-071-2/+0
* SERVER-31823 allow user writes to system.profile collections in any database ...Eric Milkie2017-11-071-1/+4
* SERVER-31002 minValid should alway be set to existent OpTime.Siyuan Zhou2017-10-271-0/+2
* SERVER-31607 move validateFeaturesAsMaster out of FeatureCompatibility structJudah Schvimer2017-10-241-1/+1
* SERVER-31572 Fail to complete transition to primary if we've already decided ...Spencer T Brody2017-10-241-1/+7
* SERVER-31606 Make sure primary doesn't drop collection before it is committedWilliam Schultz2017-10-231-38/+41
* SERVER-31600 Remove unused updateCommitPoint_inlock() functionPavithra Vetriselvan2017-10-231-9/+0
* SERVER-31350: Make enableMajorityReadConcern a noopDaniel Gottlieb2017-10-201-7/+3
* SERVER-31514 startSteadyStateReplication outside mutex and handle shutdown in...Siyuan Zhou2017-10-171-16/+7
* SERVER-30242 SERVER-31513 SERVER-31235 Make method to determine if fCV has be...Louis Williams2017-10-161-0/+6
* SERVER-27160 Narrow race at startup between RSSync setting RECOVERING and BGS...Siyuan Zhou2017-10-131-3/+16
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-78/+65
* SERVER-31355 Synchronize stepdown in auto_retry_on_network_error.jsMax Hirschhorn2017-10-041-0/+17
* SERVER-31341 Syncrhonize unit tests that do asynchronous stepdown attemptsSpencer T Brody2017-10-041-0/+10
* SERVER-31330 Prevent stepdown during drain mode from triggering an invariantSpencer T Brody2017-10-041-4/+4
* SERVER-29649 Add startupWarning for replset running with --nojournal when wri...Katherine Walker2017-10-021-0/+18
* Revert "SERVER-29649 Add startupWarning for replset running with --nojournal ...Ian Whalen2017-09-271-18/+0
* SERVER-29649 Add startupWarning for replset running with --nojournal when wri...Katherine Walker2017-09-261-0/+18