summaryrefslogtreecommitdiff
path: root/db/repl/rs_sync.cpp
Commit message (Expand)AuthorAgeFilesLines
* CommentKristina2011-12-201-1/+4
* Ignore capped dup key error on initial sync SERVER-4474Kristina2011-12-201-1/+1
* begin the process of putting global vairables in one central location. in par...Dwight2011-12-191-1/+1
* copying of OplogReaders was scaring medwight2011-12-161-3/+8
* Initial sync re-application: refactored and added tests SERVER-4430Kristina2011-12-071-22/+31
* Reverse initial sync assertion SERVER-4430Kristina2011-12-051-1/+2
* add tests for recloning missing docs SERVER-3367Kristina2011-11-301-2/+5
* Do not leave initial sync until minvalid is reached SERVER-4294Kristina2011-11-161-9/+23
* Generalize recloning docs on initial oplog application SERVER-3367Kristina2011-11-111-40/+2
* SERVER-3609 we acquire a write lock on every operation applied. if we do mult...Dwight2011-10-141-76/+84
* replset log when requerying during syncdwight2011-10-101-0/+1
* Make secondaries go into recovering state when auth is wrong SERVER-3715Kristina2011-10-051-1/+10
* clearer loggingdwight2011-09-221-1/+1
* on a missing object, thats ok as a delete may occur laterdwight2011-09-221-13/+19
* retry initial syncing oplog until we run out of targets SERVER-3183Kristina2011-09-211-5/+18
* more flexibility on source choice for initial sync SERVER-3183Kristina2011-09-211-64/+62
* continuation of initial sync fixdwight2011-09-191-6/+18
* stop initial sync once minvalid is reached SERVER-3899Kristina2011-09-191-3/+7
* fix a possible issue with initial sync with replication when updates are in f...dwight2011-09-181-7/+31
* cleaning minordwight2011-09-181-3/+0
* change log to warning SERVER-3712Kristina2011-08-301-1/+1
* use LOG() moredwight2011-08-021-8/+7
* maintenance mode for commands SERVER-3427Kristina2011-07-291-0/+10
* display error doc when sync failsKristina2011-07-291-4/+7
* unlock ghost sync before going to a remote serverKristina2011-07-181-28/+31
* put ghost sync startup method back inKristina2011-07-181-0/+5
* standardize thread names a bit, including startingdwight2011-07-161-1/+1
* fix concurrency around GhostSyncEliot Horowitz2011-07-161-24/+42
* remove unused method in GhostSyncEliot Horowitz2011-07-161-5/+0
* log cleaningEliot Horowitz2011-07-151-2/+2
* slave tracking optimizationsKristina2011-07-141-5/+5
* use tailing queries for initial syncKristina2011-07-061-2/+2
* allow members to stay gracefully alive when removed from a setKristina2011-06-141-3/+4
* fix rs log messagesKristina2011-06-101-1/+1
* fast sync passthrough SERVER-992Kristina2011-06-091-40/+36
* less verbose logging for slaveDelay SERVER-2437Kristina2011-06-011-1/+1
* stale members cannot become primary SERVER-2969Kristina2011-05-271-19/+19
* make applylogop slightly faster and general applyop cleaningdwight2011-05-231-9/+9
* comments, cleaningdwight2011-05-231-4/+7
* don't assert on legit query errors, just retryKristina2011-05-171-2/+9
* less aggressive about updating oplog posKristina2011-05-161-11/+2
* fixed sync cache accessKristina2011-05-141-20/+14
* removed extra lock and added more loggingKristina2011-05-131-3/+1
* acquire rs lock before write lock when saving configKristina2011-05-121-1/+2
* make sure we don't create a sync loopKristina2011-05-121-1/+5
* fix sync error messagesKristina2011-05-111-5/+8
* Revert "unreferenced var warning"Kristina2011-05-111-1/+1
* unreferenced var warningdwight2011-05-101-1/+1
* op passthrough for w SERVER-992Kristina2011-05-101-0/+89
* better loggingKristina2011-05-101-3/+3