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 2016/09/29 15:28:44 UTC

[2/2] storm git commit: added STRM-2126 to Changelog

added STRM-2126 to Changelog


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

Branch: refs/heads/1.x-branch
Commit: 2846bd73420279797fbd26a83a48d23d25caa1e0
Parents: 66b109d
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu Sep 29 10:26:05 2016 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Thu Sep 29 10:26:05 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/storm/blob/2846bd73/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ca3bbe..ee2a951 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.1.0
+ * STORM-2126: fix NPE due to race condition in compute-new-sched-assign\u2026
  * STORM-2124: show requested cpu mem for each component
  * STORM-2089: Replace Consumer of ISqlTridentDataSource with SqlTridentConsumer
  * STORM-2118: A few fixes for storm-sql standalone mode