summaryrefslogtreecommitdiff
path: root/s/balance.cpp
Commit message (Expand)AuthorAgeFilesLines
* If migrate fails due to oversized chunk, try to split that chunk SERVER-2519Eliot Horowitz2011-02-161-0/+15
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-48/+50
* SERVER-1358 add a size beyond which a chunk migrate request should not go thr...Alberto Lerner2010-12-171-1/+1
* unref local vardwight2010-12-131-1/+1
* SERVER-2213 balancer tolerates servers being down at mongos startupAlberto Lerner2010-12-131-22/+40
* don't split after a balance move fails (a lock taken would cause it) and defe...Alberto Lerner2010-10-271-7/+3
* better method nameAlberto Lerner2010-10-251-1/+1
* all split requests now go through new logicAlberto Lerner2010-10-221-1/+1
* SERVER-1979 check max key before requesting a moveAlberto Lerner2010-10-201-3/+3
* SERVER-1713 balancer doesn't move to a server with writebacks pendingAlberto Lerner2010-09-221-1/+1
* SERVER-1713 if a shard has writebacks pending don't use it as a receiverAlberto Lerner2010-09-211-1/+3
* SERVER-1713 move testing code to proper place and adhere to dbtest coding pra...Alberto Lerner2010-09-211-1/+1
* abort chunk move if too big SERVER-1806Eliot Horowitz2010-09-161-3/+8
* better messageAlberto Lerner2010-09-121-1/+1
* Say hello even if in log level 0.Alberto Lerner2010-08-101-1/+1
* SERVER-1292 A bit more prep, separate grid.{h,cpp} from configAlberto Lerner2010-07-281-0/+1
* SERVER-1280 Bring back the stop balancer markerAlberto Lerner2010-07-211-26/+14
* sleep on balancer errorEliot Horowitz2010-07-191-0/+1
* Revert "SERVER-1270 Prep for hooking StringData"Alberto Lerner2010-07-171-3/+2
* SERVER-1270 Prep for hooking StringDataAlberto Lerner2010-07-171-2/+3
* Balancer refreshes shard state at every roundAlberto Lerner2010-07-161-3/+3
* fix balance sleep scheduleEliot Horowitz2010-07-131-2/+6
* More logging messagesAlberto Lerner2010-07-131-18/+17
* use distlock for balancer SERVER-1354Eliot Horowitz2010-07-131-74/+8
* distlock pings, get rid of ourHostnameEliot Horowitz2010-07-131-1/+1
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-07-081-19/+29
|\
| * Better balancer messagesAlberto Lerner2010-07-081-19/+29
* | todo commentEliot Horowitz2010-07-081-0/+1
|/
* SERVER-1280 Allow balancer to be turned offAlberto Lerner2010-07-061-3/+19
* SERVER-940 A bit more cleanup after shard was removedAlberto Lerner2010-06-301-0/+4
* SERVER-940 Balancer now drains chunks off a shard that's being removedAlberto Lerner2010-06-231-2/+6
* didn't mean to compile thatEliot Horowitz2010-06-211-1/+1
* cleaning exceptionsEliot Horowitz2010-06-211-1/+1
* 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-071-3/+2
* SERVER-950 Balancer policy now picks up size limits (but balancer is not pass...Alberto Lerner2010-06-051-1/+1
* SERVER-950 Pass space usage and limits information the to balancer policyAlberto Lerner2010-06-051-10/+112
* SERVER-950 Separate the space-based policy from the balancing mechanism [2/2]Alberto Lerner2010-06-041-137/+27
* SERVER-950 Separate the space-based policy from the balancing mechanism [1/2]Alberto Lerner2010-06-041-44/+66
* Use shared_ptr for DBConfigMathias Stearn2010-05-281-1/+1
* Merge branch 'master' of github.com:mongodb/mongoAlberto Lerner2010-05-261-9/+9
|\
| * don't leak ChunkManager use - shared_ptrEliot Horowitz2010-05-261-1/+1
| * 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
|/
* use shared_ptr for Chunk referencesEliot Horowitz2010-05-241-5/+11
* fix connection pooling a bitEliot Horowitz2010-05-201-2/+2