summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* backport of fix for SERVER-2481gregs2011-07-113-1/+44
|
* more error handling in dumpEliot Horowitz2011-07-111-1/+3
|
* better error handling for monogodumpEliot Horowitz2011-07-101-1/+8
|
* Raise stack size to 4MB (2MB on DEBUG build) for backport to 1.8 SERVER-2707Mathias Stearn2011-07-071-1/+1
|
* Create conn threads in detached state since we never join them SERVER-2707Mathias Stearn2011-07-071-0/+1
|
* Use 1MB stacks on linux (512k in DEBUG builds) SERVER-2707Mathias Stearn2011-07-071-0/+20
|
* fix drop2 test with command changeEliot Horowitz2011-07-071-3/+3
|
* Revert "fix active in curop"Eliot Horowitz2011-07-071-1/+1
| | | | This reverts commit 10d2d10f7f3e04f1f6eae7467137bb127458b9ee.
* fix active in curopEliot Horowitz2011-07-071-1/+1
|
* SERVER-3386 start command timers at right locationEliot Horowitz2011-07-071-1/+3
|
* fix chunk cleaningEliot Horowitz2011-07-071-2/+7
|
* don't remove old chunk data while in the middle of a migrateEliot Horowitz2011-07-061-53/+66
|
* don't wassert for too much data written uncommited since it propogates via GLEEliot Horowitz2011-06-301-2/+3
|
* don't hide first connection warning for shardsgregs2011-06-301-1/+5
|
* fix config refreshing from a writeback listenerEliot Horowitz2011-06-303-12/+44
|
* nicer debuggingEliot Horowitz2011-06-301-2/+2
|
* only check shard version on 'top-level' shard connections SERVER-3926gregs2011-06-291-11/+39
| | | | fix with loglevel 1 added
* time ChunkManager loadingEliot Horowitz2011-06-291-2/+24
| | | | don't reload ChunkManager if we're current already
* add nojournal option to 1.8Eliot Horowitz2011-06-291-0/+4
|
* SERVER-3142, part 2 (backport to 1.8)Richard Kreuter2011-06-231-3/+9
| | | | | Kind of a hack, for compatibility w/1.8 (and because I don't have time to test the new --shutdown flag everywhere).
* don't reacquire read lock when getting all shards SERVER-3266gregs2011-06-172-1/+6
|
* 1.8.3 prepEliot Horowitz2011-06-152-2/+2
|
* BUMP 1.8.2r1.8.2Eliot Horowitz2011-06-152-2/+2
|
* 1.8.2 back in busineessEliot Horowitz2011-06-142-2/+2
|
* Make sharded findAndModify correctly handle StaleConfigException on shardMathias Stearn2011-06-141-0/+4
|
* dont log too much when DR102 error happensEliot Horowitz2011-06-131-2/+11
| | | | | | Conflicts: db/dur_commitjob.cpp
* fix numa issue SERVER-3212Eliot Horowitz2011-06-091-1/+5
|
* try to fix numa segfault SERVER-3212Eliot Horowitz2011-06-091-16/+18
|
* typoEliot Horowitz2011-06-091-1/+1
|
* port 1.8.2Eliot Horowitz2011-06-072-2/+2
|
* BUMP 1.8.2Eliot Horowitz2011-06-064-3/+9
|
* maxconns for mongosEliot Horowitz2011-06-062-13/+15
|
* post rc3Eliot Horowitz2011-06-012-2/+2
|
* BUMP 1.8.2-rc3r1.8.2-rc3Eliot Horowitz2011-06-014-3/+9
|
* check for manager before using CS-666gregs2011-05-311-2/+4
|
* wait for from writebacks in balancer CS-635gregs2011-05-311-0/+8
|
* increased assert verbosityEliot Horowitz2011-05-271-2/+2
|
* check if master is null CS-596gregs2011-05-271-2/+2
|
* fix spinlock deadlockEliot Horowitz2011-05-261-3/+5
| | | | | | Conflicts: s/d_migrate.cpp
* show user asserts in verbose modeEliot Horowitz2011-05-221-0/+1
|
* test more reliableEliot Horowitz2011-05-211-0/+4
|
* post rc2Eliot Horowitz2011-05-212-2/+2
|
* BUMP 1.8.2-rc2r1.8.2-rc2Eliot Horowitz2011-05-204-3/+9
|
* fix compile warningEliot Horowitz2011-05-201-6/+6
|
* log output fix and slightly more verbose slave failoverEliot Horowitz2011-05-201-2/+2
| | | | | | Conflicts: client/dbclient_rs.cpp
* fix for duplicate host namesgregs2011-05-201-0/+6
|
* Fix for potential unsafe access of addressgregs2011-05-201-9/+7
|
* remove assert until SERVER-3075 is doneEliot Horowitz2011-05-181-1/+1
|
* scoped_spinlock and a warning in spin lock testsEliot Horowitz2011-05-182-5/+17
|
* added a spinlock around _cloneLocsEliot Horowitz2011-05-181-4/+19
|