summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67817 Change NamespaceStringOrUUID::db() to dbName() and return Databa...Sophia Tan2023-04-241-1/+1
* SERVER-76396 Refactor special database constant handlingTommaso Tocci2023-04-241-1/+1
* SERVER-72225 Fail waiting for config commitment if new config was installed w...Ali Mir2023-03-031-1/+2
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-2/+2
* SERVER-72744: Introduce code path for a primary to commit a split prepared tr...Daniel Gottlieb2023-02-061-4/+6
* SERVER-72499 Make SplitPrepareSessionManager accessible through replication c...Wenbin Zhu2023-01-111-2/+7
* SERVER-69197 Clear lastCommitted and currentCommitted on splitMatt Broadstone2022-08-291-1/+3
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-041-1/+1
* SERVER-66361: Fix data race involving ReplicationCoordinatorMock::setCurrentC...Lingzhi Deng2022-06-241-5/+11
* SERVER-64939 Send replSetStepUp command to recipient nodeDidier Nadeau2022-05-131-0/+4
* SERVER-54394 Remove `setAvoidSnapshotForRefresh_ForTest`Gregory Noma2022-05-031-0/+2
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-4/+15
* SERVER-61864 Disallow removing custom write concern during reconfig if it is ...Vesselina Ratcheva2022-04-021-0/+6
* SERVER-63417 Oplog fetcher should not retry when a node is known to be downMatthew Russotto2022-03-161-1/+6
* SERVER-63091 Donor applies splitConfig before waiting for acceptanceDidier Nadeau2022-03-031-0/+8
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-1/+1
* SERVER-61772 Implement tenant access blocker for shard splitDidier Nadeau2022-01-211-1/+5
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-201-0/+6
* Revert "SERVER-60817 Check write concern string for validity"Kaloian Manassiev2022-01-191-6/+0
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-181-0/+6
* SERVER-58410: Make minValid writes untimestampedLingzhi Deng2022-01-151-4/+0
* SERVER-61593 Test command waitForMemberState should be interruptibleMatthew Russotto2021-11-191-1/+2
* SERVER-61007 ReplSetGetStatus calls storage with no lockHuayu Ouyang2021-10-291-1/+2
* SERVER-48545 Remove upgrade/downgrade support for initial sync semantics proj...Huayu Ouyang2021-08-111-4/+0
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-07-231-1/+1
* SERVER-58440 Mark signalDrainComplete as noexceptVesselina Ratcheva2021-07-141-1/+1
* SERVER-56844 Fassert shard server on startup if DWCF=w:1 and no CWWC setMoustafa Maher2021-07-131-0/+4
* SERVER-47828 Add getConfig* methods to avoid copying ReplSetConfigCarolyn Duan2021-06-221-0/+61
* SERVER-55397 Relax index ident reconciliation invariant when restarting an in...Gregory Noma2021-05-051-2/+2
* SERVER-55963 Use "denylist" in replication subsystemsShreyas Kalyan2021-04-301-2/+2
* SERVER-54389 Add option for safe and optimized reconfig that is separate from...Jason Chan2021-03-291-0/+5
* SERVER-48593 createIndexForApplyOps() should always relax index build constra...Bynn Lee2021-03-151-1/+2
* SERVER-54203 Tenant migration donor should wait for external keys to replicat...Jack Mulrow2021-03-081-0/+5
* SERVER-51265 Change local funs/vars to use hello/secondary in replCoord and t...Pavi Vetriselvan2020-11-181-6/+6
* 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-8/+8
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-11-101-1/+1
* SERVER-49183 Remove unused parameter from TopologyCoordinator::setLastOptime.George Wangensteen2020-10-211-2/+1
* SERVER-50949: Return empty JournalListener token during rollbackLingzhi Deng2020-10-151-2/+5
* Revert "SERVER-50318: Only cancel scheduled heartbeats"XueruiFa2020-10-131-1/+1
* SERVER-49893: Do oplog fetching.Daniel Gottlieb2020-10-011-1/+6
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-09-291-1/+1
* SERVER-50168 Stop clearing current committed snapshot after rollbackTess Avitabile2020-09-021-1/+1
* SERVER-50140: Initial sync cannot survive unclean restart of the sync sourceLingzhi Deng2020-08-121-1/+2
* SERVER-49730: Replace usages of waitForDrainFinishXueruiFa2020-08-041-5/+0
* SERVER-49732 Change _currentCommittedSnapshot to be an OpTime instead of an O...Tess Avitabile2020-07-311-3/+0
* SERVER-47845 Remove usage of ReplicationCoordinator::DataConsistency typeWilliam Schultz2020-07-161-3/+2
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-091-1/+2
* SERVER-48930: Use lastFetched from previous batch when comparing optimes for ...XueruiFa2020-07-091-4/+6
* Revert "SERVER-46541 enable automatic reconfigs for initial sync semantics by...Judah Schvimer2020-07-081-2/+1