summaryrefslogtreecommitdiff
path: root/s/balancer_policy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Edited s/balancer_policy.cpp via GitHubMSchireson2011-10-031-1/+4
* Replace "biggest" with shard name in error message SERVER-3813gregs2011-09-161-1/+1
* use LOG(x) everywhere in mongosMathias Stearn2011-08-081-4/+4
* Merge pull request #40 from JensRantil/masterEliot2011-06-151-1/+1
|\
| * Fixing a bunch of spelling mistakes, and a few grammatical errors. No functio...Jens Rantil2011-05-261-1/+1
* | wait for from writebacks in balancer CS-635gregs2011-05-311-0/+8
|/
* Corrected spelling of the word 'available'Brendan W. McAdams2011-05-171-1/+1
* better mongos balancer debugging infoEliot Horowitz2011-05-081-0/+8
* use .trueValue() rather than .Bool() for backwards compat. 180Eliot Horowitz2011-03-051-2/+2
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-36/+38
* SERVER-1713 if a shard has writebacks pending don't use it as a receiverAlberto Lerner2010-09-211-5/+18
* SERVER-1713 move testing code to proper place and adhere to dbtest coding pra...Alberto Lerner2010-09-211-142/+4
* Better balancer messagesAlberto Lerner2010-07-081-5/+11
* log balancing info soonerEliot Horowitz2010-07-041-3/+3
* Build fix (Win 64)Alberto Lerner2010-06-231-1/+1
* SERVER-940 Balancer now drains chunks off a shard that's being removedAlberto Lerner2010-06-231-58/+186
* didn't mean to compile thatEliot Horowitz2010-06-211-1/+1
* cleaning exceptionsEliot Horowitz2010-06-211-1/+1
* SERVER-940 Balancer policy will pick a draining shard, if there is oneAlberto Lerner2010-06-141-15/+44
* SERVER-950 addshard's maxSize option is in effect (carefull, no way to undo i...Alberto Lerner2010-06-071-3/+7
* 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-051-2/+25
* SERVER-950 Pass space usage and limits information the to balancer policyAlberto Lerner2010-06-051-65/+15
* Clean remerge of SERVER-1189 Improves logging in util/ntservice.cppJustin Dearing2010-06-051-1/+1
* SERVER-950 Separate the space-based policy from the balancing mechanism [2/2]Alberto Lerner2010-06-041-0/+132