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

[5/5] storm git commit: Updating Changelog for STORM-964

Updating Changelog for STORM-964


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

Branch: refs/heads/master
Commit: 0ce410684c296209a4913ada36a428e009bc4ce4
Parents: b84981e
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Thu Aug 13 11:18:41 2015 -0500
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Thu Aug 13 11:18:41 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/0ce41068/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d44e684..2045668 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-964: Add config (with small default value) for logwriter to restrict its memory usage
  * STORM-980: Re-include storm-kafka tests from Travis CI build
  * STORM-960: HiveBolt should ack tuples only after flushing.
  * STORM-951: Storm Hive connector leaking connections.