GitHub user hangqi opened a pull request:
https://github.com/apache/helix/pull/28
[HELIX-596] fix throttled messages still take constraints' quota
Corresponding review request: https://reviews.apache.org/r/34345/
Main changes in this pull request:
perMessageThrottleQuotaMap records all matched constraints quota for this
message, and update the overall throttleMap iff the message has not been
throttled. Originally not matter the message will be sent out or not, it will
always take the quota of the matched constraints.
@zzhang5
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hangqi/helix fix_constrain_quota
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/28.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 #28
----
commit 9ddbefcacff6b8e229e6413299d53d89f1cbcd43
Author: Hang Qi <[email protected]>
Date: 2015-05-18T06:06:20Z
[HELIX-596] fix throttled messages still take constraints' quota
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---