GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-server/pull/863
Fix ManagementNodeStateListener
Wait for rebind to complete before notifying of âMASTERâ. Otherwise if
the listener does things like listing the apps, it might get back an empty list.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-server
fix-ManagementNodeStateListener
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/863.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 #863
----
commit 749f41ac7bf0ecae0b4a3e28e572da438c3fc833
Author: Aled Sage <[email protected]>
Date: 2017-10-05T09:07:26Z
Fix ManagementNodeStateListener
Wait for rebind to complete before notifying of âMASTERâ
----
---