summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_external_state_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66050 findSelfInConfig should attempt fast path for every HostAndPort ...Matthew Russotto2022-08-161-0/+20
* SERVER-67954 Notify BackgroundSync when data relevant to sync source selectio...Matthew Russotto2022-07-161-0/+12
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62346 Apply recipient config when heartbeat presents a splitConfigDidier Nadeau2022-03-041-1/+1
* SERVER-62021 Add method to atomically replace replica set configDidier Nadeau2022-01-261-0/+5
* SERVER-58410: Make minValid writes untimestampedLingzhi Deng2022-01-151-3/+0
* SERVER-61376 Export the JournalListener via DataReplicatorExternalStateMatthew Russotto2021-11-111-0/+4
* SERVER-56846 Fail reconfig for shard server if it would change DWCF and CWWC ...Moustafa Maher2021-08-031-0/+5
* SERVER-56844 Fassert shard server on startup if DWCF=w:1 and no CWWC setMoustafa Maher2021-07-131-0/+5
* SERVER-53123 Delete unused _stopDataReplicationMoustafa Maher2020-12-151-2/+0
* SERVER-51265 Change local funs/vars to use hello/secondary in replCoord and t...Pavi Vetriselvan2020-11-181-1/+1
* SERVER-50320 Fix cancellation races in initial syncerMatthew Russotto2020-09-161-0/+5
* SERVER-50168 Stop clearing current committed snapshot after rollbackTess Avitabile2020-09-021-1/+1
* SERVER-45685 Remove unused function parameter from ReplicationCoordinatorExte...PV992020-06-301-1/+1
* SERVER-48610 move ReplicaSetAwareService callbacks into the ReplicationCoordi...Kevin Pulo2020-06-151-5/+0
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-1/+4
* SERVER-48406 Add onBecomeArbiter to ReplicaSetAwareServiceKevin Pulo2020-05-281-0/+2
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-1/+1
* SERVER-47515 Avoid finding self on replica set reconfig if config contents ha...William Schultz2020-04-281-0/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47142 Check primary before writing config and no-op.Siyuan Zhou2020-04-171-2/+3
* SERVER-46201 add ReplicaSetAwareService, convert Balancer to use itKevin Pulo2020-03-241-3/+1
* SERVER-46984 Stop async updates to the oplogTruncateAfterPoint during primary...Dianna Hohensee2020-03-201-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-41333 Make safer for initial Sync and Shutdown to write the minValid d...Suganthi Mani2020-01-161-0/+3
* SERVER-41391 clear the oplogTruncateAfterPoint timestamp on stepdown after th...Dianna Hohensee2019-11-051-0/+2
* Revert SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-091-35/+1
* SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-081-1/+35
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-29803 Add replSetGetStatus field tooStaleA. Jesse Jiryu Davis2019-07-101-0/+4
* SERVER-42055 Only acquire a collection IX lock to write the lastVote documentMatthew Russotto2019-07-081-0/+8
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-3/+4
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-4/+15
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35663 Always update the logical clock before advancing the last applie...Jack Mulrow2019-01-171-1/+9
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35870 Add RAII object for handling lock acquisitions during stepdown.Spencer T Brody2018-09-241-2/+0
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-141-0/+4
* SERVER-37048 Hold global intent lock whenever accessing the oplog collection ...Spencer T Brody2018-09-101-3/+0
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-2/+1
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-4/+0
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-061-1/+7
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-081-2/+0
* SERVER-34102 Fix to prevent race between _handleTimePassing (stepdown timeout...Suganthi Mani2018-05-241-1/+5
* SERVER-32335 remove unused function ReplicationCoordinatorExternalState::getI...Benety Goh2018-05-161-8/+0
* SERVER-34900 add ReplicationCoordinatorExternalState::getInitialSyncBatchLimi...Benety Goh2018-05-091-0/+8
* SERVER-34372 add ReplicationCoordinatorExternalState::getEarliestDropPendingO...Benety Goh2018-04-171-0/+5
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-0/+2
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-0/+2