summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 2.0.2-rc2r2.0.2-rc2Eliot Horowitz2011-12-072-2/+2
|
* backport of SERVER-4430Eliot Horowitz2011-12-062-2/+4
|
* Count new RS members as up before they are initializedKristina2011-12-051-2/+2
|
* fix test for when sockets closeEliot Horowitz2011-12-031-2/+7
|
* buildbot v2.0.2 replica_set_shard_version.js reconnect after stepdown and ↵gregs2011-12-021-18/+38
| | | | fix other timing issues
* Fix MessagingPort to register all ports in global listKristina2011-12-012-0/+4
|
* hit config server only once when loading a chunk meta data certain version ↵Eliot Horowitz2011-12-012-8/+32
| | | | SERVER-4396
* fix oplog replay segfault SERVER-4350Eliot Horowitz2011-11-232-1/+2
|
* make profile1 test more robustEliot Horowitz2011-11-221-14/+16
|
* post 2.0.2-rc1Eliot Horowitz2011-11-222-2/+2
|
* Merge branch 'v2.0' of github.com:mongodb/mongo into v2.0Eliot Horowitz2011-11-223-4/+25
|\
| * BUMP 2.0.2-rc1r2.0.2-rc1Eliot Horowitz2011-11-222-2/+2
| |
| * track initialization of conns SERVER-4324gregs2011-11-211-2/+23
| |
* | add some extra_info for windows serverStatus outputdwight2011-11-211-2/+15
|/
* ignore sharding state on secondaries consistently SERVER-4324Eliot Horowitz2011-11-211-0/+5
|
* handle non-sharded query not master errors SERVER-4324Eliot Horowitz2011-11-213-3/+46
|
* test for SERVER-4324Eliot Horowitz2011-11-211-0/+51
|
* when we get a "not master" error on a command, check for new primary SERVER-4324Eliot Horowitz2011-11-212-2/+25
|
* don't leak connections when onCreate or onHandOut hook fails SERVER-4331Eliot Horowitz2011-11-212-6/+30
|
* post 2.0.2-rc0Eliot Horowitz2011-11-182-2/+2
|
* BUMP 2.0.2-rc0r2.0.2-rc0Eliot Horowitz2011-11-172-2/+2
|
* limit number of concurrent splitVectors SERVER-4296Eliot Horowitz2011-11-162-1/+11
|
* scons flag to use each library externally --use-system-(prcre|boost) SERVER-3829Eliot Horowitz2011-11-164-13/+48
| | | | | | | | | | | | | currently supported: --use-system-all --use-system-pcre --use-system-sm Conflicts: SConstruct
* return arrays if arrays given SERVER-3661gregs2011-11-163-1/+24
|
* don't throw away conn on gle SERVER-4290gregs2011-11-161-0/+1
|
* Fix auth1 testKristina2011-11-151-5/+4
|
* SERVER-3528: memory footprint of JS context keeps increasing as it is used, ↵agirbal2011-11-152-2/+15
| | | | delete every 100 use
* backport of Make sharded killOp/curOp/unlock check auth SERVER-4250Eliot Horowitz2011-11-141-0/+6
|
* - SERVER-4114: also add auth hook to shardConnectionPoolagirbal2011-11-141-0/+1
|
* make buildInfo not require auth again (back to 1.8 behavior) SERVER-3837Eliot Horowitz2011-11-141-1/+2
|
* Change replset tests to use non-static applyOperationKristina2011-11-141-12/+11
|
* Generalize recloning docs on initial oplog application SERVER-3367Kristina2011-11-145-73/+79
| | | | | | | Conflicts: db/repl.cpp db/repl/rs_sync.cpp
* Add test for SERVER-4196.Spencer T Brody2011-11-111-1/+14
|
* Make count command on mongos error after 5 failed attempts, instead of ↵Spencer T Brody2011-11-111-3/+11
| | | | retrying indefinitely. SERVER-4196
* fix for backwards compatibility and shard versioning SERVER-4240gregs2011-11-101-0/+8
|
* Fix test - reconnect after server restartKristina2011-11-101-0/+1
|
* SERVER-4242 hide splitter functiongregs2011-11-101-3/+2
|
* fix for helper function getChunkDistribution()gregs2011-11-101-4/+4
|
* shell helpers for some sharding operations/status across a collectiongregs2011-11-102-0/+205
|
* Only sync from members that build indexes unless buildIndexes=false SERVER-4160Kristina2011-11-092-31/+28
| | | | | | Conflicts: db/repl/rs_initialsync.cpp
* SERVER-4209 remove warning for sharded sub-conn, this is expected nowgregs2011-11-093-44/+15
|
* make test not hard code sharding knowledgeEliot Horowitz2011-11-081-3/+10
|
* fix some unchecked mallocs SERVER-4228Eliot Horowitz2011-11-081-0/+4
|
* fix testEliot Horowitz2011-11-071-2/+10
|
* SERVER-4171 modified test for wbl and new sharding, avoids S*RVER-4222gregs2011-11-071-0/+42
|
* reload shard version if needed for new collections in wbl SERVER-4171gregs2011-11-071-3/+6
|
* buildbot auto1.js sort() doesn't work the way we thought it did...gregs2011-11-071-1/+2
|
* make test depend less on sharding internalsEliot Horowitz2011-11-031-5/+6
|
* force reload of config after two failed wbl checks SERVER-4118gregs2011-11-011-1/+1
|
* Revert "when splitting chunk thas has a max inf edge, don't leave a chunk ↵Eliot Horowitz2011-11-011-16/+7
| | | | | | bigger than max chunk size" This reverts commit 41e5ee7a2fc5a47786ec9af9887cf86cec24defd.