summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_external_state_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23698 Removed ability to run replSetInitiate if not started as a repli...Judah Schvimer2016-05-271-3/+1
* SERVER-24292 repl::multiApply uses external thread poolBenety Goh2016-05-261-0/+6
* SERVER-23308 integrated repl::multiApply into data replicatorBenety Goh2016-05-241-0/+6
* SERVER-23765 Update config string of shardIdentity documentRandolph Tan2016-05-051-0/+1
* SERVER-19200: move initial sync behavior out of rs_syncScott Hernandez2016-04-051-0/+8
* SERVER-22269 make ReadConcern: majority reflect journaled state on PRIMARYmatt dannenberg2016-02-041-1/+7
* SERVER-22147 removed unused function ReplicationCoordinatorExternalState::cre...Benety Goh2016-01-121-1/+0
* SERVER-20856 Atomically store the replica set config document and initiate th...Andy Schwerin2015-10-281-1/+3
* SERVER-20406 update topology coordinator settings for read committed support ...Benety Goh2015-10-151-0/+1
* SERVER-20655: truncate oplog when recovering from failed batchScott Hernandez2015-10-121-0/+1
* SERVER-2723 derive election timeout offset limit from election timeout. Also ...Benety Goh2015-10-081-0/+1
* SERVER-20707 Add --enableMajorityReadConcern optionMathias Stearn2015-10-081-1/+1
* SERVER-19934 Sharding config minOpTime recoveryKaloian Manassiev2015-10-071-0/+1
* SERVER-20604 unblock AwaitData queries if commit level needs updating downstr...Eric Milkie2015-10-061-0/+1
* Revert "SERVER-20655: truncate oplog when recovering from failed batch"Scott Hernandez2015-10-021-1/+0
* SERVER-20655: truncate oplog when recovering from failed batchScott Hernandez2015-10-011-0/+1
* SERVER-20187 removed task executor argument from ReplicationCoordinatorExtern...Benety Goh2015-09-031-1/+1
* SERVER-20187 added ReplicationCoordinatorExternalState::signalApplierToCancel...Benety Goh2015-09-031-0/+1
* SERVER-20021 pull keepalive value from replCoord into sync source feedback, r...Eric Milkie2015-08-191-1/+0
* SERVER-19830 liveness detection for downstream membersmatt dannenberg2015-08-171-0/+1
* SERVER-19537 added updateReplOpTime to ReplicationCoordinatorExternalState::i...Benety Goh2015-08-081-1/+1
* SERVER-19212 Assign simple unique counter to each snapshotMathias Stearn2015-08-051-1/+1
* SERVER-18584 write an n-op when transition to primary is completematt dannenberg2015-08-051-0/+1
* SERVER-19206 w:"majority" writes need to wait for write to be in committed sn...matt dannenberg2015-07-101-0/+1
* SERVER-19307 extended BackgroundSync producer thread to accept a task executo...Benety Goh2015-07-071-1/+1
* SERVER-19234 Move tracking of snapshots to ReplicationCoordinator from Extern...Mathias Stearn2015-07-071-6/+2
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+15
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-48/+48
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-5/+4
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-2/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-1/+1
* SERVER-18253 create VoteRequester Scatter-Gather Algorithm to conduct new sty...matt dannenberg2015-05-041-0/+2
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-2/+2
* SERVER-15698 remove RID from replica set replication progress trackingmatt dannenberg2015-02-201-1/+0
* SERVER-16786 set the global optime when we rollback or startupEric Milkie2015-01-151-0/+1
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-0/+97