summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-1929-707/+1035
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-192-0/+8
* SERVER-39989 Store start timestamp as optime in config.transactionsVesselina Ratcheva2019-03-192-2/+2
* SERVER-39221 Test rollback after enableMajorityReadConcern upgrade/downgradeTess Avitabile2019-03-192-0/+17
* SERVER-39383 Add a test for speculative majority change stream secondary read...William Schultz2019-03-181-0/+10
* SERVER-39673: Add flow control under a feature flag.Daniel Gottlieb2019-03-179-1/+42
* SERVER-38994 step down on SIGTERMJason Carey2019-03-156-0/+84
* SERVER-39356 Make speculative majority change stream reads utilize the `kNoOv...William Schultz2019-03-151-0/+11
* SERVER-39434 Apply the new "commit" oplog entry for unprepared large transact...Matthew Russotto2019-03-149-30/+617
* SERVER-39434 fix comment on getCommandType in oplog_entry.hMatthew Russotto2019-03-141-1/+1
* SERVER-38925 When enableMajorityReadConcern=false, after rollback via refetch...Tess Avitabile2019-03-138-18/+86
* Revert "SERVER-39957 Two-phase drop by rename should wait until dropOptime is...Mathew Robinson2019-03-131-20/+1
* SERVER-38297 Cleanup SyncTail and OplogApplierImplKaloian Manassiev2019-03-136-55/+65
* SERVER-39957 Two-phase drop by rename should wait until dropOptime is both ch...Xiangyu Yao2019-03-121-1/+20
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-127-48/+22
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-115-20/+17
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-117-22/+48
* SERVER-38588 block application of prepare oplog entry on secondaries when a c...Eric Milkie2019-03-081-0/+13
* SERVER-40028 IdempotencyTest::validate() waits for index builds to completeBenety Goh2019-03-072-0/+5
* SERVER-40023 remove background index support from IndexBuilderBenety Goh2019-03-071-2/+0
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-072-15/+7
* Revert "SERVER-39441 Write the new 'prepareTransaction' command on primary"Benety Goh2019-03-075-17/+20
* SERVER-39505 Make ViewCatalog a decoration on Database.Divjot Arora2019-03-072-3/+5
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-075-20/+17
* SERVER-39092 ReplicationStateTransitionLockGuard should be resilient to excep...Suganthi Mani2019-03-071-1/+0
* SERVER-39085 use IndexBuildsCoordinator to build indexes during secondary opl...Benety Goh2019-03-071-6/+14
* Revert "SERVER-39085 use IndexBuildsCoordinator to build indexes during secon...Benety Goh2019-03-061-14/+6
* SERVER-39377 Make efficient hot backup work with enableMajorityReadConcern=falseXiangyu Yao2019-03-061-1/+1
* SERVER-39085 use IndexBuildsCoordinator to build indexes during secondary opl...Benety Goh2019-03-061-6/+14
* SERVER-39139 Disallow starting transactions on secondariesVesselina Ratcheva2019-03-061-1/+1
* SERVER-39085 fix index build setup in the IndexBuildsCoordinator during secon...Benety Goh2019-03-061-1/+3
* SERVER-39356 Refactor speculative majority read data structures and methods t...William Schultz2019-03-068-84/+85
* SERVER-39139 Make lock mode for ReplicationStateTransitionLockGuard configurableVesselina Ratcheva2019-03-068-19/+19
* SERVER-39680 Save start timestamp in config.transactionsA. Jesse Jiryu Davis2019-03-063-3/+12
* SERVER-39085 un-inline repl::TimestampBlockBenety Goh2019-03-063-15/+69
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-051-1/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-036-6/+0
* SERVER-39912 Migrate replication_coordinator_impl set param to IDLSara Golemon2019-03-022-12/+12
* SERVER-39372 Make secondary lock acquisition for DDL operations consistent wi...Xiangyu Yao2019-03-013-12/+2
* Revert "SERVER-39139 Disallow starting transactions on secondaries"Vesselina Ratcheva2019-02-271-1/+1
* SERVER-39432 Write commitTransaction oplog entry on primary for large unprepa...Matthew Russotto2019-02-271-1/+2
* SERVER-39367 Advance commit point when it has the same term as the last appliedSiyuan Zhou2019-02-269-293/+182
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-264-4/+4
* SERVER-36004 SessionUpdateTracker should ignore no-op entries for pre/post im...Randolph Tan2019-02-262-0/+126
* SERVER-39139 Disallow starting transactions on secondariesVesselina Ratcheva2019-02-261-1/+1
* SERVER-39538 Convert replication setParameters to IDLJonathan Reams2019-02-2617-218/+385
* SERVER-39035 Specify durable_timestamp when committing prepared transaction.Suganthi Mani2019-02-263-19/+5
* SERVER-39633 Migrate server parameters to IDL in src/mongo/db/repl/rollback_i...Gabriel Russell2019-02-253-21/+59
* SERVER-37348 Make replication applier batches uninterruptibleMatthew Saltz2019-02-252-1/+13
* SERVER-39418 Ban atClusterTime with enableMajorityReadConcern=falseTess Avitabile2019-02-251-0/+5