Repository: storm Updated Branches: refs/heads/master 2c762dd2d -> 18f68f7a9
add missing changes 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/18f68f7a Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/18f68f7a Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/18f68f7a Branch: refs/heads/master Commit: 18f68f7a967f7173b9c7c7444bedd53b13ad65fb Parents: 2c762dd Author: Jungtaek Lim <[email protected]> Authored: Thu Dec 3 07:33:20 2015 +0900 Committer: Jungtaek Lim <[email protected]> Committed: Thu Dec 3 07:33:20 2015 +0900 ---------------------------------------------------------------------- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/18f68f7a/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c4ea18..6684d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * STORM-756: Handle taskids response as soon as possible * STORM-1218: Use markdown for JavaDoc. * STORM-1075: Storm Cassandra connector. + * STORM-965: excessive logging in storm when non-kerberos client tries to connect * STORM-1341: Let topology have own heartbeat timeout for multilang subprocess * STORM-1207: Added flux support for IWindowedBolt * STORM-1352: Trident should support writing to multiple Kafka clusters. @@ -162,6 +163,7 @@ * STORM-1217: making small fixes in RAS ## 0.10.0-beta2 + * STORM-581: Add rebalance params to Storm REST API * STORM-1108: Fix NPE in simulated time * STORM-1099: Fix worker childopts as arraylist of strings * STORM-1094: advance kafka offset when deserializer yields no object
