summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_applier_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73119 Update top-level prepared txn states during secondary oplog appl...Wenbin Zhu2023-03-291-5/+5
* SERVER-72500: Change oplog application to work on batches of ApplierOperation...Daniel Gottlieb2023-01-101-4/+4
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-1/+0
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-2/+2
* SERVER-57173: Add distinction to oplog application when data is inconsistent.Daniel Gottlieb2021-06-051-2/+4
* SERVER-55305 Do not coalesce updates across different txnNumbers for retryabl...Jason Chan2021-04-271-0/+4
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-211-11/+10
* SERVER-43001 Move BatchLimits to OpQueueBatcherHaley Connelly2019-11-181-3/+0
* SERVER-44381 Add comments to opqueue_batcher.h and fix comment in oplog_appli...Haley Connelly2019-11-131-2/+2
* SERVER-44303 Make OplogApplierImpl own OpQueueBatcherHaley Connelly2019-10-311-0/+2
* SERVER-41513 Track the time the new term oplog entry was written by primary a...Xuerui Fa2019-10-151-0/+1
* SERVER-43885 Rename OplogApplierImpl methodsMihai Andrei2019-10-141-11/+11
* SERVER-42998 Make multiSyncApply non-configurableMihai Andrei2019-10-101-18/+13
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-021-19/+49
* SERVER-43344 Move shutdown, multiApply, and scheduleWritesToOplog from SyncTa...Mihai Andrei2019-09-301-3/+28
* SERVER-43327 Move runLoop from SyncTail to OplogApplierImpl and move OpQueueB...Mihai Andrei2019-09-231-0/+17
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-07-021-3/+1
* SERVER-41163 apply operations separately during initial sync commit transacti...Pavi Vetriselvan2019-06-191-1/+3
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-38297 Cleanup SyncTail and OplogApplierImplKaloian Manassiev2019-03-131-1/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36489 Start initial sync oplog fetching from the 'oldest active transa...Samy Lanka2019-02-111-0/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32335 split OplogApplier into interface and implementationBenety Goh2018-05-311-0/+77