GitHub user miguno opened a pull request: https://github.com/apache/storm/pull/463
Client (Netty): improving logging to help troubleshooting connection woes These logging statements are not on a hot path, and `INFO` is the default log level of Storm. These logging are filling a gap that facilitates understanding connection woes in a Storm cluster (cf. our work on STORM-329). You can merge this pull request into a Git repository by running: $ git pull https://github.com/miguno/storm improve-closeChannelAndReconnect-logging Alternatively you can review and apply these changes as the patch at: https://github.com/apache/storm/pull/463.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 #463 ---- commit 50aac686de68f783c5767a281922f05ce05e4127 Author: Michael G. Noll <mn...@verisign.com> Date: 2015-03-11T11:07:11Z Add logging to closeChannelAndReconnect() to help with connnection troubleshooting commit ea2a61d91310835a78354052889e37761a68f5cf Author: Michael G. Noll <mn...@verisign.com> Date: 2015-03-11T11:14:18Z Add logging to connect() for corner cases (e.g. client is being closed) ---- --- 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. ---