GitHub user zhan849 opened a pull request:
https://github.com/apache/helix/pull/208
[HELIX-709] Prepare controller stages for async execution
- Implemented AbstractAsyncBaseStage
- Refactored TEVCalcState and PersistAssignmentStage to use
AbstractAsyncBaseStage
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zhan849/helix harry/aabs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/208.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 #208
----
commit 9080c64429d724aa959207411ca06d690f5ee840
Author: Harry Zhang <hrzhang@...>
Date: 2018-06-28T21:25:21Z
[HELIX-709] Prepare controller stages for async execution
----
---