summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_tail_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to ↵Mihai Andrei2019-10-021-1980/+0
| | | | OplogApplierImpl
* SERVER-43344 Move shutdown, multiApply, and scheduleWritesToOplog from ↵Mihai Andrei2019-09-301-1513/+5
| | | | SyncTail to OplogApplierImpl
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
|
* SERVER-42995 Remove redundant SyncTail methodsMihai Andrei2019-09-121-11/+7
|
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-55/+57
|
* SERVER-42993 Convert static oplog application funcs to free funcsA. Jesse Jiryu Davis2019-09-041-21/+21
|
* SERVER-42039 Remove redundant OplogApplier optionsA. Jesse Jiryu Davis2019-09-041-8/+7
|
* SERVER-42219 Remove logging death test of signalDrainComplete.Siyuan Zhou2019-08-231-52/+0
| | | | Reverted a5cbd93aea SERVER-32935 add characterization test for exception handling in oplog application loop
* SERVER-42965 Remove unused param "stableTimestampForRecovery"A. Jesse Jiryu Davis2019-08-221-18/+11
|
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-211-80/+9
|
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-1/+1
|
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-291-65/+26
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-126/+44
|
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-2/+2
|
* SERVER-41942: Clear partialTxnList after committing a prepared transaction ↵Lingzhi Deng2019-07-111-0/+116
| | | | during initial sync
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-07-021-97/+184
|
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
|
* SERVER-41163 apply operations separately during initial sync commit ↵Pavi Vetriselvan2019-06-191-42/+52
| | | | transaction oplog application
* SERVER-36570: make OplogEntryBase mutable but keep OplogEntry immutableLingzhi Deng2019-06-121-19/+19
| | | | Also make OplogEntry.raw private
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+3
|
* SERVER-39807 Remove the server parameter gating large transactionsMatthew Russotto2019-06-061-1/+0
|
* SERVER-41113 Ignore NamespaceNotFound exceptions when applying transactions ↵Matthew Russotto2019-05-301-4/+30
| | | | during initial sync and recovery.
* SERVER-39804 Extend idempotency unit tests to cover the new large ↵William Schultz2019-05-221-5/+338
| | | | transaction format
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-6/+3
|
* SERVER-40452 Attach uuid to createCollection oplog entry in idempotency testsXiangyu Yao2019-05-211-9/+6
|
* SERVER-41191 SyncTailTest stops setting prepared field on commitTransactionBenety Goh2019-05-211-4/+2
|
* SERVER-40898 Immediately clear config.transactions table updatesBlake Oler2019-05-161-0/+134
| | | | for session upon generating update from multi statement transaction.
* SERVER-40677 Support implicit prepare of multiple applyOps entries on a ↵Jason Chan2019-05-131-69/+319
| | | | secondary on its own batch
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-3/+1
|
* SERVER-40675 extract and commit chain of oplog entries for unprepared ↵Benety Goh2019-05-021-32/+28
| | | | transaction on applyOps
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
|
* SERVER-36538: Create idempotency tests for prepare, commit, and abort oplog ↵Lingzhi Deng2019-04-251-15/+168
| | | | entries
* SERVER-40673 Support applyOps with partialTxn on secondary for transactions.Matthew Russotto2019-04-251-368/+252
|
* SERVER-39796 Remove oplog name parameter from OplogInterfaceLocal. Remove ↵Matthew Russotto2019-04-241-16/+12
| | | | uses of OplogInterfaceLocal for non-oplog documents
* SERVER-39793 Update the state in transaction table for running transactions ↵Jason Chan2019-04-081-20/+180
| | | | on secondary
* SERVER-39950 SyncTail::oplogApplication() accepts ↵Benety Goh2019-04-061-1/+6
| | | | OplogApplier::GetNextApplierBatchFn
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-3/+6
|
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-051-0/+6
|
* SERVER-39443 Apply prepared transactions on secondary with the new > 16MB ↵Matthew Russotto2019-03-261-0/+195
| | | | transaction oplog format.
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add ↵Dianna Hohensee2019-03-241-8/+8
| | | | parallel IndexBuildsCoordinator checks for all BackgroundOperation checks
* SERVER-39434 Apply the new "commit" oplog entry for unprepared large ↵Matthew Russotto2019-03-141-5/+400
| | | | transactions
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog ↵Dianna Hohensee2019-03-121-8/+8
| | | | | | layer; add parallel IndexBuildsCoordinator checks for all BackgroundOperation checks" This reverts commit d02edd5290131978f901ffc657bee3470d03f8fd.
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add ↵Dianna Hohensee2019-03-111-8/+8
| | | | parallel IndexBuildsCoordinator checks for all BackgroundOperation checks
* SERVER-39372 Make secondary lock acquisition for DDL operations consistent ↵Xiangyu Yao2019-03-011-1/+1
| | | | with behavior on primary
* SERVER-36004 SessionUpdateTracker should ignore no-op entries for pre/post ↵Randolph Tan2019-02-261-0/+113
| | | | image oplogs
* SERVER-35872 reconstruct prepared transactions on rollback, fastcount inaccuratePavi Vetriselvan2019-02-221-22/+28
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-2/+3
|
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-9/+5
|
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-3/+4
| | | | | Repurpose DatabaseHolder::get() for accessing singleton. Deprecate DatabaseHolder::getDatabaseHolder().