summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* Don't migrate high/low chunk while balancer is disabled SERVER-3070Mathias Stearn2011-05-091-1/+1
* Mongos validate command collects top-level "valid" field SERVER-3023Mathias Stearn2011-05-091-0/+22
* better mongos balancer debugging infoEliot Horowitz2011-05-081-0/+8
* Don't need to lock in ChunkManager anymore except for distlock in drop()Mathias Stearn2011-05-062-16/+4
* All members of ChunkManager are now const (except for mutable locks)Mathias Stearn2011-05-062-23/+20
* Make ChunkManager::_load and _isValid use passed-in mapsMathias Stearn2011-05-062-16/+17
* Chunk doesn't need shared_from_this anymoreMathias Stearn2011-05-061-1/+1
* Don't need reloadRange anymoreMathias Stearn2011-05-062-64/+0
* ChunkPtr and ChunkManagerPtr can now point to const objects. Woohoo!Mathias Stearn2011-05-061-2/+2
* ChunkManager::createFirstChunk shouldn't modify thisMathias Stearn2011-05-063-32/+13
* Move Chunk::unserialize into constructorMathias Stearn2011-05-062-25/+23
* remove no-op test. Necessary for but separate from next commitMathias Stearn2011-05-061-8/+0
* Remove support for pre 1.6 chunk formatMathias Stearn2011-05-061-10/+2
* set _dataWritten in initializerMathias Stearn2011-05-062-9/+8
* make almost all public Chunk and ChunkManager methods constMathias Stearn2011-05-062-38/+31
* inline and remove _reload_in_lockMathias Stearn2011-05-062-17/+12
* Don't use _reload_inlock hereMathias Stearn2011-05-061-1/+1
* ChunkManger::reload() helperMathias Stearn2011-05-062-6/+13
* Don't call into ChunkMangager while holding the DBConfig lockMathias Stearn2011-05-061-13/+17
* Start counting at 1Mathias Stearn2011-05-061-1/+1
* fix conditionMathias Stearn2011-05-061-1/+1
* Don't return Chunk up stack after ChunkMangagerPtr goes out of scopeMathias Stearn2011-05-053-26/+31
* Move chunk obj counting into mongod.Mathias Stearn2011-05-053-65/+46
* more const for clarityMathias Stearn2011-05-051-6/+6
* remove _reloadEliot Horowitz2011-05-052-19/+5
* don't update your own config on a splitEliot Horowitz2011-05-052-20/+10
* cleaning moveIfShouldEliot Horowitz2011-05-052-10/+9
* fix error message for invalid host format SERVER-2879Eliot Horowitz2011-05-041-4/+1
* these should be constMathias Stearn2011-05-041-3/+3
* Don't use ShardedStrategy for collections that stop being shardedMathias Stearn2011-05-041-0/+3
* This needs to be done in a lockMathias Stearn2011-05-042-1/+2
* can't use scoped_ptr with ClientCursorEliot Horowitz2011-05-042-9/+14
* Merge branch 'master' into mainDwight2011-05-032-6/+7
|\
| * checkpoint index v2 workDwight2011-04-211-1/+1
| * versions for btree. checkpointing so farDwight2011-04-201-5/+6
* | update vcxproj files for ramlog.cppdwight2011-05-022-0/+4
* | more getLog workEliot Horowitz2011-05-021-0/+2
* | put all migrate log messages in a migrate RamLogEliot Horowitz2011-05-021-52/+55
* | cleaning up some loggingEliot Horowitz2011-05-021-12/+12
* | rename FieldRangeOrSet to OrRangeGeneratorAaron2011-05-021-6/+6
* | fix vcxprojdwight2011-04-301-0/+2
* | text and commentdwight2011-04-301-1/+2
* | Merge branch 'master' of github.com:mongodb/mongodwight2011-04-304-34/+39
|\ \
| * \ Merge branch 'master' of git@github.com:mongodb/mongodwight2011-04-292-23/+26
| |\ \
| | * | don't sleep with lock held SERVER-3020Eliot Horowitz2011-04-291-21/+24
| | * | better debugging for errorEliot Horowitz2011-04-281-2/+2
| * | | Merge branch 'master' of git@github.com:mongodb/mongodwight2011-04-286-12/+25
| |\ \ \ | | |/ /
| | * | ping config server even if not doing balancing round SERVER-3015Eliot Horowitz2011-04-281-8/+9
| | * | better error loggingEliot Horowitz2011-04-281-0/+1
| * | | detect if we misconfigure and try to connect to a mongos as if it were a conf...dwight2011-04-251-3/+3