summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-43638 Do not block prepared transactions on index builds on secondariesLouis Williams2019-10-091-8/+18
* Revert SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-0920-180/+126
* SERVER-43641 upgrade random.hBilly Donahue2019-10-093-12/+6
* SERVER-39002 clean up index builds on the secondary using the timestamp from ...Benety Goh2019-10-091-0/+1
* SERVER-39002 IndexBuildsCoordinator::abortIndexBuildByBuildUUID() returns voidBenety Goh2019-10-091-2/+2
* SERVER-42996 Move ApplierState to OplogApplierMihai Andrei2019-10-0820-126/+180
* SERVER-43778 remove randomness fragility from ReplicationCoordinatorImpl testsBilly Donahue2019-10-082-5/+31
* SERVER-43879 OplogInterfaceLocal::next should return an owned BSON objLouis Williams2019-10-081-1/+1
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-081-2/+4
* SERVER-41512 Added tracking for metrics around a node voting in an electionXuerui Fa2019-10-077-13/+130
* SERVER-42997 Make OplogApplier::enqueue blockingMihai Andrei2019-10-077-10/+21
* SERVER-43769: Only get the default write concern from ReplSetConfig if no wri...Lingzhi Deng2019-10-051-2/+1
* SERVER-43703 On shutdown check rsSyncApplyStop is disabledA. Jesse Jiryu Davis2019-10-052-9/+7
* SERVER-42925 Refactor idempotency tests oplog application and fix oplog visib...Lingzhi Deng2019-10-046-102/+51
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-0322-22/+22
* SERVER-43736: Remove bugprone-unused-raii in member_config_test.cpp.Daniel Gottlieb2019-10-031-48/+48
* SERVER-43252: Only compute WriteConcernResult.writtenTo for CmdGetLastErrorLingzhi Deng2019-10-031-1/+1
* SERVER-43136: Avoid making an unnecessary copy of the _rsConfigLingzhi Deng2019-10-031-1/+2
* SERVER-43307: Avoid checking _checkIfWriteConcernCanBeSatisfied_inlock in _do...Lingzhi Deng2019-10-031-1/+20
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-0226-3329/+2804
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-023-6/+12
* SERVER-43135: Introduce a future-based API for waiting for write concernLingzhi Deng2019-10-025-391/+302
* SERVER-43641 upgrade random.hBilly Donahue2019-10-023-12/+6
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-014-4/+4
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-309-24/+35