summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix locking and commentEliot Horowitz2011-05-181-6/+10
|
* fix remove broadcast checkEliot Horowitz2011-05-131-1/+1
|
* fix deadlockEliot Horowitz2011-05-122-1/+7
|
* deterministic slaveok failoverEliot Horowitz2011-05-122-14/+14
| | | | | | Conflicts: client/dbclient_rs.cpp
* don't shadow return value for maybePrimarygregs2011-05-121-1/+0
|
* fix race condition when adding hosts to the list of relica set nodesEliot Horowitz2011-05-121-0/+4
|
* Don't reload ChunkManager in-placeMathias Stearn2011-05-122-14/+7
|
* Yield lock while building array of objects to migrateMathias Stearn2011-05-121-15/+31
|
* post 1.8.2-rc1Eliot Horowitz2011-05-122-2/+2
|
* BUMP 1.8.2-rc1r1.8.2-rc1Eliot Horowitz2011-05-114-3/+9
|
* fix multi-shard writeback contentionEliot Horowitz2011-05-117-13/+48
|
* eliminate spurious warningMathias Stearn2011-05-111-2/+2
|
* manual backport of some the fixes to mongosEliot Horowitz2011-05-114-41/+50
|
* better test debuggingEliot Horowitz2011-05-111-2/+2
|
* nicer debugging messageEliot Horowitz2011-05-111-1/+2
|
* fix compile backport of a replSetGetStatus concurrency fixDwight2011-05-102-0/+4
|
* backport of a replSetGetStatus concurrency fixDwight2011-05-105-22/+25
|
* allow {j:true} in getLastError. this indicates wait for journaling. but it ↵Dwight2011-05-071-4/+15
| | | | | | will not do an fsync if a nonjournaled instance of mongod.
* fix connPoolStats race condition SERVER-3043Eliot Horowitz2011-05-051-0/+3
|
* post 1.8.2-rc0Eliot Horowitz2011-05-042-2/+2
|
* BUMP 1.8.2-rc0r1.8.2-rc0Eliot Horowitz2011-05-034-3/+9
|
* ping config server even if not doing balancing round SERVER-3015Eliot Horowitz2011-05-031-8/+9
|
* Make mongodump --oplog work with auth SERVER-2850Mathias Stearn2011-05-031-0/+2
|
* fix error message SERVER-2800Mathias Stearn2011-05-031-1/+1
|
* C++ driver now supports 1.8 M/R options SERVER-2893Mathias Stearn2011-05-033-6/+42
|
* check slave status before chunk migrate commit starts SERVER-2974Eliot Horowitz2011-05-031-8/+36
| | | | | | Conflicts: s/d_migrate.cpp
* fix socket time SERVER-3014Eliot Horowitz2011-05-021-24/+21
|
* One more gcc 4.6 fixMathias Stearn2011-05-021-2/+0
|
* g++ 4.6 compile (new -Wunused-but-set-variable warning)Mathias Stearn2011-05-028-12/+6
|
* fix m/r handling of undefined SERVER-2861Eliot Horowitz2011-04-282-1/+34
|
* authenticate rs manager thread SERVER-2919Kristina2011-04-282-0/+15
|
* don't force a check on _id for sharding as it has to be thereEliot Horowitz2011-04-262-0/+13
| | | | yield for longer ones SERVER-3004
* Wait 300s for server shutdown in deb initscripts. SERVER-2041, maybe.Richard Kreuter2011-04-252-0/+3
| | | | | | Re: SERVER-2041, I can't reproduce the behavior the user reports, but it could be a timing issue where the running mongod hasn't finished shutting down before the next mongod tries to start.