summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-28865 Keep a unique pointer to the executor instead of a value.Andy Schwerin2017-04-191-2/+2
* SERVER-28624 Replace references to ReplicationExecutor with TaskExecutor.Andy Schwerin2017-04-181-32/+33
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-061-1/+3
* SERVER-27083 Refactor ReplicationCoordinatorImpl to eliminate topoMutex.Matthew Russotto2017-03-221-71/+48
* SERVER-27995 rename DataReplicator to InitialSyncerJudah Schvimer2017-03-141-4/+5
* SERVER-27771 add readConcern::afterClusterTimeMisha Tyulenev2017-03-131-1/+25
* SERVER-28275 fixed election log message in ReplicationCoordinatorImpl::_start...Benety Goh2017-03-131-1/+3
* SERVER-28244 Implement correct waiting for completion of replSetReconfig comm...Andy Schwerin2017-03-081-3/+3
* SERVER-28243 Introduce a helper function for canceling elections inside Repli...Andy Schwerin2017-03-081-0/+9
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-29/+30
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-3/+8
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-8/+3
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-16/+16
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-3/+8
* SERVER-26830 Randomize priority takeover delayWilliam Schultz2017-03-011-3/+15
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-02-271-12/+5
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-02-151-10/+13
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-1/+10
* SERVER-27807 synchronize creating a snapshot with its registration in replcoordEric Milkie2017-01-251-1/+3
* SERVER-27800 Change ReplicationCoordinatorImpl and ReplicationExecutor constr...Andy Schwerin2017-01-251-4/+3
* SERVER-27543 send OplogQueryMetadata with OplogFetcher queriesJudah Schvimer2017-01-201-1/+19
* SERVER-27490 Stop consulting storage engine isDurable flag in ReplicationCoor...Andy Schwerin2017-01-071-23/+2
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Spencer T Brody2017-01-041-4/+7
* SERVER-23759 wait for repl startup before shutting downEric Milkie2016-12-131-5/+10
* SERVER-27149 Don't sync from nodes in an older term.Spencer T Brody2016-11-221-1/+1
* Revert "SERVER-26403 Clean primary states on stepdown"Siyuan Zhou2016-11-171-2/+2
* SERVER-27053 Don't acknowledge writes if the term has changed.Spencer T Brody2016-11-171-2/+15
* SERVER-26403 Clean primary states on stepdownSiyuan Zhou2016-11-151-2/+2
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-1/+1
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-1/+1
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-1/+1
* SERVER-23070 removed SyncSourceSelector::selectSyncSourceBenety Goh2016-11-011-3/+0
* SERVER-26640 remove flag for linearizable read supportBenety Goh2016-10-141-2/+0
* SERVER-26305 Use interruptible condition variables in ReplicationCoordinatorI...Andy Schwerin2016-10-131-56/+14