summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-27807 synchronize creating a snapshot with its registration in replcoordEric Milkie2017-01-251-31/+37
* SERVER-27543 send OplogQueryMetadata with OplogFetcher queriesJudah Schvimer2017-01-201-0/+75
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Spencer T Brody2017-01-041-11/+135
* SERVER-27155 Change replSetRequestVotes to not store dryRun votes as if they ...Judah Schvimer2017-01-031-0/+110
* SERVER-27053 Don't acknowledge writes if the term has changed.Spencer T Brody2016-11-171-157/+156
* SERVER-26747 replSetStepDown waits for caught up majority with electable seco...William Schultz2016-11-141-31/+167
* SERVER-23070 removed SyncSourceSelector::selectSyncSourceBenety Goh2016-11-011-279/+0
* SERVER-26305 Use interruptible condition variables in ReplicationCoordinatorI...Andy Schwerin2016-10-131-65/+54
* Revert "SERVER-26305 Use interruptible condition variables in ReplicationCoor...Benety Goh2016-10-061-48/+64
* SERVER-26305 Use interruptible condition variables in ReplicationCoordinatorI...Andy Schwerin2016-10-051-64/+48
* SERVER-25126 Return a different error code if the step down occurs after the ...Siyuan Zhou2016-08-251-2/+2
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+2
* SERVER-23663 New primary syncs from chosen node to catch up with timeoutSiyuan Zhou2016-08-041-14/+21
* SERVER-24928 Remove the ReadConcernResponse classKaloian Manassiev2016-07-071-60/+35
* SERVER-24577 added OperationContext argument to OplogBuffer interfaceBenety Goh2016-06-161-182/+168
* SERVER-24516 Fix up repl coord tests to use OpCtx more safely.Andy Schwerin2016-06-101-122/+197
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-031-22/+28
* SERVER-22136 Attach term metadata to UpdatePosition commandSiyuan Zhou2016-06-011-1/+35
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-578/+1133
* SERVER-23698 Removed ability to run replSetInitiate if not started as a repli...Judah Schvimer2016-05-271-131/+7
* SERVER-23095 Remove direct instantiations of OperationContextReplMockAndy Schwerin2016-05-241-44/+55
* SERVER-18277 Track operation deadlines in OperationContext, not CurOp.Andy Schwerin2016-05-231-6/+4
* SERVER-8858 add optime and optimeDate to isMaster responseJudah Schvimer2016-05-021-0/+37
* SERVER-22995 Protect TopoCoord with mutex rather than single thread executor.Siyuan Zhou2016-04-121-6/+8
* SERVER-19200: move initial sync behavior out of rs_syncScott Hernandez2016-04-051-2/+1
* SERVER-23010: change commmitted snapshot by either durable or applied optimeScott Hernandez2016-03-271-26/+0
* SERVER-22533: correct tests for writeConcern majority + journal behaviorsScott Hernandez2016-03-271-0/+10
* SERVER-23010: general cleanup and test fixture changesScott Hernandez2016-03-271-0/+4
* SERVER-22663 Remember --shardsvr settingRandolph Tan2016-03-231-2/+2
* SERVER-23103 Break circularity between optime and bson_extractAndrew Morrow2016-03-211-0/+1
* Revert "SERVER-23070 re-enable selectSyncSource unittests as their problem wa...matt dannenberg2016-03-161-1/+4
* SERVER-23070 re-enable selectSyncSource unittests as their problem was fixed ...matt dannenberg2016-03-151-4/+1
* SERVER-23070 disable selectSyncSource testsmatt dannenberg2016-03-101-1/+4
* SERVER-22913 compile fixmatt dannenberg2016-03-081-2/+0
* SERVER-22913 create SyncSourceResolvermatt dannenberg2016-03-071-0/+276
* SERVER-18029 cleaned up ReplicationCoordinator::prepareReplSetUpdatePositionC...Benety Goh2016-03-071-156/+221
* SERVER-22728: if journaling is off, update durableOpTime with appliedOpTimeScott Hernandez2016-02-231-1/+27
* SERVER-22598 ensure all default write concern options use sync unsetEric Milkie2016-02-171-0/+4
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-154/+822
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-01-041-6/+6
* SERVER-21972 improve naming of ReplicationCoordinator and TopologyCoordinator...matt dannenberg2015-12-211-157/+465
* SERVER-21425 fix racy stepdown unit testEric Milkie2015-11-181-14/+21
* SERVER-21425 temporarily comment out racy partsEric Milkie2015-11-161-11/+12
* SERVER-21425 do not update term when triggering stepdownEric Milkie2015-11-121-6/+19
* SERVER-20928 Synchronize stepdown process with events.Siyuan Zhou2015-11-091-25/+25
* Revert "SERVER-20928 Synchronize stepdown process with events"Eric Milkie2015-11-051-12/+17
* SERVER-20928 Synchronize stepdown process with eventsSiyuan Zhou2015-11-031-17/+12
* SERVER-20979 ensure election completes before running waitForMemberState and ...Benety Goh2015-10-261-6/+18
* SERVER-20977 added test for processing metadata in heartbeatBenety Goh2015-10-221-0/+53
* SERVER-20979 added ReplicationCoordinator::waitForMemberState() and waitForDr...Benety Goh2015-10-211-2/+60