GitHub user narendly opened a pull request:
https://github.com/apache/helix/pull/165
Set job state to NOT_STARTED at job creation in WorkflowRebalancer
Previously, when jobs are created, their states were not set (null). Jobs
are now in NOT_STARTED at workflow context creation for more transparency on
the client side.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/narendly/helix jobstate
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/165.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 #165
----
commit 48eff094eec5196a4373d75c6c08c755f516f1d5
Author: narendly <narendly@...>
Date: 2018-03-26T21:29:14Z
Set job state to NOT_STARTED at job creation in WorkflowRebalancer
Previously, when jobs are created, their states were not set (null). Jobs
are now in NOT_STARTED at workflow context creation for more transparency on
the client side.
----
---