2016-07-22 14:04:59 -04:00
|
|
|
---
|
|
|
|
features:
|
2016-09-13 10:54:00 +05:30
|
|
|
- Added a new config option ``scheduler_weight_handler``. This is a global
|
2016-07-22 14:04:59 -04:00
|
|
|
option which specifies how the scheduler should choose from a listed of
|
|
|
|
weighted pools. By default the existing weigher is used which always
|
|
|
|
chooses the highest weight.
|
2016-09-13 10:54:00 +05:30
|
|
|
- Added a new weight handler ``StochasticHostWeightHandler``. This weight
|
2016-07-22 14:04:59 -04:00
|
|
|
handler chooses pools randomly, where the random probabilities are
|
|
|
|
proportional to the weights, so higher weighted pools are chosen more
|
|
|
|
frequently, but not all the time. This weight handler spreads new
|
|
|
|
shares across available pools more fairly.
|