summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_tail.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-5/+4
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-19/+24
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-191-0/+4
* SERVER-39383 Add a test for speculative majority change stream secondary read...William Schultz2019-03-181-0/+10
* SERVER-39434 Apply the new "commit" oplog entry for unprepared large transact...Matthew Russotto2019-03-141-7/+74
* SERVER-38297 Cleanup SyncTail and OplogApplierImplKaloian Manassiev2019-03-131-27/+22
* SERVER-39139 Make lock mode for ReplicationStateTransitionLockGuard configurableVesselina Ratcheva2019-03-061-1/+1
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-051-1/+1
* SERVER-39372 Make secondary lock acquisition for DDL operations consistent wi...Xiangyu Yao2019-03-011-11/+0
* SERVER-37348 Make replication applier batches uninterruptibleMatthew Saltz2019-02-251-1/+2
* SERVER-35872 reconstruct prepared transactions on rollback, fastcount inaccuratePavi Vetriselvan2019-02-221-4/+8
* SERVER-36498 Gate "state" field in config.transactions on FCV and remove entr...Jack Mulrow2019-02-201-1/+5
* 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-103/+108
* SERVER-37283 Use stronger locks for system.viewsCharlie Swanson2019-02-111-1/+6
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-35663 Always update the logical clock before advancing the last applie...Jack Mulrow2019-01-171-10/+8
* SERVER-38282 RSTL lock guard refactoringSiyuan Zhou2019-01-111-1/+1
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+2
* SERVER-37897 Disable table logging for data files when enableMajorityReadConc...Tess Avitabile2018-12-101-28/+1
* SERVER-37910 Added a new serverStatus meteric "repl.apply.batchSize" to track...Suganthi Mani2018-12-061-0/+9
* SERVER-38052 Use UninterruptibleLockGuard in ReplBatcher threadTess Avitabile2018-12-041-0/+9
* SERVER-38248 Change StringMap implementation to absl::flat_hash_mapHenrik Edin2018-12-041-3/+6
* SERVER-37986 Make a new ReplicationCoordinator inner class that encapsulates ...Samy Lanka2018-11-151-1/+7
* SERVER-37945 Replace the Global X lock with a ReplicationStateTransitionLockG...Samy Lanka2018-11-081-2/+3
* SERVER-35877 Secondaries commit transactions when applying commitTransaction ...Siyuan Zhou2018-11-061-1/+1
* SERVER-32146 Log slow oplog entry applicationVesselina Ratcheva2018-10-251-5/+54
* SERVER-37313 Secondary foreground index build should take Database X rather t...Xiangyu Yao2018-10-231-1/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-37657 Report the offending oplog entries if a batch contains non-incre...Kaloian Manassiev2018-10-221-4/+2
* SERVER-35877 Push down session checkout into secondary application of transac...Siyuan Zhou2018-10-151-17/+0
* SERVER-37480 Use OplogEntry in command oplog applicationSiyuan Zhou2018-10-111-1/+3
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-081-8/+5
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-8/+34
* SERVER-35875 Remove invariant in OplogEntry::getCommandType().Siyuan Zhou2018-09-271-4/+2
* SERVER-35875 Secondaries abort transactions when applying abortTransaction op...Siyuan Zhou2018-09-261-8/+20
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-141-4/+4
* SERVER-35307 Support prepared transactions on secondaries and immediately abo...Siyuan Zhou2018-09-131-6/+21
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-4/+0
* SERVER-35866 Add state field to transaction tableJudah Schvimer2018-08-121-2/+3
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-111-8/+0
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-38/+0
* SERVER-35343 SyncTail::fetchAndInsertMissingDocument() no longer returns a boolBenety Goh2018-06-131-7/+5
* SERVER-33864 remove OplogApplier::Observer::onOperationConsumed()Benety Goh2018-06-121-8/+5
* SERVER-35000 Distinguish readSource noTimestamp from readSource unsetXiangyu Yao2018-06-121-0/+3
* SERVER-35130 Oplog entries on system.views must be processed one at a timeXiangyu Yao2018-06-091-1/+5
* SERVER-34824 Make prepareTransaction command write a prepare oplog entry and ...Judah Schvimer2018-06-071-0/+4
* SERVER-32935 log exception during oplog applicationBenety Goh2018-06-051-1/+7
* SERVER-32335 move SyncTail::calculateBatchLimitBytes to OplogApplierBenety Goh2018-05-311-10/+2
* SERVER-32335 move SyncTail::replBatchLimitBytes to OplogApplierBenety Goh2018-05-311-1/+1