You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by da...@apache.org on 2015/12/18 20:04:10 UTC

[3/4] storm git commit: adds STORM-1400

adds STORM-1400


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/ee0b92d1
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ee0b92d1
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ee0b92d1

Branch: refs/heads/master
Commit: ee0b92d1e9ccbc9f09545073171ed6942dcd0d26
Parents: 6b133e9
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Fri Dec 18 12:48:40 2015 -0600
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Fri Dec 18 12:48:40 2015 -0600

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/ee0b92d1/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51c62bf..0323646 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1400: Netty Context removeClient() called after term() causes NullPointerException.
  * STORM-1383: Supervisors should not crash if nimbus is unavailable
  * STORM-1381: Client side topology submission hook.
  * STORM-1376: Performance slowdown due excessive zk connections and log-debugging