summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47151 Separate WriteOpTest(s) and ChunkManagerTest into separate .cpp ...Kaloian Manassiev2020-03-311-1/+0
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-3/+2
* SERVER-45085 check config replication condition on reconfigPavithra Vetriselvan2020-02-251-0/+3
* Revert "SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBCl...Lingzhi Deng2020-02-211-17/+0
* SERVER-46257: OplogFetcher should run LogicalTimeMetadataHook on DBClientConn...Lingzhi Deng2020-02-201-0/+17
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-19/+49
* Revert "SERVER-29030 Announce new primary via heartbeat requests"Ryan Timmons2020-02-131-3/+0
* SERVER-29030 Announce new primary via heartbeat requestsRyan Timmons2020-02-121-0/+3
* SERVER-44515 Test that TopologyCoordinator::awaitIsMasterResponse returns ear...Jason Chan2020-01-151-5/+5
* SERVER-44514 awaitIsMasterResponse returns early on topology changesJason Chan2019-12-181-12/+10
* SERVER-42385 Reduce log spam associated with election timeout resets.Matthew Russotto2019-10-231-0/+2
* SERVER-37260 Fix unchecked status in replication_coordinator_test_fixture.cpp...Ali Mir2019-10-211-1/+1
* Revert SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-091-4/+3
* SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-081-3/+4
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-3/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-16/+14
* Revert "SERVER-36605 Use virtualized clock in d_concurrency_test"Eric Milkie2019-07-051-4/+0
* SERVER-36605 Use virtualized clock in d_concurrency_testGregory Noma2019-07-031-0/+4
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valueMaria van Keulen2019-06-111-10/+8
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-22/+22
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-171-2/+3
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-0/+4
* SERVER-39868 Avoid throttling replica set electionsMaria van Keulen2019-05-011-0/+3
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-8/+12
* 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