summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-1/+7
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-7/+1
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-1/+7
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-7/+1
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-1/+7
* SERVER-74544 Move and rename `SetAdmissionPriorityForLock`Gregory Noma2023-03-131-2/+2
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-3/+8
* SERVER-70721 Rename SetTicketAquisitionPriorityForLock to SetAdmissionPriorit...Haley Connelly2022-10-311-1/+1
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-3/+4
* SERVER-65315 Enfore mutual exclusion between serverless operationsDidier Nadeau2022-09-291-0/+2
* Revert "SERVER-65315 Enforce mutual exclusion between serverless operations"Sviatlana Zuiko2022-09-161-2/+0
* SERVER-65315 Enforce mutual exclusion between serverless operationsMatt Broadstone2022-09-151-0/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-3/+1
* SERVER-63621 Push user write blocking state onto newly added shards in the ad...Jordi Serra Torrens2022-03-221-0/+3
* SERVER-58440 Mark signalDrainComplete as noexceptVesselina Ratcheva2021-07-141-1/+1
* SERVER-47828 Add getConfig* methods to avoid copying ReplSetConfigCarolyn Duan2021-06-221-1/+1
* SERVER-57010 Check default write concern during replica set reconfig When the...Moustafa Maher2021-05-191-2/+1
* Revert "SERVER-55690 Check default write concern during replica set reconfig ...Samy Lanka2021-05-181-0/+1
* SERVER-55690 Check default write concern during replica set reconfig if CWWC ...Ali Mir2021-05-171-1/+0
* SERVER-55397 Relax index ident reconciliation invariant when restarting an in...Gregory Noma2021-05-051-1/+1
* SERVER-55689 Calculate default write concern on startupAli Mir2021-04-291-0/+7
* SERVER-50423 Set FCV before writing initial replica set configAli Mir2021-01-201-0/+12
* SERVER-51264 Change is_master_response file names to hello_responsePavi Vetriselvan2020-11-121-1/+1
* SERVER-51264 Change IsMasterResponse to HelloResponse on mongod and update lo...Pavi Vetriselvan2020-11-121-6/+6
* SERVER-48941 Make startup recovery recover a tenant migration donor's in-memo...Jason Zhang2020-09-181-0/+3
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-4/+0
* SERVER-50140: Initial sync cannot survive unclean restart of the sync sourceLingzhi Deng2020-08-121-1/+1
* SERVER-48650 Gave the ClockSourceMock a global implBen Caimano2020-07-281-3/+2
* SERVER-29030 Announce new primary via heartbeat requestsWilliam Schultz2020-05-181-0/+3
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-2/+1
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-151-1/+0
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* 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