Skip to content

Commit acc5183

Browse files
author
Nathan Marz
committed
updated changelog
1 parent a527240 commit acc5183

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Unreleased
22

3+
NOTE: The change from 0.7.0 in which OutputCollector no longer assumes immutable inputs has been reverted to support optimized sending of tuples to colocated tasks
4+
5+
* Messages sent to colocated tasks are sent in-memory, skipping serialization (useful in conjunction with localOrShuffle grouping) (thanks xumingming)
36
* Upgrade to Clojure 1.4 (thanks sorenmacbeth)
47
* Can override the hostname that supervisors report using "storm.local.hostname" config.
58
* Make request timeout within DRPC server configurable via "drpc.request.timeout.secs"
@@ -69,7 +72,7 @@
6972
* Logging now always goes to logs/ in the Storm directory, regardless of where you launched the daemon (thanks haitaoyao)
7073
* Improved Clojure DSL: can emit maps and Tuples implement the appropriate interfaces to integrate with Clojure's seq functions (thanks schleyfox)
7174
* Added "ui.childopts" config (thanks ddillinger)
72-
* Bug fix: OutputCollector no longer assumes immutable inputs
75+
* Bug fix: OutputCollector no longer assumes immutable inputs [NOTE: this was reverted in 0.7.2 because it conflicts with sending tuples to colocated tasks without serialization]
7376
* Bug fix: DRPC topologies now throw a proper error when no DRPC servers are configured instead of NPE (thanks danharvey)
7477
* Bug fix: Fix local mode so multiple topologies can be run on one LocalCluster
7578
* Bug fix: "storm supervisor" now uses supervisor.childopts instead of nimbus.childopts (thanks ddillinger)

0 commit comments

Comments
 (0)