[jira] [Commented] (HELIX-674) Constraint Based Resource Rebalancer

2018-03-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HELIX-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16387150#comment-16387150 ] ASF GitHub Bot commented on HELIX-674: -- Github user guoyuepeng commented on the issue:

[GitHub] helix issue #137: [HELIX-674] Introducing constraints based rebalancing mech...

2018-03-05 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/helix/pull/137 MockResourceQuotaProvider#L45 should be if (_partitionQuotaMap.get(resource).containsKey(partition)) { instead of if (_partitionQuotaMap.containsKey(partition)) { could you