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/864a9cda Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/864a9cda Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/864a9cda Branch: refs/heads/0.10.x-branch Commit: 864a9cda71b3f8749ecf75e493931bc5329f8e7f Parents: c6cd6e7 Author: Jungtaek Lim <kabh...@gmail.com> Authored: Fri Jul 17 08:11:55 2015 +0900 Committer: Jungtaek Lim <kabh...@gmail.com> Committed: Fri Jul 17 08:11:55 2015 +0900 ---------------------------------------------------------------------- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/864a9cda/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ebd80d..511fd19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -171,6 +171,8 @@ ## 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