You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2015/10/28 21:31:24 UTC

[3/6] storm git commit: add STORM-1027 to changelog

add STORM-1027 to changelog


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

Branch: refs/heads/0.9.x-branch
Commit: 266e0fe8e33dbb81144c606ae65cf8af5fc6488d
Parents: f8e429b
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Wed Oct 28 16:22:22 2015 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Wed Oct 28 16:22:22 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/266e0fe8/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd40078..7fb3313 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.9.6
+ * STORM-1027: Use overflow buffer for emitting metrics
  * STORM-996: netty-unit-tests/test-batch demonstrates out-of-order delivery
  * STORM-1056: allow supervisor log filename to be configurable via ENV variable
  * STORM-1051: Netty Client.java's flushMessages produces a NullPointerException