[
https://issues.apache.org/jira/browse/STORM-1400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15063291#comment-15063291
]
ASF GitHub Bot commented on STORM-1400:
---------------------------------------
GitHub user d2r reopened a pull request:
https://github.com/apache/storm/pull/956
[STORM-1400] adds null check before trying to remove connections
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/d2r/storm storm-1400-null-check-netty-ctx
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/956.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 #956
----
commit 6281ba82c8133bdfeb4ed2f52eb540e5d103e331
Author: Derek Dagit <[email protected]>
Date: 2015-12-17T18:38:52Z
adds null check before trying to remove connections
----
> Netty Context removeClient() called after term() causes NullPointerException.
> -----------------------------------------------------------------------------
>
> Key: STORM-1400
> URL: https://issues.apache.org/jira/browse/STORM-1400
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-core
> Affects Versions: 0.10.0
> Reporter: Derek Dagit
> Assignee: Derek Dagit
> Priority: Minor
>
> Under the right conditions, we can throw a NullPointerException when shutting
> down.
> This was seen in a travis-ci run of messaging-test
> [here|https://travis-ci.org/apache/storm/jobs/97494930#L1315].
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)