summaryrefslogtreecommitdiff
path: root/s/shard.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* sharding w version numbers checkpointEliot Horowitz2009-03-271-5/+12
* shard versioning checkpointEliot Horowitz2009-03-251-2/+5
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-02-271-1/+1
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-02-271-1/+1
| |\
| * | new shardkey implementation (first pass)Dwight2009-02-271-1/+1
* | | lastmodEliot Horowitz2009-02-271-2/+6
| |/ |/|
* | make unserialze take a const BSONObj&Eliot Horowitz2009-02-271-1/+1
|/
* sharding schema change, some object re-orgEliot Horowitz2009-02-261-21/+28
* comments and better names for shardkeyDwight2009-02-251-2/+2
* sharding query work - works of only need 1 serverEliot Horowitz2009-02-211-0/+5
* moveshardEliot Horowitz2009-02-201-5/+14
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-02-201-1/+3
|\
| * insert shard checkpointEliot Horowitz2009-02-201-1/+3
* | 'better' LazyStringAaron2009-02-201-6/+2
|/