summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43043 Test applyOps on missing nested fieldsA. Jesse Jiryu Davis2019-08-302-1/+16
* SERVER-43025 rollback ignores startIndexBuildBenety Goh2019-08-302-4/+8
* SERVER-43045 dbhash checks all replicated collectionsJudah Schvimer2019-08-292-7/+22
* SERVER-41593 Remove the unused parameter incrementOpsAppliedStats from create...Mihai Andrei2019-08-293-8/+2
* SERVER-40886 Added log when operations ignore errorsXuerui Fa2019-08-281-0/+16
* SERVER-41526 Fix failpoint status messageMihai Andrei2019-08-281-1/+1
* SERVER-43048 repl_set_config ADLBilly Donahue2019-08-272-3/+3
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-273-31/+20
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-273-20/+31
* SERVER-42219 Make sure oplog buffer is empty when primary exits drain mode.Siyuan Zhou2019-08-232-9/+60
* SERVER-42219 Remove logging death test of signalDrainComplete.Siyuan Zhou2019-08-232-53/+0
* SERVER-42978 Move validate lock acquisition from the cmd body into the helper...Dianna Hohensee2019-08-231-13/+19
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-237-13/+13
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-236-62/+61
* 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