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/09/23 00:23:30 UTC

[05/50] storm git commit: add STORM-1007 to CHANGELOG.md

add STORM-1007 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/a5a7ba18
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/a5a7ba18
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/a5a7ba18

Branch: refs/heads/STORM-1040
Commit: a5a7ba181017413674c4edaf09cf003dfe8c8e62
Parents: ae1b881
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Sep 18 07:37:08 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Sep 18 07:37:08 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/a5a7ba18/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc076fc..587a6a2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1007: Add more metrics to DisruptorQueue
  * STORM-1011: HBaseBolt default mapper should handle null values
  * STORM-1019: Added missing dependency version to use of org.codehaus.mojo:make-maven-plugin
  * STORM-1020: Document exceptions in ITuple & Fields