Repository: storm Updated Branches: refs/heads/0.10.x-branch 6a230e5b8 -> ed2e89117
update changelog Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/ed2e8911 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ed2e8911 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ed2e8911 Branch: refs/heads/0.10.x-branch Commit: ed2e8911785fdfbdc84ecb67cb1256fb52bc729a Parents: 6a230e5 Author: P. Taylor Goetz <[email protected]> Authored: Fri May 29 12:52:29 2015 -0400 Committer: P. Taylor Goetz <[email protected]> Committed: Fri May 29 12:52:29 2015 -0400 ---------------------------------------------------------------------- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/ed2e8911/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 221a0f4..50dcb2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## 0.10.0 + * STORM-835 Netty Client hold batch object until io operation complete + * STORM-827: Allow AutoTGT to work with storm-hdfs too. * STORM-728: Put emitted and transferred stats under correct columns * STORM-790: Log "task is null" instead of let worker died when task is null in transfer-fn * STORM-752: [storm-redis] Clarify Redis*StateUpdater's expire is optional
