summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44467 Implement startup recovery for two-phase index buildsLouis Williams2019-11-213-7/+18
* SERVER-43000 Rename OpQueue to OplogBatchA. Jesse Jiryu Davis2019-11-213-16/+16
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-2123-135/+128
* SERVER-43781 Describe the prepare state and lifetime of a prepare transaction...Samyukta Lanka2019-11-211-38/+175
* SERVER-43642 createIndexesForApplyOps() uses IndexBuildsCoordinator for foreg...Benety Goh2019-11-201-10/+7
* SERVER-43642 remove IndexBuilder::canBuildInBackground()Benety Goh2019-11-202-1/+3
* SERVER-43001 Move BatchLimits to OpQueueBatcherHaley Connelly2019-11-1810-287/+278
* SERVER-43790 Alphabetize timestamp glossary in Repl Architecture GuideSamyukta Lanka2019-11-141-38/+38
* SERVER-43780 Describe lifetime of unprepared transactions in repl arch guidePavithra Vetriselvan2019-11-141-0/+73
* SERVER-44158 On step up, submit ready ranges from config.rangeDeletions to th...Alex Taskov2019-11-141-0/+4
* SERVER-44076 create TLA+ Trace Checking logging frameworkJudah Schvimer2019-11-145-0/+146
* SERVER-39451 Support recover-to-stable rollback for two-phase index buildsLouis Williams2019-11-141-6/+3
* SERVER-44381 Add comments to opqueue_batcher.h and fix comment in oplog_appli...Haley Connelly2019-11-133-26/+30
* SERVER-44513 Declare TopologyVersion struct and TopologyCoordinator::_topolog...Tess Avitabile2019-11-135-0/+73
* SERVER=44014 Add missing synchronization points to initial sync fuzzerSamyukta Lanka2019-11-121-13/+31
* SERVER-43854: Make WriteConcernOptions::parse a static function returning Sta...Lingzhi Deng2019-11-121-3/+5
* SERVER-43281 Create JSTests for retry after network errors in cloners, except...Matthew Russotto2019-11-121-0/+4
* SERVER-41987 Update comment in repl/oplog.cpp on timestamping rulesTess Avitabile2019-11-121-33/+10
* SERVER-43978 Allow stable timestamp to advance after a transaction that reser...William Schultz2019-11-121-9/+17
* SERVER-44533 Remove obsolete TODOA. Jesse Jiryu Davis2019-11-121-2/+0
* SERVER-44149 Describe startup recovery in the Replication Architecture GuideSamyukta Lanka2019-11-111-3/+49
* SERVER-44494 Do not reset client outside lock in InitialSyncerMatthew Russotto2019-11-111-1/+1
* SERVER-43790 Add timestamp glossary to repl arch guidePavithra Vetriselvan2019-11-111-30/+114
* SERVER-43275 Implement retry-on-network-error logic in cloners, except for qu...Matthew Russotto2019-11-0713-46/+483
* SERVER-43589 Failpoint to log TLA+ trace eventsA. Jesse Jiryu Davis2019-11-073-1/+100
* SERVER-35846 sanitize repl thread namesPavithra Vetriselvan2019-11-073-9/+14
* SERVER-44237 make references to member state consistentPavithra Vetriselvan2019-11-071-13/+13
* SERVER-44372 WeakFunction: a simplification of SHIM_ macrosBilly Donahue2019-11-071-36/+0
* 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