Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix locking and comment | Eliot Horowitz | 2011-05-18 | 1 | -6/+10 | |
| | ||||||
* | fix remove broadcast check | Eliot Horowitz | 2011-05-13 | 1 | -1/+1 | |
| | ||||||
* | fix deadlock | Eliot Horowitz | 2011-05-12 | 2 | -1/+7 | |
| | ||||||
* | deterministic slaveok failover | Eliot Horowitz | 2011-05-12 | 2 | -14/+14 | |
| | | | | | | Conflicts: client/dbclient_rs.cpp | |||||
* | don't shadow return value for maybePrimary | gregs | 2011-05-12 | 1 | -1/+0 | |
| | ||||||
* | fix race condition when adding hosts to the list of relica set nodes | Eliot Horowitz | 2011-05-12 | 1 | -0/+4 | |
| | ||||||
* | Don't reload ChunkManager in-place | Mathias Stearn | 2011-05-12 | 2 | -14/+7 | |
| | ||||||
* | Yield lock while building array of objects to migrate | Mathias Stearn | 2011-05-12 | 1 | -15/+31 | |
| | ||||||
* | post 1.8.2-rc1 | Eliot Horowitz | 2011-05-12 | 2 | -2/+2 | |
| | ||||||
* | BUMP 1.8.2-rc1r1.8.2-rc1 | Eliot Horowitz | 2011-05-11 | 4 | -3/+9 | |
| | ||||||
* | fix multi-shard writeback contention | Eliot Horowitz | 2011-05-11 | 7 | -13/+48 | |
| | ||||||
* | eliminate spurious warning | Mathias Stearn | 2011-05-11 | 1 | -2/+2 | |
| | ||||||
* | manual backport of some the fixes to mongos | Eliot Horowitz | 2011-05-11 | 4 | -41/+50 | |
| | ||||||
* | better test debugging | Eliot Horowitz | 2011-05-11 | 1 | -2/+2 | |
| | ||||||
* | nicer debugging message | Eliot Horowitz | 2011-05-11 | 1 | -1/+2 | |
| | ||||||
* | fix compile backport of a replSetGetStatus concurrency fix | Dwight | 2011-05-10 | 2 | -0/+4 | |
| | ||||||
* | backport of a replSetGetStatus concurrency fix | Dwight | 2011-05-10 | 5 | -22/+25 | |
| | ||||||
* | allow {j:true} in getLastError. this indicates wait for journaling. but it ↵ | Dwight | 2011-05-07 | 1 | -4/+15 | |
| | | | | | | will not do an fsync if a nonjournaled instance of mongod. | |||||
* | fix connPoolStats race condition SERVER-3043 | Eliot Horowitz | 2011-05-05 | 1 | -0/+3 | |
| | ||||||
* | post 1.8.2-rc0 | Eliot Horowitz | 2011-05-04 | 2 | -2/+2 | |
| | ||||||
* | BUMP 1.8.2-rc0r1.8.2-rc0 | Eliot Horowitz | 2011-05-03 | 4 | -3/+9 | |
| | ||||||
* | ping config server even if not doing balancing round SERVER-3015 | Eliot Horowitz | 2011-05-03 | 1 | -8/+9 | |
| | ||||||
* | Make mongodump --oplog work with auth SERVER-2850 | Mathias Stearn | 2011-05-03 | 1 | -0/+2 | |
| | ||||||
* | fix error message SERVER-2800 | Mathias Stearn | 2011-05-03 | 1 | -1/+1 | |
| | ||||||
* | C++ driver now supports 1.8 M/R options SERVER-2893 | Mathias Stearn | 2011-05-03 | 3 | -6/+42 | |
| | ||||||
* | check slave status before chunk migrate commit starts SERVER-2974 | Eliot Horowitz | 2011-05-03 | 1 | -8/+36 | |
| | | | | | | Conflicts: s/d_migrate.cpp | |||||
* | fix socket time SERVER-3014 | Eliot Horowitz | 2011-05-02 | 1 | -24/+21 | |
| | ||||||
* | One more gcc 4.6 fix | Mathias Stearn | 2011-05-02 | 1 | -2/+0 | |
| | ||||||
* | g++ 4.6 compile (new -Wunused-but-set-variable warning) | Mathias Stearn | 2011-05-02 | 8 | -12/+6 | |
| | ||||||
* | fix m/r handling of undefined SERVER-2861 | Eliot Horowitz | 2011-04-28 | 2 | -1/+34 | |
| | ||||||
* | authenticate rs manager thread SERVER-2919 | Kristina | 2011-04-28 | 2 | -0/+15 | |
| | ||||||
* | don't force a check on _id for sharding as it has to be there | Eliot Horowitz | 2011-04-26 | 2 | -0/+13 | |
| | | | | yield for longer ones SERVER-3004 | |||||
* | Wait 300s for server shutdown in deb initscripts. SERVER-2041, maybe. | Richard Kreuter | 2011-04-25 | 2 | -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. | |||||
* | only add covered matcher manually if a matcher does not exist SERVER-1742 | gregs | 2011-04-20 | 4 | -2/+12 | |
| | ||||||
* | Print warning when running on NUMA box w/o running numactl --interleave | Eliot Horowitz | 2011-04-20 | 1 | -0/+34 | |
| | | | | | | Conflicts: util/version.cpp | |||||
* | don't use ShardConnection for getMore SERVER-2961 | Eliot Horowitz | 2011-04-19 | 1 | -1/+1 | |
| | | | | test forthcoming | |||||
* | don't call _reload_inlock while not locked | Mathias Stearn | 2011-04-19 | 1 | -1/+1 | |
| | ||||||
* | fix catch | Eliot Horowitz | 2011-04-15 | 1 | -1/+1 | |
| | ||||||
* | do not demote primary if a secondary restarts SERVER-2550 | Kristina | 2011-04-14 | 2 | -4/+7 | |
| | ||||||
* | more verbose logging on multiple retries | Eliot Horowitz | 2011-04-12 | 1 | -2/+4 | |
| | ||||||
* | flushRouterConfig to force a mongos config reload SERVER-2666 | Eliot Horowitz | 2011-04-11 | 4 | -0/+53 | |
| | ||||||
* | better error handling in loading system.js. | Eliot Horowitz | 2011-04-11 | 1 | -2/+2 | |
| | ||||||
* | fix staticShardInfo to be thread safe SERVER-2929 | Eliot Horowitz | 2011-04-11 | 1 | -39/+57 | |
| | ||||||
* | post 1.8.1 | Eliot Horowitz | 2011-04-06 | 2 | -2/+2 | |
| | ||||||
* | BUMP 1.8.1r1.8.1 | Eliot Horowitz | 2011-04-06 | 4 | -3/+9 | |
| | ||||||
* | post 1.8.1-rc1 | Eliot Horowitz | 2011-04-01 | 2 | -2/+2 | |
| | ||||||
* | BUMP 1.8.1-rc1r1.8.1-rc1 | Eliot Horowitz | 2011-03-31 | 4 | -3/+9 | |
| | ||||||
* | fix 1.8 compile backport | Eliot Horowitz | 2011-03-31 | 1 | -2/+2 | |
| | ||||||
* | remove all clientId related code and systems, and just use tls SERVER-2872 | Eliot Horowitz | 2011-03-31 | 12 | -265/+89 | |
| | ||||||
* | Cleanup connection when getlasterror fails | greg | 2011-03-31 | 1 | -2/+30 | |
| |