GitHub user zhixinwen opened a pull request:
https://github.com/apache/helix/pull/121
use _lastCurState instead of _initState when carry over session
Although the current approach can work, it would very likely to trigger
`HelixStateMismatchException`.
Let me know if I miss anything.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zhixinwen/helix carry-over-previous-state
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/121.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 #121
----
commit adfcff5da9760a95442b749444e7f52d1af34d87
Author: Zhixin Wen <zhixin@...>
Date: 2017-12-21T00:48:43Z
use _lastCurState instead of _initState when carry over session
----
---