summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* fixed compilation issueLuis Osta2020-07-171-0/+1
* formattingLuis Osta2020-07-173-52/+45
* work in progress of cleaned codeLuis Osta2020-07-172-36/+81
* added asserts to testLuis Osta2020-07-171-7/+6
* implemented basic persistance and fixed class command issueLuis Osta2020-07-172-0/+28
* added basic function for mtab blockingLuis Osta2020-07-172-15/+17
* WIP startBlockWritesLuis Osta2020-07-172-1/+19
* 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
* SERVER-49180 Make the donor's dataSync function reserve an OpTime at which to...Cheahuychou Mao2020-07-084-0/+212
* SERVER-48983 Address TSAN errors in replication_coordinator_impl_testJason Chan2020-07-082-69/+78
* SERVER-48178 Finding self in reconfig may be interrupted by closing connectio...Mark Benvenuto2020-07-081-1/+2
* SERVER-49172 Create MigratingTenantAccessBlockerByPrefix class and expose it ...Luis Osta2020-07-086-0/+243
* SERVER-48628 sort oplog entries first in applier batches, for create ops in t...Eric Milkie2020-07-081-0/+17
* Revert "SERVER-46541 enable automatic reconfigs for initial sync semantics by...Judah Schvimer2020-07-0814-66/+232
* SERVER-48476 Use majority read cursor for collection scan in resumable index ...Samy Lanka2020-07-087-13/+37
* SERVER-49316 Move wait_for_majority_service to its own librarySpencer T Brody2020-07-074-0/+584
* SERVER-48734: Fix db_repl_test in TSANLingzhi Deng2020-07-072-13/+13
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-0314-232/+66
* SERVER-47456: Test that nodes in the same data center as the primary eventual...XueruiFa2020-07-013-34/+57
* SERVER-47404: Track the number of sync source changes made due to finding a s...XueruiFa2020-07-011-0/+9
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-015-5/+5
* SERVER-47270: Only run the SyncSourceResolver if the syncing node is in rollb...XueruiFa2020-07-0110-132/+165
* SERVER-47844 Set the stable timestamp without using the stable optime candida...William Schultz2020-06-304-76/+92
* SERVER-45685 Remove unused function parameter from ReplicationCoordinatorExte...PV992020-06-307-8/+8