summaryrefslogtreecommitdiff
path: root/s/shard.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-4209 remove warning for sharded sub-conn, this is expected nowgregs2011-11-091-4/+4
* spellinggregs2011-10-311-1/+1
* supress sharded sub-connection warning for getLastError()gregs2011-07-121-4/+4
* add auth support SERVER-921Kristina2011-06-221-1/+14
* prep for multiplexing connections between mongos and mongod more effectivelyEliot Horowitz2011-05-181-0/+4
* ok() method on ScopedConnection to know if you actually have one or if done h...Eliot Horowitz2011-04-211-0/+2
* put all replica set nods in shard mapEliot Horowitz2011-02-171-0/+2
* cleanup replica set handlingEliot Horowitz2011-02-141-1/+2
* writeback listener handles replica sets correctly SERVER-2540Eliot Horowitz2011-02-121-7/+20
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-29/+29
* SERVER-1713 balancer doesn't move to a server with writebacks pendingAlberto Lerner2010-09-221-0/+5
* commentsAlberto Lerner2010-09-121-1/+6
* SERVER-1545 don't switch shards if current is best (FCoJ)Alberto Lerner2010-09-031-3/+3
* SERVER-1545 when moving a chunk, we dont want to risk getting the same shardAlberto Lerner2010-08-311-2/+3
* check all shard connections at once so we don't get cascading failure SERVER-...Eliot Horowitz2010-08-031-3/+6
* framework for retrying commands because data out of sync SERVER-1471Eliot Horowitz2010-07-231-0/+8
* don't replay broadcast writes SERVER-1350Eliot Horowitz2010-07-221-0/+5
* change LazyString to toString rather than (string)Eliot Horowitz2010-07-171-2/+2
* fix connection leak on checkShardVersion failureEliot Horowitz2010-07-151-1/+8
* temporarily Revert "git rid of "operator string""Mathias Stearn2010-07-071-7/+7
* git rid of "operator string"Mathias Stearn2010-07-071-7/+7
* workong on moving migrate to mongod, cleaning, and version fixingEliot Horowitz2010-07-011-0/+5
* [SERVER-940] Clean state after shard removal 2/3 (kills WriteBackListener to ...Alberto Lerner2010-06-291-0/+2
* [SERVER-940] Clean state after shard removal 1/3 (updates local ShardInfo)Alberto Lerner2010-06-291-0/+2
* SERVER-940 A shard can be on a 'draining' stateAlberto Lerner2010-06-151-6/+12
* SERVER-950 addshard's maxSize option is in effect (carefull, no way to undo i...Alberto Lerner2010-06-071-5/+9
* SERVER-950 if there's a maximum size for the shard, pick it upAlberto Lerner2010-06-041-7/+12
* Make ShardConnection more like ScopedDBConnectionMathias Stearn2010-05-271-2/+2
* Make ShardConnection complain if not closedMathias Stearn2010-05-271-0/+2
* fix connection pooling a bitEliot Horowitz2010-05-201-3/+6
* make client -> mongod connection static SERVER-956Eliot Horowitz2010-05-191-21/+22
* balancing improvementsEliot Horowitz2010-05-051-0/+4
* somewhat smarter initial shard selectionEliot Horowitz2010-05-031-3/+27
* some refactoring for SERVER-946Eliot Horowitz2010-05-031-3/+19
* streamout operator for ShardMathias Stearn2010-04-281-0/+4
* listDatabases works sharded SERVER-1019Eliot Horowitz2010-04-281-0/+7
* stdafx->pchDwight2010-04-271-1/+1
* use Shard class instead of string for passing around ShardsEliot Horowitz2010-04-271-17/+53
* Shard abstractionEliot Horowitz2010-04-191-0/+107
* starting sharding name cleanup SHARDING-25Eliot Horowitz2009-08-311-210/+0
* fix assert macro definition after a boost include (ugly at the moment)Dwight2009-05-151-0/+2
* Sharding: fix countObjects, some docs MINOREliot Horowitz2009-04-221-1/+6
* Sharding: move empty shards on a splitEliot Horowitz2009-04-201-1/+11
* Sharding: auto splitting working nicelyEliot Horowitz2009-04-161-1/+16
* Shard::getPhysicalSize()Eliot Horowitz2009-04-151-1/+8
* cleaning moveshardEliot Horowitz2009-04-031-0/+2
* remove unused variableEliot Horowitz2009-04-021-1/+0
* smarter about how to split a shardEliot Horowitz2009-03-301-1/+7
* cleaning splitEliot Horowitz2009-03-301-1/+2
* better checkShardVersionEliot Horowitz2009-03-301-2/+12