summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-3/+2
* 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-9/+2
* SERVER-36051 Code cleanup for pv1 heartbeat response message parser.Suganthi Mani2018-07-271-0/+2
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-3/+3
* SERVER-31963 Remove heartbeat support for pv0.Suganthi Mani2018-06-281-22/+0
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-3/+4
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-05-151-2/+2
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-131-68/+1
* Revert "SERVER-32144 Remove test coverage for replication protocol version 0"Vesselina Ratcheva2018-03-091-1/+68
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-091-68/+1
* 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-11/+21
* SERVER-31350: Make enableMajorityReadConcern a noopDaniel Gottlieb2017-10-201-1/+0
* SERVER-31330 Prevent stepdown during drain mode from triggering an invariantSpencer T Brody2017-10-041-2/+26
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-101-4/+6
* Revert "SERVER-29893 Rename recovery code and make it accessible to both star...Mathias Stearn2017-08-071-6/+4
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-071-4/+6
* SERVER-30184 Call setInitialDataTimestamp at the end of processing replSetIni...Judah Schvimer2017-07-251-5/+5
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-1/+5
* SERVER-28865 Replace ReplicationExecutor with ThreadPoolTaskExecutor in Repli...Andy Schwerin2017-05-181-8/+11
* SERVER-28988 add ReplicationProcessBenety Goh2017-04-281-0/+6
* SERVER-26848 Remove dead code of primary catch-up.Siyuan Zhou2017-04-201-4/+0
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-201-10/+12
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-12/+10
* Revert "SERVER-26848 Remove dead code of primary catch-up."Robert Guo2017-04-201-0/+4
* SERVER-26848 Remove dead code of primary catch-up.Siyuan Zhou2017-04-191-4/+0
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-191-10/+12
* SERVER-28624 Replace references to ReplicationExecutor with TaskExecutor.Andy Schwerin2017-04-181-5/+6
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-181-3/+1
* SERVER-28719 Use a rescheduling fail point instead of blocking on a condition...Andy Schwerin2017-04-101-3/+5
* SERVER-28432 Move key management out from TimeProofServiceJack Mulrow2017-03-301-3/+1
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-2/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-10/+10
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-9/+9
* SERVER-27768 Implement HMAC key for signing Logical clock's storage & distrib...Jack Mulrow2017-03-021-1/+3
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-02-271-4/+5
* SERVER-28075 Wait for DB works in simulateSuccessfulV1ElectionAt()Siyuan Zhou2017-02-241-0/+5
* SERVER-27746: Integrate LogicalClock with oplogMisha Tyulenev2017-02-151-0/+7
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-5/+5
* SERVER-27800 Change ReplicationCoordinatorImpl and ReplicationExecutor constr...Andy Schwerin2017-01-251-5/+12
* SERVER-27490 Stop consulting storage engine isDurable flag in ReplicationCoor...Andy Schwerin2017-01-071-9/+6
* SERVER-23759 wait for repl startup before shutting downEric Milkie2016-12-131-1/+1
* SERVER-26748 Don't call for priority takeover when repl lagged.Spencer T Brody2016-11-011-6/+10
* SERVER-26305 Use interruptible condition variables in ReplicationCoordinatorI...Andy Schwerin2016-10-131-0/+4
* Revert "SERVER-26305 Use interruptible condition variables in ReplicationCoor...Benety Goh2016-10-061-4/+0
* SERVER-26305 Use interruptible condition variables in ReplicationCoordinatorI...Andy Schwerin2016-10-051-0/+4
* SERVER-23663 New primary syncs from chosen node to catch up with timeoutSiyuan Zhou2016-08-041-0/+32
* SERVER-23750: Connect StorageInterface to ReplicationCoordinatorImplScott Hernandez2016-06-301-2/+11