summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/bgsync.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Revert "SERVER-6071 use command on local.slaves instead of cursor""matt dannenberg2013-07-221-1/+0
* Revert "SERVER-6071 use command on local.slaves instead of cursor"Eric Milkie2013-07-121-0/+1
* SERVER-6071 use command on local.slaves instead of cursorMatt Dannenberg2013-06-291-1/+0
* SERVER-7772 move oplogreader into db/repl/ and create oplogreader.cppEric Milkie2013-03-111-1/+1
* SERVER-8203: replication metricsScott Hernandez2013-01-291-7/+0
* SERVER-7759 Exhaust sync buffer before becoming primaryKristina2012-12-191-0/+10
* SERVER-5208 Periodically re-evaluate sync target on secondariesKristina2012-12-191-0/+2
* SERVER-7498 Make sync targets constKristina2012-11-051-4/+4
* Initialize repl queue counters SERVER-6288Kristina2012-07-031-1/+2
* Add counters for replication queueKristina2012-06-201-0/+8
* SERVER-5685 move waitForMore() to Interface because SyncTail will need itEric Milkie2012-06-131-3/+5
* SERVER-5685 add waitForMore() helper to bgsyncEric Milkie2012-06-131-12/+16
* Stop notifier thread from spinning SERVER-4392Kristina2012-05-161-1/+6
* Made repl use BlockingQueue SERVER-4392Kristina2012-05-161-9/+3
* Separate thread for fetching oplog ops SERVER-4392Kristina2012-05-161-0/+55
* Better naming SERVER-4392Kristina2012-05-161-2/+6
* Move w tracking to its own thread SERVER-4392Kristina2012-05-161-0/+70