summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/bgsync.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-081-2/+1
* SERVER-27329 moved BackgroundSync::_rollback() to rs_rollback.cppBenety Goh2017-03-081-13/+0
* SERVER-27329 cleaned up BackgroundSync::_rollback() argument.Benety Goh2017-03-081-3/+7
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-11/+11
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-02-271-20/+27
* SERVER-27050 Ensure upstream node doesn't roll back after checking MinValidMathias Stearn2017-01-031-5/+9
* SERVER-23070 migrated bgsync to use SyncSourceResolver instead of Replication...Benety Goh2016-11-011-0/+5
* SERVER-23070 bgsync uses ReplicationCoordinator directly to select sync sourceBenety Goh2016-11-011-5/+0
* SERVER-25268 renamed OplogBuffer::blockingPeek to waitForData and removed pee...Benety Goh2016-09-161-1/+1
* SERVER-25071 Flush data replication queue as part of clean shutdownMathias Stearn2016-08-261-7/+3
* SERVER-23478 Move server status metrics from OplogReader and BackgroundSync t...Judah Schvimer2016-08-171-7/+1
* SERVER-24784 BackgroundSync uses task executor from ReplicationCoordinatorExt...Benety Goh2016-06-271-4/+0
* SERVER-24784 BackgroundSync checks local shutdown flag instead of global mong...Benety Goh2016-06-251-0/+10
* SERVER-24744 added BackgroundSync::startup() to start oplog buffer and task e...Benety Goh2016-06-231-12/+32
* SERVER-24577 added OperationContext argument to OplogBuffer interfaceBenety Goh2016-06-161-7/+7
* SERVER-24560 replaced references to BlockingQueue in BackgroundSync with Oplo...Benety Goh2016-06-141-3/+3
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-011-62/+8
* SERVER-23308 integrated repl::multiApply into data replicatorBenety Goh2016-05-241-8/+11
* SERVER-22775 integrated OplogFetcher into BackgroundSyncBenety Goh2016-04-261-48/+66
* SERVER-19200: move initial sync behavior out of rs_syncScott Hernandez2016-04-051-0/+1
* SERVER-22913 create SyncSourceResolvermatt dannenberg2016-03-071-0/+5
* SERVER-22452: log message when fetching the oplog ends abruptlyScott Hernandez2016-02-051-14/+0
* SERVER-22130: Reset applier lastAppliedOptime after rollbackScott Hernandez2016-01-191-0/+8
* SERVER-21988: wait for applier before starting rollbackScott Hernandez2016-01-081-3/+3
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-01-041-1/+6
* SERVER-21930 - Restart oplog query if oplog entries are out of orderScott Hernandez2015-12-171-1/+1
* Revert "SERVER-21930 - Restart oplog query if oplog entries are out of order"Scott Hernandez2015-12-171-1/+1
* SERVER-21930 - Restart oplog query if oplog entries are out of orderScott Hernandez2015-12-171-1/+1
* SERVER-21410: Removed dead appliedBuffer codeScott Hernandez2015-11-111-7/+0
* SERVER-20822 make sync source decisions based on ReplSetMetadatamatt dannenberg2015-10-141-2/+13
* SERVER-20187 wake up from blockingPeek when entering drain modeEric Milkie2015-09-031-1/+1
* SERVER-20187 BackgroundSync::producerThread does not need external task executorBenety Goh2015-09-031-9/+3
* SERVER-20187 BackgroundSync::cancelFetcher() aborts existing find/getMore com...Benety Goh2015-09-031-0/+9
* SERVER-18384 updated steady sync awaitData timeout to be dependent on electio...Benety Goh2015-08-311-0/+1
* SERVER-19307 background fetcher callback should not proceed if background syn...Benety Goh2015-08-031-9/+4
* SERVER-19307 updated BackgroundSync producer thread to tail remote oplog usin...Benety Goh2015-07-211-0/+9
* SERVER-19307 refactored BackgroundSync producer thread and rollback code.Benety Goh2015-07-141-3/+20
* SERVER-18948 replace oplog hash calculation with pseudo random numbermatt dannenberg2015-07-101-6/+0
* SERVER-19307 extended BackgroundSync producer thread to accept a task executo...Benety Goh2015-07-071-7/+12
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-111/+109
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-4/+3
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-6/+6
* SERVER-6686 Remove all uses of boost::xtime outside of time_support.cpp.Andy Schwerin2015-06-161-1/+2
* SERVER-18216 Add term to oplog.Siyuan Zhou2015-05-261-2/+2
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-0/+3
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-0/+1
* SERVER-17807: reset state before starting intial sync attemptScott Hernandez2015-04-291-0/+6
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+1
* SERVER-17123 Wait for the BackgroundSync thread to stop before enabling write...Spencer T Brody2015-02-031-1/+5
* Remove dead code from bgsync.Andy Schwerin2014-12-031-8/+1