summaryrefslogtreecommitdiff
path: root/s/shard.cpp
Commit message (Expand)AuthorAgeFilesLines
* dup error codegregs2011-10-311-1/+1
* initialize shard connection with serverId, only setShardV on single/replsets ...gregs2011-10-311-3/+17
* spellinggregs2011-10-311-1/+1
* use LOG(x) everywhere in mongosMathias Stearn2011-08-081-2/+2
* change command api to allow command options SERVER-3405gregs2011-07-271-1/+1
* add auth support SERVER-921Kristina2011-06-221-0/+17
* get copy of shard for reset, make safe for balancer thread - SERVER-3114gregs2011-05-191-12/+15
* fix error message for invalid host format SERVER-2879Eliot Horowitz2011-05-041-4/+1
* fix staticShardInfo to be thread safe SERVER-2929Eliot Horowitz2011-04-111-39/+57
* formattingEliot Horowitz2011-02-171-28/+28
* put all replica set nods in shard mapEliot Horowitz2011-02-171-8/+47
* better assertEliot Horowitz2011-02-161-2/+2
* spacingEliot Horowitz2011-02-161-3/+3
* cleanup replica set handlingEliot Horowitz2011-02-141-15/+23
* config is never a shard nodeEliot Horowitz2011-02-131-0/+3
* writeback listener handles replica sets correctly SERVER-2540Eliot Horowitz2011-02-121-21/+52
* cleaner shutdown error messageEliot Horowitz2011-01-211-1/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-47/+49
* improve replica set lookup in mongosEliot Horowitz2010-12-201-9/+12
* SERVER-1713 balancer doesn't move to a server with writebacks pendingAlberto Lerner2010-09-221-0/+1
* SERVER-1545 don't switch shards if current is best (FCoJ)Alberto Lerner2010-09-031-16/+8
* SERVER-1545 when moving a chunk, we dont want to risk getting the same shardAlberto Lerner2010-08-311-1/+13
* use replica set name for shard id SERVER-1665Kristina Chodorow2010-08-271-0/+13
* check all shard connections at once so we don't get cascading failure SERVER-...Eliot Horowitz2010-08-031-1/+11
* check for null return from query()Dwight2010-08-021-0/+1
* handle databases with different cases in mongos SERVER-1443Eliot Horowitz2010-07-221-2/+0
* set Stale shard data on late errorsEliot Horowitz2010-07-221-0/+1
* [SERVER-940] Clean state after shard removal 3/3 (refresh state on error)Alberto Lerner2010-06-291-0/+14
* [SERVER-940] Clean state after shard removal 2/3 (kills WriteBackListener to ...Alberto Lerner2010-06-291-1/+12
* [SERVER-940] Clean state after shard removal 1/3 (updates local ShardInfo)Alberto Lerner2010-06-291-0/+16
* SERVER-940 Balancer now drains chunks off a shard that's being removedAlberto Lerner2010-06-231-2/+2
* SERVER-940 A shard can be on a 'draining' stateAlberto Lerner2010-06-151-2/+9
* SERVER-950 addshard's maxSize option is in effect (carefull, no way to undo i...Alberto Lerner2010-06-071-1/+8
* SERVER-950 if there's a maximum size for the shard, pick it upAlberto Lerner2010-06-041-0/+1
* MutexDebuggerDwight Merriman2010-05-261-3/+2
* fix connection pooling a bitEliot Horowitz2010-05-201-2/+2
* make client -> mongod connection static SERVER-956Eliot Horowitz2010-05-191-1/+3
* somewhat smarter initial shard selectionEliot Horowitz2010-05-031-3/+22
* some refactoring for SERVER-946Eliot Horowitz2010-05-031-13/+36
* don't want to balance to configEliot Horowitz2010-04-281-1/+3
* listDatabases works sharded SERVER-1019Eliot Horowitz2010-04-281-0/+32
* stdafx->pchDwight2010-04-271-1/+1
* use Shard class instead of string for passing around ShardsEliot Horowitz2010-04-271-0/+94
* starting sharding name cleanup SHARDING-25Eliot Horowitz2009-08-311-531/+0
* better error message MINOREliot Horowitz2009-08-291-1/+3
* finish SERVER-101 move BSONObjIterator::_more to BSONObjIterator::moreEliot Horowitz2009-06-091-1/+1
* moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO()Eliot Horowitz2009-06-091-3/+1
* Sharding: fix countObjects, some docs MINOREliot Horowitz2009-04-221-6/+3
* Sharding: move empty shards on a splitEliot Horowitz2009-04-201-2/+59
* Sharding: auto splitting working nicelyEliot Horowitz2009-04-161-0/+25