summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48650 Gave the ClockSourceMock a global implBen Caimano2020-07-282-7/+5
* SERVER-48856 Implement migration oplog batcher classMatthew Russotto2020-07-2810-171/+1235
* SERVER-48938: Allow primary-elect to complete drain mode even if it is steppi...XueruiFa2020-07-285-28/+17
* SERVER-49174 Make writes call MigratingTenantAccessBlocker::checkIfCanWriteOr...Cheahuychou Mao2020-07-284-2/+24
* SERVER-49751 Rename all classes/functions/filenames/nss/variables etc to rela...Luis Osta2020-07-2710-88/+88
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-254-11/+7
* SERVER-48816 Implement listCollections stage for TenantDatabaseClonerVesselina Ratcheva2020-07-244-6/+759
* SERVER-49163 Find and parse internal idents with resumable index build inform...Samy Lanka2020-07-241-1/+1
* SERVER-48638 Added LibdepsLinter to enforce LIBDEPS rulesDaniel Moody2020-07-231-29/+32
* SERVER-49064 Update references of "last-stable" to use "last-continuous" and ...Jason Chan2020-07-232-46/+46
* SERVER-47730 Add IdempotencyTest for delta oplog entriesArun Banala2020-07-231-9/+101
* SERVER-48939 Make reads call MigratingTenantAccessBlocker::checkIfCanReadOrBlockCheahuychou Mao2020-07-234-16/+74
* SERVER-49173 Add function for the donor's "data sync" state and make donorSta...Luis Osta2020-07-225-55/+112
* SERVER-48849 Add filtering to the OplogFetcherMatthew Russotto2020-07-223-25/+157
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-223-10/+4
* SERVER-49743 Clean up TestService-owned executor during unit test cleanupSpencer T Brody2020-07-213-16/+33
* SERVER-49282 rename MultiIndexBlock::insert()Bynn Lee2020-07-211-2/+4
* SERVER-49743 Shut down all running PrimaryOnlyServices during unit test cleanupSpencer T Brody2020-07-213-55/+77
* SERVER-49709 Create new opCtx for awaitIsMaster thread in db_repl_coordinator...Jason Chan2020-07-201-10/+10
* SERVER-49235 Add PrimaryOnlyServiceRegistry and basic PrimaryOnlyService inte...Spencer T Brody2020-07-174-0/+783
* SERVER-49418 Replication architecture guide changes for removal of the stable...William Schultz2020-07-171-5/+9
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-174-32/+20
* SERVER-47845 Clean up structure and readability of stable optime calculation ...William Schultz2020-07-172-68/+62
* SERVER-48816 Make a TenantDatabaseCloner skeleton classVesselina Ratcheva2020-07-179-14/+638
* SERVER-47845 Remove usage of ReplicationCoordinator::DataConsistency typeWilliam Schultz2020-07-1616-133/+69
* SERVER-48641 SERVER-48689 Yield session in migration destination driver when ...Jack Mulrow2020-07-161-0/+5
* SERVER-49471 Retry on WT_ROLLBACK (WriteConflictException) when applying prep...Suganthi Mani2020-07-151-23/+51
* SERVER-49069: Add startup warning when arbiter is running a quarterly versionGrace Luong2020-07-151-0/+15
* SERVER-49269: Add 'previousVersion' field to FCV document when in downgrading...Lingzhi Deng2020-07-151-18/+21
* SERVER-48776 remove config term/version check in quorum checkerPavi Vetriselvan2020-07-153-144/+13
* SERVER-49060: added comments for generic FCV constants and conditional checksGrace Luong2020-07-152-0/+2
* SERVER-48937 Add IDL types for the donor and recipient state machineLuis Osta2020-07-142-5/+108
* SERVER-49182 Make the op observer for "start blocking" write update Migrating...Cheahuychou Mao2020-07-144-12/+110
* SERVER-49340 Add repair mode to validate for startup --repairShin Yee Tan2020-07-141-0/+1
* SERVER-47845 Remove obsolete logic related to storing and updating the stable...William Schultz2020-07-143-429/+4
* SERVER-44349 Clean up some logging in replication recoveryWilliam Schultz2020-07-142-13/+10
* SERVER-48256 Add ElectionState object to manage vote requester logicJason Chan2020-07-137-213/+335
* Revert "SERVER-48518 Fix rollback via refetch anomaly"A. Jesse Jiryu Davis2020-07-131-16/+0
* SERVER-48530 Relax invariant around timestamping for nodes in REMOVEDMatthew Russotto2020-07-131-2/+6
* SERVER-49472 Add 'holdStableTimestampAtSpecificTimestamp' failpoint back to r...William Schultz2020-07-132-7/+14
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-07-111-0/+16
* SERVER-47296: Add link to oplog visibility in repl architecture guideXueruiFa2020-07-101-4/+4
* SERVER-47726 Log delta-style oplog entries from pipeline based updatesIan Boros2020-07-091-1/+1
* SERVER-46541 remove enableAutomaticReconfig parameterJudah Schvimer2020-07-093-24/+0
* SERVER-48967 Ban non-primary writes with empty namespaceA. Jesse Jiryu Davis2020-07-096-32/+122
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-0914-232/+66
* SERVER-49167 Set the stable timestamp without using the stable optime candida...William Schultz2020-07-091-11/+15
* SERVER-48930: Use lastFetched from previous batch when comparing optimes for ...XueruiFa2020-07-0922-121/+187
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-093-3/+4
* SERVER-49060: updating generic FCV constantsGrace Luong2020-07-092-3/+3