GitHub user narendly opened a pull request:
https://github.com/apache/helix/pull/229
Add quotaType field to WorkflowConfig and JobConfig
WorkflowConfig and JobConfig define workflows and jobs respectively. In
order to support job scheduling based on quota types, we need to associate
workflows and jobs with quota types and provide APIs for get/set accordingly.
ChangeList:
1. Workflow and Job Config have APIs added for quota type support
2. Code formatting per Helix code formatter
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/narendly/helix 1322483
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/229.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 #229
----
commit 1892b98e213fae9b7c2195af31055d50f56c6a06
Author: Hunter Lee <narendly@...>
Date: 2018-07-10T01:31:37Z
[HELIX-722] Add quotaType field to WorkflowConfig and JobConfig
WorkflowConfig and JobConfig define workflows and jobs respectively. In
order to support job scheduling based on quota types, we need to associate
workflows and jobs with quota types and provide APIs for get/set accordingly.
ChangeList:
1. Workflow and Job Config have APIs added for quota type support
2. Code formatting per Helix code formatter
----
---