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 2015/09/02 00:39:16 UTC

[3/3] storm git commit: add STORM-1008 to CHANGELOG.md

add STORM-1008 to CHANGELOG.md


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

Branch: refs/heads/master
Commit: fec4b53fef52dfe47b9db7e626733b8981e0fdd5
Parents: cce0362
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Wed Sep 2 07:38:51 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Sep 2 07:38:51 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/fec4b53f/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e384de7..1698145 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1008: Isolate the code for metric collection and retrieval from DisruptorQueue
  * STORM-991: General cleanup of the generics (storm.trident.spout package)
  * STORM-1000: Use static member classes when permitted 
  * STORM-1003: In cluster.clj replace task-id with component-id in the declaration