summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42760 IndexBuildsCoordinator emits both createIndexes and commitIndexB...Benety Goh2019-08-221-1/+3
* SERVER-42965 Remove unused param "stableTimestampForRecovery"A. Jesse Jiryu Davis2019-08-2212-136/+46
* SERVER-42760 add namespace to invariant message in ReplicationCoordinatorImpl...Benety Goh2019-08-221-1/+1
* SERVER-42760 provide default list of acceptable errors for commitIndexBuild a...Benety Goh2019-08-221-51/+52
* SERVER-42834: Register an onRollback handler when adding a drop pending names...Daniel Gottlieb2019-08-215-29/+51
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-2119-695/+111
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-08-211-1/+1
* SERVER-42910 Oplog query with higher timestamp but lower term than the sync s...Siyuan Zhou2019-08-212-3/+7
* SERVER-41504 Track the number of ops during catchup in replSetStatus on prima...Medha Potluri2019-08-169-0/+53
* SERVER-39776 Fix race between initial syncer startup, data replication thread...Matthew Russotto2019-08-162-1/+8
* SERVER-39776 Remove legacy UniqueLock and LockGuard from repl_coordinator_ext...Matthew Russotto2019-08-161-12/+9
* SERVER-42763 rollback via refetch ignores commitIndexBuildBenety Goh2019-08-161-0/+5
* SERVER-42762 rollback to timestamp ignores commitIndexBuildBenety Goh2019-08-151-0/+3
* SERVER-41959 Ensure that we gracefully reject all forms of transaction oplog ...William Schultz2019-08-143-4/+6
* SERVER-41507 Track the time the new term oplog entry was written in replSetSt...Medha Potluri2019-08-135-0/+16
* SERVER-41503 Track the target opTime for catchup in replSetStatus on primariesMedha Potluri2019-08-1310-5/+154
* SERVER-42630 Initial sync handles upserts from applyOps cmdA. Jesse Jiryu Davis2019-08-133-9/+16
* SERVER-41502 Track the number of times primary catchup concludes for each rea...Medha Potluri2019-08-1311-22/+362
* SERVER-42714 Log completion of replication recovery oplog application at defa...William Schultz2019-08-121-3/+2
* SERVER-41766 Remove obsolete code for tracking multikey writes inside multi-d...William Schultz2019-08-121-1/+1
* SERVER-42626 Remove updatePositionArgsInitialize and replReadFromMetadata fro...Jason Chan2019-08-122-213/+174
* SERVER-41437 unify transaction oplog traversalJudah Schvimer2019-08-098-137/+109
* SERVER-42639 Rollback should use the collection UUID and not its name to crea...Gregory Wlodarek2019-08-082-5/+5
* SERVER-42614: Remove error code 17405 and use ErrorCodes::NotMaster insteadLingzhi Deng2019-08-081-1/+1
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-082-7/+3
* SERVER-42479 Remove FCV checks for propagating commit point through hearbeatsJason Chan2019-08-062-93/+4
* SERVER-42563 Rename and remove try...catch around rollback critical sectionJudah Schvimer2019-08-063-31/+12
* SERVER-42485 Make wall clock times in replication structures required after 4.2Jason Chan2019-08-0514-79/+58
* SERVER-42485 Remove FCV checks gating reporting wall clock times in ReplicationJason Chan2019-08-054-58/+12
* SERVER-42628 Fix docomunts typoAllison Easton2019-08-051-1/+1
* SERVER-42586 Change massert to fassert when inserting documents for the oplog...Gregory Wlodarek2019-08-011-6/+5
* SERVER-42516 Remove FCV check for readOnce flag in collection clonerJason Chan2019-08-011-6/+1
* SERVER-39691 Remove FCV checks around the state field in config.transactions ...Jason Chan2019-07-311-6/+0
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-299-78/+46
* SERVER-41510 Track the number of failed stepDowns in serverStatusMedha Potluri2019-07-291-1/+12
* SERVER-41509 Track the number of attempted stepDowns in serverStatusMedha Potluri2019-07-291-3/+13
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-2916-654/+640
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2789-5735/+2746
* SERVER-41501 Track the number of elections that require primary catchup in se...Medha Potluri2019-07-265-1/+57
* SERVER-41284 Add failpoint to surface idempotency issues of transaction opera...Medha Potluri2019-07-261-0/+11
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-268-31/+35
* SERVER-42305 Ensure replication is finished initializing before advancing com...Matthew Russotto2019-07-253-163/+252
* SERVER-42180 Move the CollectionImpl::validate logic out of the Collection cl...Gabe Villasana2019-07-242-1/+4
* SERVER-42389 log a message when replSetStepDown finishesEric Milkie2019-07-241-0/+3
* SERVER-42251 Timestamp multikey writes with the prepare timestamp during repl...William Schultz2019-07-231-0/+6
* SERVER-42280 add db name argument to IndexBuildsCoordinator::startIndexBuild(...Benety Goh2019-07-191-0/+2
* SERVER-42236 Rename pushAllNonBlocking to "push"A. Jesse Jiryu Davis2019-07-1811-65/+64
* SERVER-42236 Remove dead oplog applier codeA. Jesse Jiryu Davis2019-07-1811-252/+68
* SERVER-41769 Pin _currentCommittedSnapshot to be <= the allCommitted timestam...Jason Chan2019-07-161-3/+9
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-162-4/+6