summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47648 Simplify single node replset stepup on initiate and reconfigSiyuan Zhou2020-05-1310-122/+126
* SERVER-47434 Update ReplSetMetadata config version rule in replication archit...Ali Mir2020-05-111-3/+0
* SERVER-47582 clearing the oplogTruncateAfterPoint during stepdown must not ta...Dianna Hohensee2020-05-081-0/+4
* SERVER-46809 Initial sync should assume resume supported if wire version is n...Matthew Russotto2020-05-071-1/+1
* SERVER-47831 numAwaitingTopologyChanges metrics must be changed under Replica...Jason Chan2020-05-061-1/+1
* SERVER-47695: Don't set lastOp for client backwards in terms of timestamp aft...Lingzhi Deng2020-05-061-4/+7
* SERVER-47390 Improve styling of Replication log linesJason Chan2020-05-055-59/+80
* SERVER-47941 Remove log line warning of expected behaviorTess Avitabile2020-05-051-15/+3
* SERVER-32225 Only limit number of text indexes created by user connectionsAli Mir2020-05-051-0/+20
* SERVER-47163 Do not start an index build if it doesn't exist when processing ...Gregory Wlodarek2020-05-051-1/+2
* SERVER-47881: Make getLatestWriteOpTime return StatusWith<OpTime>Lingzhi Deng2020-05-058-40/+51
* SERVER-47908 Wire speculativeAuthenticate into mongosSara Golemon2020-05-044-28/+128
* SERVER-43969 Update oplog application section in Repl Architecture GuideSamy Lanka2020-05-041-37/+73
* SERVER-47636 Handle force reconfig running concurrently with reconfig on step upWilliam Schultz2020-05-041-1/+7
* 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