[GitHub] storm pull request #1827: STORM-2243: adds ip address to supervisor id

2017-01-06 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/storm/pull/1827


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] storm pull request #1827: STORM-2243: adds ip address to supervisor id

2016-12-14 Thread abellina
GitHub user abellina opened a pull request:

https://github.com/apache/storm/pull/1827

STORM-2243: adds ip address to supervisor id

The supervisor id is a simple UUID currently. If there are issues with the 
heartbeat messages from supervisor, looking at Zookeeper makes it hard to find 
which node is having issues. Adding the ip address to the supervisor id makes 
debugging these cases much simpler.

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

$ git pull https://github.com/abellina/storm 
STORM-2243_add_ip_address_to_supervisor_id

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

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


commit aeb3b8c71d42359474f8cc7d678d8df5b7b678ee
Author: Alessandro Bellina 
Date:   2016-12-14T02:43:59Z

STORM-2243: adds ip address to supervisor id




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---