summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/bgsync.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33243 Improve logging when a node changes its sync sourceSiyuan Zhou2018-08-131-3/+11
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-061-1/+1
* Revert "SERVER-35200 Speed up steady state oplog fetching failure detection"William Schultz2018-07-061-1/+1
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-061-1/+1
* SERVER-35000 Distinguish readSource noTimestamp from readSource unsetXiangyu Yao2018-06-131-0/+7
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-06-111-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
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-32588 create parameter to force rollback via refetchKyle Suarez2018-02-281-1/+6
* SERVER-32196 choose which rollback algorithm to use with supportsRecoverToSta...Judah Schvimer2018-01-291-5/+12
* SERVER-32466 Remove FCV replication behaviors only relevant to the 3.4-3.6 tr...William Schultz2018-01-291-26/+3
* SERVER-32412 Add featureCompatibilityVersion 4.0 to the list of valid feature...Dianna Hohensee2018-01-241-1/+1
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+2
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-6/+4
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-4/+6
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-6/+4
* SERVER-31599 Rollback method bound to FCVPavithra Vetriselvan2017-11-071-69/+12
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-3/+6
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-1/+1
* SERVER-31431 Ensure that all state transitions in or out of SECONDARY occur w...Spencer T Brody2017-10-161-0/+4
* SERVER-27160 Narrow race at startup between RSSync setting RECOVERING and BGS...Siyuan Zhou2017-10-131-9/+3
* SERVER-31101 Drop WT table on secondary after collection is droppedKatherine Walker2017-10-131-14/+22
* Revert "SERVER-31011 Drop WT table on secondary after collection is dropped"Katherine Walker2017-10-131-22/+14
* SERVER-31011 Drop WT table on secondary after collection is droppedKatherine Walker2017-10-131-14/+22
* SERVER-31415 Disable flag that allows rollback to use recover to a timestampJudah Schvimer2017-10-091-4/+5
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-6/+3
* SERVER-30940 make sure we never roll back behind commit pointJudah Schvimer2017-09-191-0/+1
* SERVER-30610 Mutex protect _syncSourceHost in bgsync.cppkvwalker2017-09-141-4/+6
* SERVER-30514 Change default rollback method to 'rollbackViaRefetch' with UUID...William Schultz2017-08-301-17/+23
* SERVER-29898 Call recoverToStableTimestamp under the global lock in rollbackWilliam Schultz2017-08-161-2/+2
* SERVER-29896 Write the common point to the oplogTruncateAfterPoint during rol...William Schultz2017-08-071-1/+2
* SERVER-29895 Make RollbackImpl synchronousJudah Schvimer2017-07-261-55/+41