summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_tail_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-021-315/+0
* SERVER-43344 Move shutdown, multiApply, and scheduleWritesToOplog from SyncTa...Mihai Andrei2019-09-301-12/+2
* SERVER-42995 Remove redundant SyncTail methodsMihai Andrei2019-09-121-3/+13
* SERVER-42993 Convert static oplog application funcs to free funcsA. Jesse Jiryu Davis2019-09-041-2/+1
* SERVER-42039 Remove redundant OplogApplier optionsA. Jesse Jiryu Davis2019-09-041-18/+2
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-1/+1
* SERVER-42965 Remove unused param "stableTimestampForRecovery"A. Jesse Jiryu Davis2019-08-221-3/+2
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-211-1/+0
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-291-4/+4
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-07-021-3/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-11/+10
* SERVER-36538: Create idempotency tests for prepare, commit, and abort oplog e...Lingzhi Deng2019-04-251-0/+28
* SERVER-39796 Remove oplog name parameter from OplogInterfaceLocal. Remove us...Matthew Russotto2019-04-241-0/+23
* SERVER-39793 Update the state in transaction table for running transactions o...Jason Chan2019-04-081-0/+29
* SERVER-39443 Apply prepared transactions on secondary with the new > 16MB tra...Matthew Russotto2019-03-261-0/+7
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-1/+2
* SERVER-35872 reconstruct prepared transactions on rollback, fastcount inaccuratePavi Vetriselvan2019-02-221-2/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-1/+2
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-1/+1
* SERVER-32335 remove multiInitialSyncApplyBenety Goh2018-05-301-1/+1
* SERVER-32335 implement multiInitialSyncApply in terms of multiSyncApplyBenety Goh2018-05-301-1/+11
* SERVER-32335 idempotency test ops should be applied individually by SyncTailT...Benety Goh2018-05-251-3/+9
* SERVER-32334 SyncTailTest and IdempotencyTest no longer require global Replic...Benety Goh2018-05-021-12/+7
* SERVER-32334 OplogApplier and SyncTail accept ReplicationConsistencyMarkers a...Benety Goh2018-05-021-2/+18
* SERVER-32335 multiInitialSyncApply stops accepting fetchCountBenety Goh2018-03-201-2/+1
* SERVER-33919 remove SyncTail::syncApply() overloadBenety Goh2018-03-191-38/+26
* SERVER-33902 use StorageInterfaceImpl in SyncTail testsBenety Goh2018-03-151-17/+6
* SERVER-33860 remove multiSyncApply_noAbortBenety Goh2018-03-141-1/+1
* SERVER-33860 multiSyncApply_noAbort always applies operation using SyncTail::...Benety Goh2018-03-141-5/+1
* SERVER-33860 add SyncTailTest::runOpsSteadyStateBenety Goh2018-03-141-1/+8
* SERVER-33860 add OpObserver for SyncTail test fixtureBenety Goh2018-03-131-2/+46
* SERVER-33732 extend SyncTail::MultiSyncApplyFunc to accept an OperationContextBenety Goh2018-03-091-1/+1
* SERVER-33675 move multikey tracking from multiSyncApply to multiSyncApply_noA...Benety Goh2018-03-051-1/+2
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-211-1/+4
* SERVER-33290 secondaries must set multikey before releasing parallel batch wr...Judah Schvimer2018-02-161-1/+2
* SERVER-33160 added syncApply() test cases for CRUD ops on non-existent namesp...Benety Goh2018-02-081-7/+13
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-31387 oplog application conflates upserting with being in steady state...Judah Schvimer2017-10-301-8/+21
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-1/+1
* SERVER-31189 SERVER-31426 fail rollback on downgradeJudah Schvimer2017-10-201-1/+44
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-101-2/+5
* Revert "SERVER-29893 Rename recovery code and make it accessible to both star...Mathias Stearn2017-08-071-5/+2
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-071-2/+5
* SERVER-30220 Lock correct nss for syncApply by UUIDGeert Bosch2017-07-191-9/+12
* SERVER-29943 Move IdempotencyTest test fixture to its own librarymay2017-07-171-0/+119