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/10/24 03:03:17 UTC

[7/7] storm git commit: add STORM-1121 to CHANGELOG.md

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

Branch: refs/heads/master
Commit: 8c3fc5590709c21c4f21598d396e16309c917592
Parents: fd7cadd
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Sat Oct 24 10:02:58 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Sat Oct 24 10:02:58 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/8c3fc559/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cae333f..08dbf45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1121: Remove method call to avoid overhead during topology submission time
  * STORM-1120: Fix keyword (schema -> scheme) from main-routes
  * STORM-1115: Stale leader-lock key effectively bans all nodes from becoming leaders
  * STORM-1119: Create access logging for all daemons