summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/bgsync.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45574: Replace OplogFetcher with NewOplogFetcherLingzhi Deng2020-02-191-6/+6
* SERVER-45574: Use NewOplogFetcher in steady state replication and initial syncLingzhi Deng2020-02-191-11/+13
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-72/+156
* SERVER-45010 Avoid taking a checkpoint on clean shutdown if stableTimestamp <...William Schultz2020-01-221-0/+10
* SERVER-39452 Support rollback via refetch for two-phase index buildsLouis Williams2019-12-161-3/+11
* SERVER-43766 Additional optimizations for ReplSetTest initiate speedWilliam Schultz2019-12-101-3/+8
* SERVER-43766 Speed up initial syncs and awaitLastStableRecoveryTimestamp in R...William Schultz2019-12-051-3/+11
* SERVER-44820 Remove outer database MODE_X lock when reading the lastAppliedOp...Jason Chan2019-12-051-1/+0
* SERVER-35846 sanitize repl thread namesPavithra Vetriselvan2019-11-071-1/+1
* SERVER-42555 Remove out-of-date comments of SERVER-27120.Siyuan Zhou2019-10-311-7/+0
* SERVER-44061: Fix race between setting replication maintenance mode and concu...Lingzhi Deng2019-10-301-1/+6
* SERVER-39484 IndexBuildsCoordinator receives notifications on rollback/step u...Benety Goh2019-10-181-0/+3
* SERVER-34722 Add new server status metrics about oplog applicationJudah Schvimer2019-10-111-0/+32
* SERVER-42997 Make OplogApplier::enqueue blockingMihai Andrei2019-10-071-4/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-17/+17
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-4/+4
* SERVER-41502 Track the number of times primary catchup concludes for each rea...Medha Potluri2019-08-131-2/+10
* SERVER-29803 Add replSetGetStatus field tooStaleA. Jesse Jiryu Davis2019-07-101-11/+8
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+5
* SERVER-39796 Remove oplog name parameter from OplogInterfaceLocal. Remove us...Matthew Russotto2019-04-241-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39139 Make lock mode for ReplicationStateTransitionLockGuard configurableVesselina Ratcheva2019-03-061-1/+1
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-261-1/+1
* SERVER-39538 Convert replication setParameters to IDLJonathan Reams2019-02-261-27/+1
* 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-1/+1
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-31/+14
* SERVER-38282 RSTL lock guard refactoringSiyuan Zhou2019-01-111-1/+1
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-101-1/+1
* Revert "SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsReco...Gregory Wlodarek2019-01-041-1/+1
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-031-1/+1
* SERVER-38354 remove unused variableBenety Goh2018-12-191-1/+1
* SERVER-38354 Allow shutdown error in reading last applied optime on startupSiyuan Zhou2018-12-191-0/+2
* SERVER-37945 Replace the Global X lock with a ReplicationStateTransitionLockG...Samy Lanka2018-11-081-2/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33243 Improve logging when a node changes its sync sourceSiyuan Zhou2018-07-131-3/+11
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-061-1/+1
* SERVER-32333 BackgroundSync accepts OplogApplier instead of OplogBufferBenety Goh2018-06-131-10/+6
* SERVER-33864 remove BackgroundSync::onBufferCleared()Benety Goh2018-06-131-2/+0
* SERVER-33864 remove OplogApplier::Observer::onOperationConsumed()Benety Goh2018-06-121-2/+0
* SERVER-33864 move repl.buffer server metrics from BackgroundSync to Replicati...Benety Goh2018-06-121-34/+3
* SERVER-35000 Distinguish readSource noTimestamp from readSource unsetXiangyu Yao2018-06-121-0/+7
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-32382 set a default rollback batch sizeJudah Schvimer2018-05-161-1/+4
* SERVER-34345 remove new EXPORT_SERVER_PARAMETER....WITH_VALIDATORBilly Donahue2018-05-151-5/+2
* SERVER-32382 add rollback remote oplog batch sizeJudah Schvimer2018-05-151-4/+24
* SERVER-34440 Internal readers who opt-out of the PBWM lock when using AutoGet...Louis Williams2018-05-141-0/+3
* SERVER-34701 Wait for oplog visibily on rollback startLouis Williams2018-05-111-0/+4
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1