| Commit message (Expand) | Author | Age | Files | Lines |
* | Edited s/balancer_policy.cpp via GitHub | MSchireson | 2011-10-03 | 1 | -1/+4 |
* | Replace "biggest" with shard name in error message SERVER-3813 | gregs | 2011-09-16 | 1 | -1/+1 |
* | use LOG(x) everywhere in mongos | Mathias Stearn | 2011-08-08 | 1 | -4/+4 |
* | Merge pull request #40 from JensRantil/master | Eliot | 2011-06-15 | 1 | -1/+1 |
|\ |
|
| * | Fixing a bunch of spelling mistakes, and a few grammatical errors. No functio... | Jens Rantil | 2011-05-26 | 1 | -1/+1 |
* | | wait for from writebacks in balancer CS-635 | gregs | 2011-05-31 | 1 | -0/+8 |
|/ |
|
* | Corrected spelling of the word 'available' | Brendan W. McAdams | 2011-05-17 | 1 | -1/+1 |
* | better mongos balancer debugging info | Eliot Horowitz | 2011-05-08 | 1 | -0/+8 |
* | use .trueValue() rather than .Bool() for backwards compat. 180 | Eliot Horowitz | 2011-03-05 | 1 | -2/+2 |
* | ran astyle SERVER-2304 | Eliot Horowitz | 2011-01-04 | 1 | -36/+38 |
* | SERVER-1713 if a shard has writebacks pending don't use it as a receiver | Alberto Lerner | 2010-09-21 | 1 | -5/+18 |
* | SERVER-1713 move testing code to proper place and adhere to dbtest coding pra... | Alberto Lerner | 2010-09-21 | 1 | -142/+4 |
* | Better balancer messages | Alberto Lerner | 2010-07-08 | 1 | -5/+11 |
* | log balancing info sooner | Eliot Horowitz | 2010-07-04 | 1 | -3/+3 |
* | Build fix (Win 64) | Alberto Lerner | 2010-06-23 | 1 | -1/+1 |
* | SERVER-940 Balancer now drains chunks off a shard that's being removed | Alberto Lerner | 2010-06-23 | 1 | -58/+186 |
* | didn't mean to compile that | Eliot Horowitz | 2010-06-21 | 1 | -1/+1 |
* | cleaning exceptions | Eliot Horowitz | 2010-06-21 | 1 | -1/+1 |
* | SERVER-940 Balancer policy will pick a draining shard, if there is one | Alberto Lerner | 2010-06-14 | 1 | -15/+44 |
* | SERVER-950 addshard's maxSize option is in effect (carefull, no way to undo i... | Alberto Lerner | 2010-06-07 | 1 | -3/+7 |
* | Move unittest to the usual place (addresses previous Win64 break) | Alberto Lerner | 2010-06-06 | 1 | -1/+25 |
* | SERVER-950 Balancer policy now picks up size limits (but balancer is not pass... | Alberto Lerner | 2010-06-05 | 1 | -2/+25 |
* | SERVER-950 Pass space usage and limits information the to balancer policy | Alberto Lerner | 2010-06-05 | 1 | -65/+15 |
* | Clean remerge of SERVER-1189 Improves logging in util/ntservice.cpp | Justin Dearing | 2010-06-05 | 1 | -1/+1 |
* | SERVER-950 Separate the space-based policy from the balancing mechanism [2/2] | Alberto Lerner | 2010-06-04 | 1 | -0/+132 |