summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 2.0.2-rc1r2.0.2-rc1Eliot Horowitz2011-11-222-2/+2
|
* track initialization of conns SERVER-4324gregs2011-11-211-2/+23
|
* 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.
* better chunking at beginningEliot Horowitz2011-11-011-4/+17
|
* fix mongosniff build (for me at least)Mathias Stearn2011-11-011-1/+1
|
* Fix shared-client buildMathias Stearn2011-11-011-3/+4
|
* make auth test reliableEliot Horowitz2011-11-011-5/+9
|
* when splitting chunk thas has a max inf edge, don't leave a chunk bigger ↵Eliot Horowitz2011-11-011-7/+16
| | | | than max chunk size
* dup error codegregs2011-10-311-1/+1
|
* initialize shard connection with serverId, only setShardV on single/replsets ↵gregs2011-10-315-30/+102
| | | | SERVER-4020
* spellinggregs2011-10-314-10/+10
|
* fix bad assert in sharded getLastError handlingEliot Horowitz2011-10-291-1/+7
|
* option for turning off glibc checkEliot Horowitz2011-10-271-1/+3
|
* more error handling and msgs for gle SERVER-3763gregs2011-10-251-5/+16
|
* Set auth hook in final MR step, if it wasn't set previously SERVER-4114Kristina2011-10-251-0/+1
|