GitHub user narendly opened a pull request:
https://github.com/apache/helix/pull/249
Fix test configs for TestRecoveryLoadBalance
There was a fix checked in for NumberOfErrorOrRecoveryPartitionThreshold in
IntermediateStateCalcStage from less than equal to to strictly less than.
Because of this, we need to change the config parameters (mostly from 1 to 0).
There is no other underlying logic change.
Changelist:
1. Change config parameters appropriately in test case JSON files from 1 to 0
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/narendly/helix 1350729
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/249.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 #249
----
commit dabee6da163790b39917af5fde5e557c4d23fee7
Author: Hunter Lee <narendly@...>
Date: 2018-07-16T22:43:55Z
[HELIX-734] Fix test configs for TestRecoveryLoadBalance
There was a fix checked in for NumberOfErrorOrRecoveryPartitionThreshold in
IntermediateStateCalcStage from less than equal to to strictly less than.
Because of this, we need to change the config parameters (mostly from 1 to 0).
There is no other underlying logic change.
Changelist:
1. Change config parameters appropriately in test case JSON files from 1 to 0
----
---