summaryrefslogtreecommitdiff
path: root/s
Commit message (Collapse)AuthorAgeFilesLines
* fix vcxprojdwight2011-04-301-0/+2
|
* text and commentdwight2011-04-301-1/+2
|
* Merge branch 'master' of github.com:mongodb/mongodwight2011-04-304-34/+39
|\
| * Merge branch 'master' of git@github.com:mongodb/mongodwight2011-04-292-23/+26
| |\
| | * don't sleep with lock held SERVER-3020Eliot Horowitz2011-04-291-21/+24
| | |
| | * better debugging for errorEliot Horowitz2011-04-281-2/+2
| | |
| * | Merge branch 'master' of git@github.com:mongodb/mongodwight2011-04-286-12/+25
| |\ \ | | |/
| | * ping config server even if not doing balancing round SERVER-3015Eliot Horowitz2011-04-281-8/+9
| | |
| | * better error loggingEliot Horowitz2011-04-281-0/+1
| | |
| * | detect if we misconfigure and try to connect to a mongos as if it were a ↵dwight2011-04-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config server. this wasn't being caught on the single cofnig server case. now detected but message is rather cryptic: caught exception in mongos main: 13106 nextSafe(): { $err: "unrecognized command: dbhash", code: 13390 }
* | | vcxproj add hdr files so that find works well in the IDEdwight2011-04-302-0/+60
| |/ |/|
* | don't force a check on _id for sharding as it has to be thereEliot Horowitz2011-04-261-0/+8
| | | | | | | | yield for longer ones SERVER-3004
* | remove some overly verbose debuggingEliot Horowitz2011-04-251-4/+0
| |
* | vcxproj up to date for new cpp filedwight2011-04-252-0/+7
|/ | | | warning C4099: 'mongo::QueryUtilIndexed' : type name first seen using 'class' now seen using 'struct'
* SERVER-958 merge and address mongos dependency differencesAaron2011-04-251-0/+1
|
* SERVER-958 Track non single key field ranges and utilize them in query planningAaron2011-04-251-4/+5
|
* debugging for shard test failureEliot Horowitz2011-04-251-1/+7
|
* ok() method on ScopedConnection to know if you actually have one or if done ↵Eliot Horowitz2011-04-211-0/+2
| | | | has been called
* check slave status before chunk migrate commit starts SERVER-2974Eliot Horowitz2011-04-211-6/+34
|
* test for SERVER-2961 and commentEliot Horowitz2011-04-191-1/+4
|
* don't use ShardConnection for getMore SERVER-2961Eliot Horowitz2011-04-191-1/+1
| | | | test forthcoming
* better error messageEliot Horowitz2011-04-191-2/+5
|
* don't call _reload_inlock while not lockedMathias Stearn2011-04-181-1/+1
|
* clean error messagesEliot Horowitz2011-04-151-5/+6
|
* fix catchEliot Horowitz2011-04-151-1/+1
|
* warning C4804: use of type bool in operationDwight2011-04-151-1/+1
|
* not checking msgasserted for dupesEliot Horowitz2011-04-153-4/+4
|
* cleaner error messageEliot Horowitz2011-04-151-5/+7
|
* indicate in mongo shell prompt if connected to a mongos. goal would be to ↵Dwight2011-04-141-1/+2
| | | | prevent fat fingers and similar confusion.
* allow arbiters and passives as seeds SERVER-2547Kristina2011-04-121-1/+7
|
* cant shard local dbDwight2011-04-121-0/+4
|
* fix staticShardInfo to be thread safe SERVER-2929Eliot Horowitz2011-04-111-39/+57
|
* more verbose logging on multiple retriesEliot Horowitz2011-04-111-2/+4
|
* vcxprojDwight2011-04-062-0/+4
|
* compact not allowed through mongos for nowDwight2011-04-061-2/+9
|
* flushRouterConfig to force a mongos config reload SERVER-2666Eliot Horowitz2011-04-063-0/+22
|
* support commands wrapped with $query SERVER-2474Mathias Stearn2011-04-051-1/+3
|
* use hasPort not getPortEliot Horowitz2011-04-051-1/+1
|
* working towrads unifying network codeEliot Horowitz2011-04-052-2/+8
|
* Support commands like {query: {isMaster: 1}} in mongos SERVER-2474Mathias Stearn2011-04-041-1/+7
|
* Use intrusive_ptr rather than shared_ptr for BSONObjMathias Stearn2011-04-031-1/+2
| | | | | | | | | | | Advantages: * Owned BSONObj now uses 1 heap allocation rather than 3 * sizeof(BSONObj) is now 16 rather than 24 (on 64 bit) * perftest bson shows it to be much faster Change in BSONObj constructor API for owned case to make sure old code gets updated to allocate room for the ref count. Anyone using BSONObjBuilder doesn't need to worry about this change.
* conversion of unneeded caused_by macros to methodsgregs2011-04-015-7/+7
|
* don't allow sharding admin db SERVER-2086Eliot Horowitz2011-03-311-2/+7
|
* put indexSizes and other missing fields in sharded collstats SERVER-2752Eliot Horowitz2011-03-311-27/+74
|
* remove debug log statementgregs2011-03-301-2/+0
|
* fix for SERVER-2326, unique : true semanticsgregs2011-03-301-2/+19
|
* remove all clientId related code and systems, and just use tls SERVER-2872Eliot Horowitz2011-03-306-91/+62
|
* use LOGEliot Horowitz2011-03-301-3/+3
|
* better error messageEliot Horowitz2011-03-301-1/+1
|
* better errmsg for setShardVersion failureEliot Horowitz2011-03-301-3/+4
|