summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-05-0361-72/+64
* SERVER-46720 Allow non strict parsing of the LastVote documentWilliam Schultz2020-05-012-7/+9
* SERVER-46720 Allow non strict replication message parsingWilliam Schultz2020-05-016-70/+107
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-05-0111-40/+49
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-05-011-1/+0
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-3014-14/+14
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-303-30/+46
* SERVER-46943 Correct Idempotency concerns section of initial sync in architec...Matthew Russotto2020-04-301-3/+1
* SERVER-47322 Use correct expected value in CursorIsDeadShutsDownOplogFetcherW...Matthew Russotto2020-04-301-3/+2
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-305-22/+176
* SERVER-47515 Avoid finding self on replica set reconfig if config contents ha...William Schultz2020-04-287-324/+363
* SERVER-47613 Fix invariant when a removed member votesA. Jesse Jiryu Davis2020-04-243-33/+35
* SERVER-47142 Don't allow non-force reconfig command in drain mode.Siyuan Zhou2020-04-243-20/+60
* SERVER-47142 Check primary before writing config and no-op.Siyuan Zhou2020-04-249-38/+110
* SERVER-47205 Stopping dropping snapshots after safe reconfig that does not ch...Siyuan Zhou2020-04-241-6/+10
* SERVER-47369 doReplSetReconfig should fail during primary drain modeJudah Schvimer2020-04-242-5/+38
* SERVER-46893 Allow streamable isMaster to wait on removed/uninitialized nodesJason Chan2020-04-238-118/+573
* SERVER-47056: Do not use readOnce cursors for collection scan in initial syncLingzhi Deng2020-04-221-5/+4
* SERVER-47545 Allow isSelf to consider any IP address in the 127.0.0.1/8 range...William Schultz2020-04-201-0/+23
* SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry.Suganthi Mani2020-04-171-2/+2
* SERVER-47438 remove unused function RollbackSource::copyCollectionFromRemote()Benety Goh2020-04-177-90/+0
* SERVER-47430 Update TLA+ to only vote for candidate with same config version ...Siyuan Zhou2020-04-171-7/+5
* SERVER-47459 Election participant metrics skip dry runsA. Jesse Jiryu Davis2020-04-152-18/+67
* SERVER-47435 Incrementing topologyVersion for FCV change must update awaiting...Tess Avitabile2020-04-151-1/+2
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-153-13/+34
* SERVER-46976 Enable commit quorum in rollback_waits_for_bgindex_completion.jsLouis Williams2020-04-151-3/+3
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-154-5/+53
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-143-4/+4
* SERVER-47119 Initialize replica set shard server nodes without a ReplSetConfi...William Schultz2020-04-142-1/+13
* SERVER-47119 Revert SERVER-46571William Schultz2020-04-145-19/+18
* SERVER-44450 Do not add fromMigrate field to applyOps insert oplog entriesJason Chan2020-04-131-5/+9
* SERVER-47164 Drop any existing indexes conflicting with the specs from the st...Gregory Wlodarek2020-04-101-1/+3
* SERVER-46667 Avoid invariant from invalid candidateIndexA. Jesse Jiryu Davis2020-04-102-21/+62
* SERVER-47384 Remove TODO comment for SERVER-41070Cheahuychou Mao2020-04-091-1/+0
* SERVER-46818: Do untimestamped writes in idemptency testsLingzhi Deng2020-04-081-1/+11
* SERVER-47179: Fix crash when requesting serverStatus oplog before the oplog c...Lingzhi Deng2020-04-071-13/+19
* SERVER-46894 Wait for the current config to be committed before running recon...Siyuan Zhou2020-04-059-35/+70
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-04-032-15/+15
* SERVER-46665 Fix causal consistency for $out/$merge running on secondariesMihai Andrei2020-04-021-0/+22
* SERVER-47224 Rename commit quorum option "all" to "votingMembers".Suganthi Mani2020-04-016-31/+31
* SERVER-47096 Fix broken topology_coordinator_v1_test.cpp compileKaloian Manassiev2020-03-311-0/+2
* SERVER-47096 Add ReplSetMetadata.configTermA. Jesse Jiryu Davis2020-03-316-37/+47
* SERVER-47097 Use ReplSetMetadata.isPrimary to choose sync sourceA. Jesse Jiryu Davis2020-03-302-23/+114
* SERVER-47097 Add ReplSetMetadata.isPrimaryA. Jesse Jiryu Davis2020-03-307-54/+72
* SERVER-46120 Make ReplSetMetadata non-optionalA. Jesse Jiryu Davis2020-03-302-38/+40
* SERVER-46120 Make OplogQueryMetadata non-optionalA. Jesse Jiryu Davis2020-03-3023-269/+84
* SERVER-45143 use default value for 'protocolVersion' field during reconfigsSamy Lanka2020-03-271-2/+2
* SERVER-38731 Implement ability to specify sync source read preference in init...Matthew Russotto2020-03-276-291/+967
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-2727-142/+505
* SERVER-47146 Remove unused initial sync server parametersMatthew Russotto2020-03-271-29/+0