summaryrefslogtreecommitdiff
path: root/db/repl
Commit message (Expand)AuthorAgeFilesLines
...
* rs clearerdwight2010-11-122-2/+4
* fix buildIndexes checkKristina Chodorow2010-11-111-1/+1
* fix rs testsKristina Chodorow2010-11-101-5/+5
* allow initial sync from secondaries SERVER-1829Kristina Chodorow2010-11-093-24/+65
* rs better error msgs and cleaningdwight2010-11-073-13/+8
* clearer msgdwight2010-11-071-2/+2
* rs was not showing optime in replSetGetStatus for self.dwight2010-11-061-0/+2
* make --fastsync work with replica setsKristina Chodorow2010-11-021-20/+26
* compile? rsDwight2010-11-021-1/+1
* Merge branch 'master' of github.com:mongodb/mongoDwight2010-11-021-3/+6
|\
| * more info on what went wrong w/hb errorKristina Chodorow2010-11-011-3/+6
* | rs tag beginningsDwight2010-11-023-5/+18
|/
* dbclient: once a connection in failed state be sure not to use it. this is a ...dwight2010-10-311-2/+19
* keep arb- reconf off for the momentdwight2010-10-313-5/+7
* rollback restriction rs reconfdwight2010-10-311-0/+4
* put codes in .h for enum so its more readableEliot Horowitz2010-10-301-10/+10
* rs fix initial sync oplog application it was grabbing the whole oplog which c...dwight2010-10-301-1/+8
* compiledwight2010-10-301-2/+1
* comments and cleaning and saferdwight2010-10-302-16/+24
* add assertdwight2010-10-301-1/+5
* better logging on rs errors 165dwight2010-10-302-14/+17
* keep a socket timeout on oplogdiagsashtml rsDwight2010-10-291-9/+11
* cleaning; towrads our code standards; consting; better var nameDwight2010-10-291-0/+1
* make ScopedConn idiot-proof (safe from me)Dwight2010-10-284-8/+24
* SERVER-2021 rs ScopedConn bug(2) 165 172Dwight2010-10-282-14/+14
* check for better primary before voting yea SERVER-1987Kristina Chodorow2010-10-271-0/+13
* better assert for rs errorEliot Horowitz2010-10-261-1/+1
* added some asserts for replica set config statusEliot Horowitz2010-10-241-0/+2
* don't allocate oplog for arbiter SERVER-1969Kristina Chodorow2010-10-213-4/+23
* allow arbiter to become secondary & vice versa SERVER-1930Kristina Chodorow2010-10-203-3/+29
* cleaning and slightly nicer output rsdwight2010-10-181-2/+8
* "too stale" server should go into recovering SERVER-1933Kristina Chodorow2010-10-181-0/+1
* changed "Status" to "Messages" SERVER-1946Kristina Chodorow2010-10-171-1/+1
* add Priority column to /_replSet SERVER-1945Kristina Chodorow2010-10-151-1/+3
* better helpDwight2010-10-151-0/+1
* better error checkingDwight2010-10-151-0/+2
* rs replSetFreeze needs testing still SERVER-1940Dwight2010-10-153-5/+36
* rs stepdown command can take a time param nowDwight2010-10-153-6/+10
* master->secondary on stepdown SERVER-1681Kristina Chodorow2010-10-141-3/+1
* better replset err msgDwight2010-10-141-1/+7
* SERVER-1804 tighter background jobAlberto Lerner2010-10-132-16/+15
* just to avoid potential for confusiondwight2010-10-101-0/+4
* allow replset sleep and timeout < 1Kristina Chodorow2010-10-061-2/+2
* ignore slaveDelay until initial sync is completeKristina Chodorow2010-10-041-1/+3
* try to elim bad warningDwight2010-10-041-1/+3
* SERVER-1679 need to be a way to quickly detect a loss of primary state in a ...Dwight2010-10-041-11/+11
* bug fix: was never coming back online after rs.stepDown() in a single member ...Dwight2010-10-041-0/+6
* make slaveDelay wait to write on the first op SERVER-1882Kristina Chodorow2010-10-011-14/+17
* safter time parsing from heartbeatEliot Horowitz2010-10-011-4/+4
* SERVER-1871 remove from repl set cleanerDwight2010-10-011-3/+4