You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by da...@apache.org on 2015/12/21 15:46:50 UTC

[22/23] storm git commit: adds STORM-898

adds STORM-898


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

Branch: refs/heads/master
Commit: eaf5b37aaa176d61ad3104d6abd76fde0d8890e8
Parents: d790eb5
Author: Derek Dagit <de...@yahoo-inc.com>
Authored: Mon Dec 21 08:28:23 2015 -0600
Committer: Derek Dagit <de...@yahoo-inc.com>
Committed: Mon Dec 21 08:28:23 2015 -0600

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


http://git-wip-us.apache.org/repos/asf/storm/blob/eaf5b37a/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5213e44..a084de7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-898: Add priorities and per user resource guarantees to Resource Aware Scheduler
  * STORM-1187: Support windowing based on tuple ts.
  * STORM-1400: Netty Context removeClient() called after term() causes NullPointerException.
  * STORM-1383: Supervisors should not crash if nimbus is unavailable