GitHub user narendly opened a pull request:
https://github.com/apache/helix/pull/217
Add NOP classes for quota management support
The following classes and interfaces were added: TaskAssigner,
AssignableInstance, and TaskAssignResult.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/narendly/helix 1307027
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/217.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 #217
----
commit 763aa1e9f87e574a8185777ac58d4991dc0e19d0
Author: Hunter Lee <narendly@...>
Date: 2018-07-09T19:28:39Z
[HELIX-715] Add NOP classes for quota management support
The following classes and interfaces were added: TaskAssigner,
AssignableInstance, and TaskAssignResult.
----
---