[GitHub] helix pull request #182: [HELIX-695] add helix manager listener for new conn...

2018-04-19 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/helix/pull/182


---


[GitHub] helix pull request #182: [HELIX-695] add helix manager listener for new conn...

2018-04-16 Thread zhan849
GitHub user zhan849 opened a pull request:

https://github.com/apache/helix/pull/182

[HELIX-695] add helix manager listener for new connection notification

In this PR I added invocation and related tests of 
`stateListener.onConnected()` method in ZkHelixManager when it is connected.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/zhan849/helix harry/helix-manager-onconnected

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/helix/pull/182.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 #182


commit 65e84713503437c542e545abd521c2ba6d26
Author: Harry Zhang 
Date:   2018-04-16T17:05:30Z

[HELIX-695] add helix manager listener for new connection notification




---