summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-2453-18416/+0
* SERVER-4215: cannot retry enough times to satisfy tests, use lockagirbal2011-12-221-35/+54
* clear _rsLookup table when appropriate.Spencer T Brody2011-12-221-0/+10
* Update replica set info on config server by shard name, not replica set name....Spencer T Brody2011-12-213-2/+28
* fix warning newlineagirbal2011-12-211-1/+1
* SERVER-3627: lookup of chunk was incorrect when checking on splitagirbal2011-12-211-4/+3
* SERVER-4215: previous commit broke output of MRagirbal2011-12-211-1/+1
* avoid copying bson obj twiceagirbal2011-12-211-3/+3
* SERVER-4407 check rlimits on startupKevin Matulef2011-12-211-1/+1
* Don't put RS name->shard mapping into shard lookup mapSpencer T Brody2011-12-191-10/+0
* SERVER-4521: ability to choose initial split points for sharded collectionagirbal2011-12-196-42/+53
* begin the process of putting global vairables in one central location. in par...Dwight2011-12-193-4/+10
* fix castdwight2011-12-171-3/+2
* SERVER-3627: disable migration during mr sharded output. More complete testing.agirbal2011-12-161-36/+69
* SERVER-3627: shard collection and initial chunks much simpler. Test now verif...agirbal2011-12-161-58/+13
* SERVER-3627: remove passing of shard results back to each shard, can be very ...agirbal2011-12-161-3/+0
* SERVER-3627: ability to assign shards to chunksagirbal2011-12-165-18/+54
* SERVER-4215 use pcursor for finalized reduce stepGreg Studer2011-12-141-57/+35
* SERVER-4215 use consistent cursor for map phaseGreg Studer2011-12-141-47/+14
* allow commands to be run sharded via ParallelCursor SERVER-4220gregs2011-12-142-0/+30
* buildbot fix command handling of stale configGreg Studer2011-12-142-2/+18
* SERVER-4220 disable request retries, now handled by pcursorGreg Studer2011-12-143-70/+86
* consistent initialization of parallel cursor across shards SERVER-4220Greg Studer2011-12-144-4/+17
* SERVER-4220 add better parallelcursor constructorGreg Studer2011-12-131-29/+4
* add ChunkManager to ShardConnection SERVER-4220gregs2011-12-1310-91/+145
* buildbot all sharding tests remove unnecessary namespace check for checkshard...Greg Studer2011-12-131-5/+1
* clcdwight2011-12-122-2/+6
* more informative error messages on network failure during migration SERVER-4076Greg Studer2011-12-121-7/+44
* SERVER-4388 update version of newly sharded collection on mongod primary afte...Greg Studer2011-12-121-1/+24
* SERVER-4465 wait for refresh if multiple retries fail for sharded count()Greg Studer2011-12-121-0/+4
* buildbotDwight2011-12-121-1/+4
* clcdwight2011-12-112-2/+5
* SERVER-4465 don't abort on local version reset unless it's a meaningful resetGreg Studer2011-12-091-7/+10
* SERVER-4459 fix windows build: prior() is in boost::Eric Milkie2011-12-092-5/+5
* static is constEric Milkie2011-12-082-2/+2
* do not forward declare classes that don't existEric Milkie2011-12-081-1/+0
* Adding some new source files to the VS project definitions, to match SConstruct.Eric Milkie2011-12-082-0/+183
* SERVER-4454 don't swallow error messageGreg Studer2011-12-081-1/+1
* SERVER-3627: do not use at() on mapagirbal2011-12-081-2/+3
* Merge branch 'master' of http://github.com/mongodb/mongo into aggregationU-tellus\cwestin2011-12-072-24/+20
|\
| * SERVER-3627: chunk range info no longer relayed by mongos, mongod figures it outagirbal2011-12-072-24/+20
* | merge from mainU-tellus\cwestin2011-12-0715-277/+412
|\ \ | |/
| * appease the compilerEric Milkie2011-12-051-1/+1
| * SERVER-4398 report the actual elapsed time for a sharded query, rather than a...Eric Milkie2011-12-051-2/+10
| * conversion from __int64 to long, possible loss of datadwight2011-12-031-2/+4
| * SERVER-3627: mongod reports chunk sizes, mongos splits if needed.agirbal2011-12-011-21/+29
| * hit config server only once when loading a chunk meta data certain version SE...Eliot Horowitz2011-11-302-8/+32
| * SERVER-3627: assert failed in inline modeagirbal2011-11-291-1/+5
| * SERVER-3627: refactor post processing of parallel MR jobs to be parallelize a...agirbal2011-11-232-254/+272
| * warning unused local variabledwight2011-11-231-1/+1