You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2016/08/19 05:47:05 UTC

[3/3] storm git commit: add STORM-2042 to CHANGELOG

add STORM-2042 to CHANGELOG


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

Branch: refs/heads/1.0.x-branch
Commit: 796d4d3f4001ed82e9575b5eae31acdbe6fe63fa
Parents: ae00c87
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Aug 19 14:46:53 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Aug 19 14:46:53 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/796d4d3f/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99cead4..4e6d0d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.3
+ * STORM-2042: Nimbus client connections not closed properly causing connection leaks
  * STORM-2032: removes warning in case more than one metrics tuple is received
  * STORM-1594: org.apache.storm.tuple.Fields can throw NPE if given invalid field in selector
  * STORM-1995: downloadChunk in nimbus.clj should close the input stream