summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/bgsync.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-02-181-1/+6
* SERVER-21988: wait for applier before starting rollbackScott Hernandez2016-01-191-3/+3
* 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
* SERVER-16032 SERVER-15957 Get OperationContext for ReplicationCoordinator::si...Spencer T Brody2014-11-241-1/+1
* Revert "SERVER-16032 SERVER-15957 Get OperationContext for ReplicationCoordin...Spencer T Brody2014-11-131-1/+1
* SERVER-16032 SERVER-15957 Get OperationContext for ReplicationCoordinator::si...Spencer T Brody2014-11-121-1/+1
* SERVER-15750 Break deadlock cycle by not holding the global lock while acquir...Andy Schwerin2014-10-211-0/+2
* SERVER-15312 move replIndexPrefetch parameter out of legacy and into Applier ...Eric Milkie2014-10-031-37/+56
* SERVER-15404 SERVER-15466 Hook up Applier draining and force syncing to new R...Eric Milkie2014-10-011-1/+1
* SERVER-15089 separate h fields for lastFetched vs. lastAppliedEric Milkie2014-09-261-6/+8
* SERVER-15089 Add new Applier class and remove theReplSet references from Back...Eric Milkie2014-09-261-32/+30
* SERVER-15329 add a short sleep if our handshake is rejected because we are no...matt dannenberg2014-09-251-0/+4
* SERVER-15089 convert non-legacy usage of lastOpTimeWritten to replCoord's las...Eric Milkie2014-09-191-3/+0
* SERVER-15089 remove fatal state and refactor rollback to use replcoordEric Milkie2014-09-121-2/+2
* SERVER-15089 chooseNewSyncSource hooked up in replication ApplierEric Milkie2014-09-121-2/+22
* SERVER-13961 Pass more OperationContext down in replKaloian Manassiev2014-07-241-1/+1
* SERVER-13961 Cleanup some nested instantiations of OperationContextImpl in replKaloian Manassiev2014-07-181-2/+2
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-2/+2
* more rollback4.js debuggerymatt dannenberg2014-05-051-1/+1
* SERVER-13091 remove notifier threadmatt dannenberg2014-04-291-12/+0
* SERVER-13091 removing all of the oplogreader fallback code from SyncSourceFee...matt dannenberg2014-04-291-1/+0
* SERVER-13420 remove syncSourceFeedback connection management from the notifie...matt dannenberg2014-03-311-5/+0
* SERVER-11241: remove unrelated stuff from prev commitScott Hernandez2013-10-221-7/+4
* SERVER-11241: Updates allow creating $id/$ref/$db prefixed fieldsScott Hernandez2013-10-221-4/+7
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6071 Use command on local.slaves instead of cursormatt dannenberg2013-07-221-0/+4