You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/11/05 22:22:15 UTC

[4/4] storm git commit: Added STORM-1165 to Changelog

Added STORM-1165 to Changelog


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

Branch: refs/heads/master
Commit: 90edd94dd2d9cc07945ff06fd084980ef32dd0f0
Parents: 30b3598
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu Nov 5 15:14:06 2015 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu Nov 5 15:14:06 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/90edd94d/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9813590..36f5ddf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-1165: normalize the scales of CPU/Mem/Net when choosing the best node for Resource Aware Scheduler
  * STORM-1163: use rmr rather than rmpath for remove worker-root
  * STORM-1170: Fix the producer alive issue in DisruptorQueueTest
  * STORM-1168: removes noisy log message & a TODO