You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2015/07/30 15:54:17 UTC

[3/3] storm git commit: Added STORM-951 to Changelog.

Added STORM-951 to Changelog.


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

Branch: refs/heads/master
Commit: 8be4c3c3f85adb109685b898fc343660798a02e1
Parents: 63fe18c
Author: Sriharsha Chintalapani <ha...@hortonworks.com>
Authored: Thu Jul 30 06:53:34 2015 -0700
Committer: Sriharsha Chintalapani <ha...@hortonworks.com>
Committed: Thu Jul 30 06:53:34 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/storm/blob/8be4c3c3/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6da5d07..2ec09e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-951: Storm Hive connector leaking connections.
  * STORM_803: Better CI logs
  * STORM-806: use storm.zookeeper.connection.timeout in storm-kafka ZkState when newCurator
  * STORM-809: topology.message.timeout.secs should not allow for null or <= 0 values