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/07/17 01:32:28 UTC

[8/8] storm git commit: add STORM-935 and STORM-503 to CHANGELOG.md

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

Branch: refs/heads/0.9.x-branch
Commit: f17b4151fc6f5dab1c6bd091a3e3b314ba0f0ad7
Parents: daba597
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Jul 17 08:31:46 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Jul 17 08:31:46 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/storm/blob/f17b4151/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d3dfbe1..761d515 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
 ## 0.9.6
  * STORM-763: nimbus reassigned worker A to another machine, but other worker's netty client can't connect to the new worker A
+ * STORM-935: Update Disruptor queue version to 2.10.4
+ * STORM-503: Short disruptor queue wait time leads to high CPU usage when idle
 
 ## 0.9.5
  * STORM-790: Log "task is null" instead of let worker died when task is null in transfer-fn