summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cap connection pool sizev1.6Eliot Horowitz2011-03-051-2/+11
|
* debugging for slow server statusEliot Horowitz2011-02-281-0/+2
|
* detect clock skew in DistributedLock SERVER-2584Eliot Horowitz2011-02-171-1/+11
|
* when map/reduce has no output data, rename anyway SERVER-2394Eliot Horowitz2011-01-221-4/+2
|
* move logOpForSharding messageEliot Horowitz2011-01-211-2/+3
|
* close quote in messageAlberto Lerner2011-01-211-1/+1
|
* logOp would emit messages if being called when no active migration is ongoingAlberto Lerner2011-01-211-1/+3
|
* release ClientCursor in removeRange since sometimes the cursor itself is ↵Eliot Horowitz2011-01-021-0/+1
| | | | deleted SERVER-2319
* a failure in migrate can be because of chunk boundaries being staleAlberto Lerner2010-12-291-1/+5
|
* SERVER-1979 check max key before accepting a move requestAlberto Lerner2010-12-291-4/+17
|
* test timeoutsEliot Horowitz2010-12-253-0/+3
|
* fix test compileEliot Horowitz2010-12-251-1/+1
|
* fix test compileEliot Horowitz2010-12-251-1/+1
|
* fix follow up extent sizing when an int overflow SERVER-2287Eliot Horowitz2010-12-242-3/+39
|
* dummy smokeDur targetEliot Horowitz2010-12-221-0/+3
|
* Merge branch 'v1.6' of github.com:mongodb/mongo into v1.6Eliot Horowitz2010-12-224-5/+5
|\
| * post 1.6.5r1.6.5Eliot Horowitz2010-12-082-2/+2
| |
| * BUMP 1.6.5Eliot Horowitz2010-12-074-5/+5
| |
* | crlfDwight2010-11-271-196/+196
|/
* post 1.6.5-rc1Eliot Horowitz2010-11-211-1/+1
|
* support sub-second timeouts SERVER-1515Mathias Stearn2010-11-204-8/+8
|
* typo rsr1.6.5-rc1dwight2010-11-201-1/+1
|
* rs fix initial sync oplog application it was grabbing the whole oplog which ↵dwight2010-11-201-1/+8
| | | | can be problematic and inefficient 165
* Revert "rs fix initial sync oplog application it was grabbing the whole ↵Eliot Horowitz2010-11-201-8/+1
| | | | | | oplog which can be problematic and inefficient 165" This reverts commit 17338d81b063812938d656074d4ab0138a260155.
* check for better primary before voting yea SERVER-1987Kristina Chodorow2010-11-201-0/+13
|
* display ts for debugging MINORKristina Chodorow2010-11-201-1/+1
|
* honor rs config timeout SERVER-2045Kristina Chodorow2010-11-201-1/+2
|
* BUMP 1.6.5-rc1Eliot Horowitz2010-11-204-4/+4
|
* make ScopedConn idiot-proof (safe from me)Dwight2010-11-204-8/+24
|
* SERVER-2021 rs ScopedConn bug(2) 165 172Dwight2010-11-202-14/+14
|
* set empty config asap on startup SERVER-1847Kristina Chodorow2010-11-201-3/+15
|
* rs fix a race condition type bug at mongod startup with electSelf 165dwight2010-11-192-2/+6
|
* rs fix initial sync oplog application it was grabbing the whole oplog which ↵dwight2010-11-191-1/+8
| | | | can be problematic and inefficient 165
* increase timeout on killingEliot Horowitz2010-11-191-2/+2
|
* BUMP 1.6.5-rc0Eliot Horowitz2010-11-194-3/+9
|
* idiot compilerdwight2010-11-191-1/+1
|
* SERVER-1671 pair1.js failingdwight2010-11-192-1/+12
|
* add debugging to tests that failed in 1.6Kristina Chodorow2010-11-152-14/+26
| | | | | | Conflicts: jstests/repl/mastermaster1.js
* Better cleanup on nt service install.Justin Dearing2010-11-091-0/+5
| | | | | | All the values for --serviceFoo are removed, and the value of --logPath is quoted. Became apparent while testing SERVER-1590.
* SERVER-2068 make sure to use the same thread nameAlberto Lerner2010-11-081-2/+4
|
* test for SERVER-2068Eliot Horowitz2010-11-081-0/+65
|
* when cleaning a chunk after migrating, don't store those deletes in the xfer ↵Eliot Horowitz2010-11-081-0/+8
| | | | list SERVER-2068
* SERVER-1068 test deletions regardless of command line argsAlberto Lerner2010-11-081-1/+1
|
* SERVER-2068 check on the TO side of a chunk migration before applying deletionsAlberto Lerner2010-11-081-1/+12
|
* SERVER-1858 add chunk info to moveChunk.from and moveChunk.to changelog entriesAlberto Lerner2010-11-081-4/+6
|
* more tests for SERVER-1347Kristina Chodorow2010-11-031-0/+28
|
* fix set with large ints SERVER-1347Kristina Chodorow2010-11-032-8/+98
|
* fix lexNumCmp with magic end of markerMathias Stearn2010-11-033-7/+18
| | | | | | Conflicts: db/update.cpp
* Support more mixed-case cmd names in mongos SERVER-2053Mathias Stearn2010-11-021-3/+3
|
* post 1.6.4Eliot Horowitz2010-10-261-1/+1
|