GitHub user narendly opened a pull request:
https://github.com/apache/helix/pull/216
[HELIX] Make downward load balance also be subject to
StateTransitionThrottleConfig
â¦teTransitionThrottleConfig
In the previous implementation of allowing downward transitions, downward
transitions were not subject to any throttling constraints. In this change,
downward load balance transitions are made subject to the throttling
constraints.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/narendly/helix 1315520
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/216.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #216
----
commit 83f4e047fb2b95f8b7938c8c8728564b0bea2805
Author: Hunter Lee <narendly@...>
Date: 2018-07-09T20:14:24Z
[HELIX-716] [HELIX] Make downward load balance also be subject to
StateTransitionThrottleConfig
In the previous implementation of allowing downward transitions, downward
transitions were not subject to any throttling constraints. In this change,
downward load balance transitions are made subject to the throttling
constraints.
----
---