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 check it?
@jiajunwang ---
