summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/bgsync.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-10-141-2/+4
* SERVER-50869 Fix race condition in bgsync when clearing appliedThrough during...Samy Lanka2020-11-241-0/+16
* SERVER-34722 Add new server status metrics about oplog applicationJudah Schvimer2020-04-231-0/+32
* SERVER-39112 Remove 1-second delays when starting and stopping OplogApplier. ...Matthew Russotto2020-02-271-7/+16
* SERVER-45010 Avoid taking a checkpoint on clean shutdown if stableTimestamp <...William Schultz2020-02-111-0/+10
* SERVER-44061: Fix race between setting replication maintenance mode and concu...Lingzhi Deng2019-12-231-3/+6
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-17/+17
* SERVER-41501 Track the number of elections that require primary catchup in se...Samyukta Lanka2019-09-121-2/+10
* 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
* SERVER-21693 add host and port to oplog interfaceKyle Suarez2018-03-291-1/+2
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-0/+1
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-231-0/+1
* SERVER-32332 remove RSDataSyncBenety Goh2018-03-231-1/+0
* SERVER-33990 Fix typo in bgsync.cppWilliam Schultz2018-03-211-1/+1
* SERVER-33990 Add logging around oplog truncation and reading oplog optime aft...William Schultz2018-03-211-1/+10
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-1/+1
* SERVER-32332 decouple BackgroundSync from SyncTailBenety Goh2018-03-131-29/+6
* SERVER-32332 move ownership of OplogBuffer from BackgroundSync to Replication...Benety Goh2018-03-121-5/+2
* SERVER-32332 remove unused function BackgroundSync::pushTestOpToBuffer()Benety Goh2018-03-121-6/+0
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1