summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_test_fixture.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-46541 enable automatic reconfigs for initial sync semantics by...Judah Schvimer2020-07-081-2/+2
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-031-2/+2
* SERVER-47648 Simplify single node replset stepup on initiate and reconfigSiyuan Zhou2020-05-081-0/+14
* SERVER-45087 Check oplog commitment condition on replica set reconfigWilliam Schultz2020-02-261-0/+6
* Revert "SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBCl...Lingzhi Deng2020-02-211-3/+9
* SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBClientConn...Lingzhi Deng2020-02-201-9/+3
* SERVER-44515 Test that TopologyCoordinator::awaitIsMasterResponse returns ear...Jason Chan2020-01-151-1/+2
* SERVER-42626 Remove updatePositionArgsInitialize and replReadFromMetadata fro...Jason Chan2019-08-121-9/+0
* SERVER-42485 Make wall clock times in replication structures required after 4.2Jason Chan2019-08-051-7/+4
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valueMaria van Keulen2019-06-111-11/+10
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40353 Track read concern majority wall clock timeMaria van Keulen2019-04-301-0/+4
* SERVER-40659 Add regression tests for wall clock time transmissionMaria van Keulen2019-04-191-5/+5
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-0/+33
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-5/+4
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-0/+21
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-7/+0
* SERVER-31963 Remove heartbeat support for pv0.Suganthi Mani2018-06-281-1/+0
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-25/+4
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-131-2/+0
* Revert "SERVER-32144 Remove test coverage for replication protocol version 0"Vesselina Ratcheva2018-03-091-0/+2
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-091-2/+0
* SERVER-30626 Remove TopologyCoordinator interface.Matthew Russotto2017-11-281-3/+3
* SERVER-29946 Increase heartbeat rate when a secondary has no sync sourceSiyuan Zhou2017-11-211-4/+8
* SERVER-31330 Prevent stepdown during drain mode from triggering an invariantSpencer T Brody2017-10-041-0/+17
* SERVER-30184 Call setInitialDataTimestamp at the end of processing replSetIni...Judah Schvimer2017-07-251-0/+9
* SERVER-28865 Replace ReplicationExecutor with ThreadPoolTaskExecutor in Repli...Andy Schwerin2017-05-181-3/+6
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-201-2/+2
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-2/+2
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-191-2/+2
* SERVER-28624 Replace references to ReplicationExecutor with TaskExecutor.Andy Schwerin2017-04-181-7/+6
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-4/+4
* SERVER-27490 Stop consulting storage engine isDurable flag in ReplicationCoor...Andy Schwerin2017-01-071-15/+1
* SERVER-26748 Don't call for priority takeover when repl lagged.Spencer T Brody2016-11-011-1/+8
* SERVER-23663 New primary syncs from chosen node to catch up with timeoutSiyuan Zhou2016-08-041-0/+5
* SERVER-24577 added OperationContext argument to OplogBuffer interfaceBenety Goh2016-06-161-1/+1
* SERVER-24516 Fix up repl coord tests to use OpCtx more safely.Andy Schwerin2016-06-101-1/+15
* SERVER-23095 Remove direct instantiations of OperationContextReplMockAndy Schwerin2016-05-241-0/+9
* SERVER-18038 ReplicationExecutor no longer requires StorageInterface to creat...Benety Goh2016-04-181-2/+0
* SERVER-23010: general cleanup and test fixture changesScott Hernandez2016-03-271-0/+10
* SERVER-22913 create SyncSourceResolvermatt dannenberg2016-03-071-0/+1
* SERVER-22728: if journaling is off, update durableOpTime with appliedOpTimeScott Hernandez2016-02-231-0/+12
* SERVER-20977 added test for processing metadata in heartbeatBenety Goh2015-10-221-0/+8
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-011-6/+12
* Revert "SERVER-18498 New replica set configurations have protocolVersion=1 by...Jason Rassi2015-09-241-12/+6
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultSiyuan Zhou2015-09-231-6/+12
* SERVER-7244 added tests for rolling back index creation and operations with n...Benety Goh2015-09-221-5/+0