summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/bgsync.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-11758 prevent notifier thread from aborting when ensureMe failsmatt dannenberg2013-12-041-1/+12
* SERVER-11241: remove unrelated stuff from prev commitScott Hernandez2013-10-221-5/+0
* SERVER-11241: Updates allow creating $id/$ref/$db prefixed fieldsScott Hernandez2013-10-221-0/+5
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10341 add a sleep in the notifier thread to prevent starvation in sing...matt dannenberg2013-08-261-0/+1
* SERVER-6071 add sleep on connection failure to avoid spinningmatt dannenberg2013-08-081-0/+1
* SERVER-6071 pass 'me' object to oplogreader instead of getting from database ...matt dannenberg2013-08-051-1/+1
* SERVER-6071 stop unnecessary locking and deadlock in new SyncSourceFeedbackmatt dannenberg2013-07-311-15/+1
* SERVER-9808 Fix issues found in static code analysisAndreas Nilsson2013-07-311-1/+2
* SERVER-6071 Use command on local.slaves instead of cursormatt dannenberg2013-07-221-21/+40
* Revert "Revert "SERVER-6071 use command on local.slaves instead of cursor""matt dannenberg2013-07-221-30/+38
* Revert "SERVER-6071 use command on local.slaves instead of cursor"Eric Milkie2013-07-121-38/+30
* SERVER-10085 do not hold bgsync mutex while waiting for the networkEric Milkie2013-07-091-3/+4
* SERVER-6071 use command on local.slaves instead of cursormatt dannenberg2013-07-011-2/+2
* SERVER-6071 use command on local.slaves instead of cursorMatt Dannenberg2013-06-291-30/+38
* SERVER-9934 remove double getmore when pulling new opsEric Milkie2013-06-181-67/+75
* Revert "SERVER-9394 eliot suggested not doing the sleep if chained."Eric Milkie2013-05-211-7/+1
* SERVER-9394 eliot suggested not doing the sleep if chained.Dwight2013-05-131-1/+7
* SERVER-8070 more reliable test (failpoint was not in the right place)Eric Milkie2013-05-101-4/+4
* SERVER-9394Dwight2013-04-181-0/+18
* SERVER-7772 move oplog into db/repl/Eric Milkie2013-03-141-0/+1
* SERVER-8763: Add decrement to Counter64Scott Hernandez2013-03-011-2/+2
* SERVER-8203: replication metricsScott Hernandez2013-01-291-45/+47
* SERVER-8070 Make sure buffer is drained before choosing sync targetKristina2013-01-151-2/+15
* SERVER-7572 Update auth checking of serverStatus sub-sectionsSpencer T Brody2012-12-201-2/+1
* SERVER-7759 Exhaust sync buffer before becoming primaryKristina2012-12-191-24/+55
* SERVER-5208 Periodically re-evaluate sync target on secondariesKristina2012-12-191-5/+17
* SERVER-7759 clarify log message and commentsEric Milkie2012-11-261-3/+4
* SERVER-7498 Make sync targets constKristina2012-11-051-2/+2
* rewrite sererStatus caommands to be modularEliot Horowitz2012-10-261-0/+16
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-1/+1
* fix whitespace/indent and turn onEliot Horowitz2012-10-161-1/+1
* Prevent rollbacks when sync source changes SERVER-6398Kristina2012-07-261-3/+3
* Initialize repl queue counters SERVER-6288Kristina2012-07-031-0/+3
* Add units to field name SERVER-6281Kristina2012-07-021-1/+1
* SERVER-5685 don't block for 1 second in peek() callsEric Milkie2012-06-221-3/+0
* Add counters for replication queueKristina2012-06-201-1/+24
* SERVER-5685 display byte size of bg buffer for log level 2Eric Milkie2012-06-191-0/+5
* SERVER-5685 add waitForMore() helper to bgsyncEric Milkie2012-06-131-13/+17
* SERVER-4243 prevent write lock in network rs thread from blocking readers dur...Eric Milkie2012-06-071-4/+9
* Update assert numberKristina2012-05-161-1/+1
* Added comments and some better naming SERVER-4392Kristina2012-05-161-1/+4
* Don't catch ...Kristina2012-05-161-3/+3
* Stop notifier thread from spinning SERVER-4392Kristina2012-05-161-2/+15
* Made repl use BlockingQueue SERVER-4392Kristina2012-05-161-50/+32
* cleanup includes and tests SERVER-4392Kristina2012-05-161-1/+1
* Separate thread for fetching oplog ops SERVER-4392Kristina2012-05-161-43/+281
* Better naming SERVER-4392Kristina2012-05-161-24/+18
* Move w tracking to its own thread SERVER-4392Kristina2012-05-161-1/+138
* Add rollback check to oplog reading file SERVER-4392Kristina2012-05-161-0/+41