GitHub user dasahcc opened a pull request:
https://github.com/apache/helix/pull/63
Bug fixing and Improvements
There are 7 bug fixing and improvements in this pull request.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dasahcc/helix helix-0.6.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/63.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 #63
----
commit a9267e55345d72d0255a9dae2c31ab4dc27acad1
Author: Junkai Xue <[email protected]>
Date: 2016-12-16T00:45:14Z
[HELIX-641] Add total message recevied for each instance
commit 1db243887d54feee787a2ddb66bce9e34fab9afe
Author: Junkai Xue <[email protected]>
Date: 2016-12-16T00:46:11Z
[HELIX-642] Disable the participant instance once it disconnected due to
unstable ZK
When ZK is not stable, the instance connection will be disconnected. Before
disconnect from ZK, disable the instance.
commit 488ce4c34a60505bf7d70df860f0df9dd5fa9642
Author: Junkai Xue <[email protected]>
Date: 2016-12-16T00:47:27Z
[HELIX-643] Make instance variables in DistClusterControllerStateModel as
protected fields to make them visiable to its subclass.
commit 44209b846b5ba17d04799508947c391526991152
Author: Junkai Xue <[email protected]>
Date: 2016-12-16T00:48:38Z
[HELIX-644] Add accessor method for getting zkSerializer from ZkClient
commit 1563338ee5488f5f1e563059ee127edd1ac350c6
Author: Junkai Xue <[email protected]>
Date: 2016-12-16T00:49:25Z
[HELIX-645] Fix Task State Model INIT priority number
commit a8d54e32cb74d6b5d9702d4d27005498b8dc43e0
Author: Junkai Xue <[email protected]>
Date: 2016-12-16T00:57:19Z
[HELIX-646] DeleteJob from a recurrent job queue should not throw exception
if last scheduled queue not exist
When delete a job from recurrent jobqueue, it will delete job from last
scheduled one and recurrent template. But the last scheduled one could not
started or expired, thus we should ignore the fail of deletion.
commit 1eb40c3ffb5191c94ec4055b692d2601723f91cf
Author: Junkai Xue <[email protected]>
Date: 2016-12-16T02:20:03Z
[HELIX-648] Extend WorkflowConfig and JobConfig to ResourceConfig
WorkflowConfig and JobConfig are stored as ResourceConfig but still needs
extra conversion in current codebase. Thus we have to extend those two configs
to ResourceConfig.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---