summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_elect_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-131-651/+0
* Revert "SERVER-32144 Remove test coverage for replication protocol version 0"Vesselina Ratcheva2018-03-091-0/+651
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-091-651/+0
* SERVER-30626 Replace class TopologyCoordinator::Role with enum class for simp...Matthew Russotto2017-11-281-6/+6
* SERVER-30626 Remove TopologyCoordinator interface.Matthew Russotto2017-11-281-1/+1
* SERVER-31330 Prevent stepdown during drain mode from triggering an invariantSpencer T Brody2017-10-041-5/+5
* SERVER-28545 Do not wait for election to finish while holding global lockSpencer T Brody2017-06-281-3/+5
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-12/+12
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-9/+11
* SERVER-28545 don't schedule setFollowerMode on ReplicationExecutorJudah Schvimer2017-04-241-5/+1
* SERVER-28848 Change ReplicationCoordinatorImpl unit tests so as not to rely o...Andy Schwerin2017-04-181-4/+6
* SERVER-28624 Replace references to ReplicationExecutor with TaskExecutor.Andy Schwerin2017-04-181-2/+4
* SERVER-28719 Use a rescheduling fail point instead of blocking on a condition...Andy Schwerin2017-04-101-3/+7
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-17/+17
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-8/+8
* SERVER-28110 Set secondaryCatchUpPeriodSecs smaller when requesting remote pr...Siyuan Zhou2017-03-021-0/+1
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-02-271-4/+4
* SERVER-23243 Remove time-keeping from listenerWaley Chen2016-06-131-4/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-68/+108
* SERVER-23095 Remove direct instantiations of OperationContextReplMockAndy Schwerin2016-05-241-3/+6
* SERVER-22995 Protect TopoCoord with mutex rather than single thread executor.Siyuan Zhou2016-04-121-0/+8
* SERVER-22913 create SyncSourceResolvermatt dannenberg2016-03-071-36/+6
* SERVER-22444 cancel outstanding elections prior to accept new configmatt dannenberg2016-02-101-0/+86
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-7/+7
* SERVER-21096: only record election win in PV1Scott Hernandez2015-11-201-1/+8
* SERVER-20977 increased test coverage for replication coordinator implBenety Goh2015-10-301-1/+44
* SERVER-20979 added test cases for current node having higher priority than pr...Benety Goh2015-10-231-2/+62
* SERVER-20956 improve naming of ReplicationCoordinator election unittestsmatt dannenberg2015-10-151-7/+7
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-011-0/+5
* Revert "SERVER-18498 New replica set configurations have protocolVersion=1 by...Jason Rassi2015-09-241-5/+0
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultSiyuan Zhou2015-09-231-0/+5
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-342/+346
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-041-1/+3
* SERVER-18254 unit test prepareHeartbeatResponseV1()matt dannenberg2015-06-021-3/+3
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-191-3/+3
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+3
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-5/+5
* SERVER-18409 Retry failed heartbeat before marking a node as DOWNmatt dannenberg2015-05-121-0/+7
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+1
* SERVER-18353 Move the remote command executor to a separate libraryKaloian Manassiev2015-05-101-7/+5
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-6/+6
* SERVER-15252 unit test ScatterGatherRunnermatt dannenberg2015-02-111-1/+0
* SERVER-17176 Fix replication log messages in unit testsSiyuan Zhou2015-02-101-1/+1
* SERVER-17017 test two node rs with one voter up can electScott Hernandez2015-02-031-0/+47
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-0/+360