summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* Compile when SIGPIPE is not definedTad Marshall2012-10-161-0/+2
* Ignore SIGPIPE on mongos. SERVER-6509 SERVER-6513Spencer T Brody2012-10-151-0/+1
* SERVER-6709: Don't call ->done() on a null ptrDan Pasette2012-10-151-1/+2
* SERVER-6305 command-line option to turn off auto-splitting on particular mong...Greg Studer2012-07-064-1/+14
* SERVER-4992 Disable dropDatabase command on configSiddharth Singh2012-07-031-0/+5
* SERVER-5872 use ScopedDBConnection when we talk to other shards during autosplitEric Milkie2012-07-031-1/+1
* SERVER-5920 protect reload of database config, ensure we don't get partial db...Greg Studer2012-07-031-48/+69
* SERVER-6167 reduce logging verbosity on stale versioned writes and getting di...Greg Studer2012-07-021-3/+6
* SERVER-6178 catch dbexceptions not socket exceptions during startup consisten...Greg Studer2012-06-281-1/+5
* SERVER-6162 backport of targeted shard ranges instead of broadcast on all que...gregs2012-06-252-24/+18
* Visual Studio -- .gitignore ipch, make mongos buildableTad Marshall2012-06-102-92/+169
* SERVER-4603 handle last shard migration more correctlyGreg Studer2012-05-091-0/+9
* backport of SERVER-5303 yield when fetching a document for migrateEliot Horowitz2012-05-091-18/+39
* SERVER-4680 sendNextBatch logic isn't correct with nonzero batch size (correc...Greg Studer2012-04-202-11/+9
* Revert "SERVER-4680 sendNextBatch logic isn't correct with nonzero batch size"Greg Studer2012-04-202-9/+11
* SERVER-4680 sendNextBatch logic isn't correct with nonzero batch sizeGreg Studer2012-04-202-11/+9
* SERVER-5645: release lock between upserts when applying bulk xfersBen Becker2012-04-191-6/+6
* SERVER-5093 fix logic error to avoid memory corruption.Eric Milkie2012-04-191-4/+3
* SERVER-4812 use say() not sayPiggyback() when closing cursors and lazyKill is...Greg Studer2012-04-191-1/+1
* SERVER-4388 update version of newly sharded collection on mongod primary afte...Greg Studer2012-04-191-1/+24
* SERVER-5406 allow slaveok auth on shard with normal timeoutgregs2012-04-181-2/+2
* SERVER-2988 catch exceptions loading chunksizegregs2012-04-181-27/+38
* SERVER-2988 give error message when initial version can't be written on mongo...Greg Studer2012-04-181-1/+12
* need to have waitable ticket holder, actually wait for ticket for config serverGreg Studer2012-03-081-2/+4
* SERVER-5069 replace ScopedDBConnection message with something more meaningfulGreg Studer2012-03-061-1/+1
* SERVER-5142 use ticket holder instead of mutex to allow 3 parallel refreshes,...Greg Studer2012-03-063-6/+6
* SERVER-5142 double-check in lock for new version before recreating ShardChunk...Greg Studer2012-03-062-2/+25
* SERVER-4765 sharded_passthrough.js we need to actually pass the query to curr...Greg Studer2012-02-011-1/+1
* SERVER-3763 SERVER-4643 use correct connectionEric Milkie2012-01-241-19/+23
* SERVER-3763 SERVER-4643 catch exceptions on connect to other shards when hand...Eric Milkie2012-01-241-5/+6
* SERVER-3763 SERVER-4643 avoid exceptions in getlasterror due to other shards ...Eric Milkie2012-01-241-2/+1
* SERVER-4387 force reload of config data after multiple exceptions for commandsgregs2012-01-022-2/+11
* don't re-use deleted connections from rset after runCommandGreg Studer2011-12-191-4/+13
* SERVER-4465 wait for refresh if multiple retries fail for sharded count()Greg Studer2011-12-121-0/+4
* SERVER-4465 don't abort on local version reset unless it's a meaningful resetGreg Studer2011-12-111-7/+10
* hit config server only once when loading a chunk meta data certain version SE...Eliot Horowitz2011-12-012-8/+32
* 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-211-1/+9
* don't leak connections when onCreate or onHandOut hook fails SERVER-4331Eliot Horowitz2011-11-211-1/+7
* limit number of concurrent splitVectors SERVER-4296Eliot Horowitz2011-11-162-1/+11
* don't throw away conn on gle SERVER-4290gregs2011-11-161-0/+1
* 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 count command on mongos error after 5 failed attempts, instead of retryi...Spencer T Brody2011-11-111-3/+11
* fix for backwards compatibility and shard versioning SERVER-4240gregs2011-11-101-0/+8
* SERVER-4209 remove warning for sharded sub-conn, this is expected nowgregs2011-11-093-44/+15
* reload shard version if needed for new collections in wbl SERVER-4171gregs2011-11-071-3/+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 big...Eliot Horowitz2011-11-011-16/+7