summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44361 Fix timing in InitialSyncerTestsMatthew Russotto2019-11-061-265/+356
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-068-17/+29
* SERVER-43877 Remove raw projection BSON from projection stagesAnton Korshunov2019-11-051-4/+4
* SERVER-44180 repl batch applier thread should prompt WiredTigerJournalFlusher...Dianna Hohensee2019-11-051-4/+6
* SERVER-41391 clear the oplogTruncateAfterPoint timestamp on stepdown after th...Dianna Hohensee2019-11-0511-0/+83
* SERVER-43875 Start initial sync oplog fetching from an earlier point to fetch...Samyukta Lanka2019-11-054-191/+497
* SERVER-44368 protect opCtx's Locker with Client lockEric Milkie2019-11-041-2/+2
* SERVER-34627 Remove syncingTo field from replSetGetStatus outputHaley Connelly2019-11-042-18/+0
* SERVER-44374 Base cloner must not hold locks when fulfilling promiseMatthew Russotto2019-11-041-2/+6
* SERVER-44235 add oplog entries to _logOpsInner() uassert messageBenety Goh2019-11-031-2/+8
* SERVER-44303 Make OplogApplierImpl own OpQueueBatcherHaley Connelly2019-10-314-16/+40
* SERVER-42555 Remove out-of-date comments of SERVER-27120.Siyuan Zhou2019-10-311-7/+0
* SERVER-44061: Fix race between setting replication maintenance mode and concu...Lingzhi Deng2019-10-302-2/+10
* SERVER-44280 Make InitialSyncSharedData into a class and add methods for retry.Matthew Russotto2019-10-308-35/+388
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-3026-6591/+2614
* SERVER-43872 Update links in arch guide to point to 4.2.0Pavithra Vetriselvan2019-10-301-26/+24
* SERVER-43388 Update stepdown section of arch guide to include conditional and...Pavithra Vetriselvan2019-10-291-13/+54
* SERVER-43390 update commit point propogation section of arch guidePavithra Vetriselvan2019-10-291-4/+23
* SERVER-43789 Describe the RSTL in the Replication Architecture GuideSamyukta Lanka2019-10-281-1/+41
* SERVER-44186 rename IndexBuildOptions::replSetAndNotPrimary to replSetAndNotP...Benety Goh2019-10-261-2/+2
* SERVER-43936 Implement simpler, quicker python based C++ linterMark Benvenuto2019-10-251-1/+0
* SERVER-43236 Wrap reconfig cmd no-op oplog write in writeConflictRetry blockAli Mir2019-10-241-10/+15
* SERVER-42385 Reduce log spam associated with election timeout resets.Matthew Russotto2019-10-234-20/+133
* SERVER-44121 MultiIndexBlock::drainBackgroundWrites() accepts drain yield policyBenety Goh2019-10-221-1/+5
* SERVER-43184 Remove unused ReplicationCoordinator methods and membersHaley Connelly2019-10-229-126/+1
* SERVER-43386 Update initial sync section of the Replication Architecture GuideSamyukta Lanka2019-10-211-32/+71
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-2114-14/+14
* SERVER-37260 Fix unchecked status in replication_coordinator_test_fixture.cpp...Ali Mir2019-10-212-2/+2
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-213-56/+100
* SERVER-39484 IndexBuildsCoordinator receives notifications on rollback/step u...Benety Goh2019-10-183-0/+8
* SERVER-43698 Don't allow atClusterTime whwere number of seconds in Timestamp ...Samyukta Lanka2019-10-181-4/+7
* SERVER-43455 remove todo for SERVER-19209Judah Schvimer2019-10-181-2/+0
* SERVER-43779 Add section on Two Phase Drops to the Replication Architecture G...Samyukta Lanka2019-10-171-0/+33
* SERVER-43389 update rollback section of arch guidePavithra Vetriselvan2019-10-171-39/+77
* Fix clang bugMatthew Russotto2019-10-171-1/+1
* SERVER-43858: Relax database creation lock acquisition from MODE_X to MODE_IX.Daniel Gottlieb2019-10-171-4/+5
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-171-16/+26
* SERVER-43949: Check for term equality when comparing OpTime for a writeConcernLingzhi Deng2019-10-173-5/+34
* SERVER-43805 Create InitialSyncSharedData structure.Matthew Russotto2019-10-163-0/+71
* SERVER-42825 Log and track metrics.repl.stateTransition counters after stoppe...Xuerui Fa2019-10-1610-43/+149
* SERVER-43387 Summarize changes to Election Protocol in Replication Architectu...Samyukta Lanka2019-10-151-48/+82
* SERVER-41513 Track the time the new term oplog entry was written by primary a...Xuerui Fa2019-10-1510-18/+82
* SERVER-43885 Rename OplogApplierImpl methodsMihai Andrei2019-10-1421-323/+345
* Revert SERVER-41513Xuerui Fa2019-10-148-81/+17
* SERVER-41513 Track the time the new term oplog entry was written by primary a...Xuerui Fa2019-10-148-17/+81
* SERVER-34722 Add new server status metrics about oplog applicationJudah Schvimer2019-10-112-0/+41
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-1/+2
* SERVER-43639 complete index builds on the secondary using the timestamp from ...Benety Goh2019-10-101-0/+1
* SERVER-42998 Make multiSyncApply non-configurableMihai Andrei2019-10-108-253/+176
* SERVER-43639 IndexBuildsCoordinator::commitIndexBuild() returns voidBenety Goh2019-10-101-2/+3