summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-940 A shard can be on a 'draining' stateAlberto Lerner2010-06-152-8/+21
* Fix typo in log messageAlberto Lerner2010-06-151-1/+1
* more sharding mongod side cleaningEliot Horowitz2010-06-144-75/+167
* SERVER-940 Balancer policy will pick a draining shard, if there is oneAlberto Lerner2010-06-142-17/+55
* Update config db occurs at a later pointAlberto Lerner2010-06-141-1/+1
* Fix MaxChunkSize typoAlberto Lerner2010-06-141-1/+1
* msvc compiledwight2010-06-111-1/+1
* more mongod sharding cleaningEliot Horowitz2010-06-114-168/+239
* more cleaningEliot Horowitz2010-06-111-3/+3
* starting some sharding mongod logic cleaningEliot Horowitz2010-06-113-30/+84
* Drop the config context if the command failsAlberto Lerner2010-06-101-0/+1
* add "n" to getLastError sharded SERVER-1204Eliot Horowitz2010-06-081-0/+11
* Don't wait for an incoming query to load the shards infoAlberto Lerner2010-06-081-0/+2
* Better balancer messagesAlberto Lerner2010-06-081-4/+6
* SERVER-950 addshard's maxSize option is in effect (carefull, no way to undo i...Alberto Lerner2010-06-074-12/+26
* Move unittest to the usual place (addresses previous Win64 break)Alberto Lerner2010-06-061-1/+25
* SERVER-950 Balancer policy now picks up size limits (but balancer is not pass...Alberto Lerner2010-06-053-3/+28
* SERVER-950 Pass space usage and limits information the to balancer policyAlberto Lerner2010-06-054-101/+157
* vcxproj updated for s changesdwight2010-06-053-1/+13
* Clean remerge of SERVER-1189 Improves logging in util/ntservice.cppJustin Dearing2010-06-052-6/+14
* SERVER-950 Separate the space-based policy from the balancing mechanism [2/2]Alberto Lerner2010-06-044-156/+259
* SERVER-950 Separate the space-based policy from the balancing mechanism [1/2]Alberto Lerner2010-06-042-50/+78
* SERVER-950 if there's a maximum size for the shard, pick it upAlberto Lerner2010-06-042-7/+13
* Don't ask for a shard's version number, if possible.Alberto Lerner2010-06-031-2/+6
* don't lock in ChunkManager constructorEliot Horowitz2010-06-022-1/+5
* make getLastError smarter in a sharded environmentEliot Horowitz2010-06-023-5/+39
* update vcxprojDwight Merriman2010-05-292-0/+8
* more scoped_ptr usageMathias Stearn2010-05-283-10/+10
* Chunk now uses enable_shared_from_thisMathias Stearn2010-05-282-10/+5
* Use shared_ptr for DBConfigMathias Stearn2010-05-287-35/+41
* LastError cleanup SERVER-1165Eliot Horowitz2010-05-283-5/+29
* mongos now accepts a --bind_ip argument [SERVER-1156]alerner2010-05-281-3/+10
* clean up cursors SERVER-1167Eliot Horowitz2010-05-286-9/+109
* Pull all the code for defining and printing the version of executables to one...alerner2010-05-281-0/+1
* Make ShardConnection more like ScopedDBConnectionMathias Stearn2010-05-272-2/+12
* Make ShardConnection complain if not closedMathias Stearn2010-05-272-1/+6
* Plug leaksMathias Stearn2010-05-273-2/+3
* rwlocks participate in mutexDebuggerDwight Merriman2010-05-271-2/+3
* minor vcxproj adjust for directory changesDwight Merriman2010-05-262-4/+4
* this should never have compiledMathias Stearn2010-05-261-1/+1
* checkpoint for explain sharded SERVER-953Eliot Horowitz2010-05-261-0/+7
* Merge branch 'master' of github.com:mongodb/mongoAlberto Lerner2010-05-2612-52/+57
|\
| * don't leak ChunkManager use - shared_ptrEliot Horowitz2010-05-2612-44/+49
| * balancing functional testEliot Horowitz2010-05-261-8/+8
* | Comments describing the balancer takeover.Alberto Lerner2010-05-261-5/+12
|/
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-05-261-1/+13
|\
| * Balancer now skips a database that doesn't have any sharded collections in itAlberto Lerner2010-05-261-1/+13
* | fix balancingEliot Horowitz2010-05-261-1/+1
|/
* MutexDebuggerDwight Merriman2010-05-268-10/+15
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-05-241-0/+4
|\