summaryrefslogtreecommitdiff
path: root/db/repl
Commit message (Expand)AuthorAgeFilesLines
* on a missing object, thats ok as a delete may occur laterKristina2011-10-051-15/+18
* continuation of initial sync fixKristina2011-10-051-6/+18
* fix a possible issue with initial sync with replication when updates are in f...Kristina2011-10-052-16/+41
* Revert "use tailing queries for initial sync"Eliot Horowitz2011-07-261-1/+8
* use tailing queries for initial syncKristina2011-07-251-8/+1
* fix compile backport of a replSetGetStatus concurrency fixDwight2011-05-101-0/+2
* backport of a replSetGetStatus concurrency fixDwight2011-05-104-6/+6
* authenticate rs manager thread SERVER-2919Kristina2011-04-281-0/+3
* do not demote primary if a secondary restarts SERVER-2550Kristina2011-04-141-0/+6
* allow 1 or true for rs config options SERVER-2714Kristina2011-03-181-3/+3
* fix fastsync to not be confused on new members SERVER-2717Kristina2011-03-131-0/+5
* dur rollback replsets SERVER-2737Dwight2011-03-111-0/+2
* don't do commitIfNeeded RARELY SERVER-2657 180Eliot Horowitz2011-03-021-1/+1
* some missing commitIfNeeded SERVER-2657 180Eliot Horowitz2011-03-021-0/+2
* try switching to the primary between sync batchesKristina2011-02-151-2/+9
* rs dont sync from slaveDelayd membersDwight2011-02-141-0/+1
* eliminate two-primary edge case SERVER-2544Kristina2011-02-131-1/+1
* skip heartbeat check on self SERVER-2483Kristina2011-02-081-0/+5
* fix initialSync on reconfig SERVER-2484Kristina2011-02-051-1/+4
* commentAaron2011-01-311-0/+1
* use defaults for rs contextsKristina2011-01-192-6/+6
* Revert "allow rollbacks when authenticated"Kristina2011-01-191-5/+5
* allow rollbacks when authenticatedKristina2011-01-191-5/+5
* rs status uses config's hostname SERVER-2361Kristina2011-01-141-3/+1
* allow duplicate key exceptions in initial sync SERVER-2219Kristina2011-01-131-14/+27
* SERVER-2248 a demoted primary server now resets its sharding stateAlberto Lerner2011-01-101-0/+7
* ran astyle SERVER-2304Eliot Horowitz2011-01-0418-874/+884
* more Client cleaningEliot Horowitz2011-01-031-1/+1
* allow initial sync when primary is downKristina2010-12-271-11/+3
* when shell calls replGetStatus don't reset last errorEliot Horowitz2010-12-271-0/+3
* rs authKristina2010-12-273-1/+16
* allow stale members to sync from non-primaryKristina2010-12-232-23/+29
* sync against secondaries if primary is unavailable SERVER-2158Kristina2010-12-222-40/+91
* replset more members allowed if nonvotingdwight2010-12-221-1/+10
* add passive field to isMaster SERVER-2220Kristina2010-12-201-0/+2
* SERVER-2184 clarify usage of mongo mutexAaron2010-12-082-4/+4
* update rs timeout on each reconfig SERVER-2045Kristina2010-12-072-2/+9
* show host when attempting initial hbKristina2010-12-061-0/+1
* dur remapdwight2010-11-271-1/+6
* rs clearer error msgdwight2010-11-221-1/+5
* better err msg and vcxproj updated for new cpp filedwight2010-11-191-1/+2
* honor rs config timeout SERVER-2045Kristina Chodorow2010-11-181-1/+2
* compile warningKristina Chodorow2010-11-171-1/+1
* shutdown server when removed from replica set SERVER-1871Kristina Chodorow2010-11-171-3/+7
* lots of options for initial sync SERVER-1829Kristina Chodorow2010-11-173-20/+100
* typo rsdwight2010-11-171-1/+1
* rs commentdwight2010-11-161-0/+6
* rs fix a race condition type bug at mongod startup with electSelf 165dwight2010-11-162-2/+6
* rs logDwight2010-11-161-1/+1
* make it less easy to confuse the log line with ourself when we were reporting...dwight2010-11-121-1/+1