summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_recovery_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+1
* SERVER-58410: Make minValid writes untimestampedLingzhi Deng2022-01-151-32/+0
* SERVER-61000: Fix uninitialized field in ReplicationRecoveryTestLingzhi Deng2021-12-171-2/+2
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-191-6/+5
* SERVER-58392 Unpin durable history on rollback to refetchDan Larkin-York2021-07-201-0/+2
* SERVER-57176 Set 'validateFeaturesAsPrimary=false' while in replication recoveryVesselina Ratcheva2021-06-171-0/+21
* SERVER-54666 Use earlier oplog entry if recovery timestamp cannot be found in...Vesselina Ratcheva2021-06-081-4/+14
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-1/+2
* SERVER-54982 Test resumability of changes streams together with reshardCollec...jannaerin2021-05-051-0/+1
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-1/+1
* SERVER-53247 Remove EMRC=false targeted jstests/unittestsPavi Vetriselvan2021-01-141-35/+0
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-38/+47
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-3/+0
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-1/+2
* SERVER-49392 Storage engine init checks that enableMajorityReadConcern is com...Gregory Wlodarek2020-08-171-0/+14
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-1/+2
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-20/+3
* SERVER-47844 Set the stable timestamp without using the stable optime candida...William Schultz2020-06-301-27/+0
* SERVER-48954 Don't assume oplog apply order in replication_recovery_tests and...Henrik Edin2020-06-221-19/+38
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-271-14/+14
* SERVER-45626: Introduce AutoGetOplog for consistent oplog locking rulesLingzhi Deng2020-03-131-3/+3
* SERVER-46488 recoverFromOplogUpTo should use the recovery timestampGregory Wlodarek2020-02-281-10/+3
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-38/+42
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45839 Fix type of 'txnNum' to be long long in the BSONObj for replicat...Gregory Wlodarek2020-01-301-4/+5
* SERVER-45839 recoverFromOplogUpTo should not invariant if there are no oplog ...Gregory Wlodarek2020-01-301-1/+116
* SERVER-45842 Remove assertion that checks whether the last applied oplog entr...Gregory Wlodarek2020-01-291-11/+13
* SERVER-45721 truncation using the oplogTruncateAfterPoint is always non-inclu...Dianna Hohensee2020-01-291-3/+6
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-211-1/+2
* SERVER-44442 Allow queryableBackupMode to perform replication recoveryGregory Wlodarek2020-01-061-0/+115
* SERVER-44612 recoverFromOplogAsStandalone with takeUnstableCheckpointOnShutdo...Judah Schvimer2019-12-021-0/+142
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-021-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-9/+9
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-1/+1
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-2/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+2
* SERVER-41388 Truncate the oplog after the stable timestamp on startup if the ...Dianna Hohensee2019-06-211-0/+73
* SERVER-41448: TransactionHistoryIterator should only take global IS lock and ...Lingzhi Deng2019-06-101-0/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-5/+6
* SERVER-41188 Remove support for explicit prepare oplog entry on secondarySiyuan Zhou2019-05-221-1/+1
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-14/+1
* SERVER-40677 Support implicit prepare of multiple applyOps entries on a secon...Jason Chan2019-05-131-1/+1
* SERVER-39796 Remove oplog name parameter from OplogInterfaceLocal. Remove us...Matthew Russotto2019-04-241-7/+5
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-1/+2
* SERVER-39989 Store start timestamp as optime in config.transactionsVesselina Ratcheva2019-03-191-1/+1
* SERVER-39680 Save start timestamp in config.transactionsA. Jesse Jiryu Davis2019-03-061-0/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-231-7/+18