Skip to content

Commit aaa34e4

Browse files
author
Nathan Marz
committed
update changelog
1 parent 9db6453 commit aaa34e4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ NOTE: The change from 0.7.0 in which OutputCollector no longer assumes immutable
1414
* Added "storm dev-zookeeper" command for launching a local zookeeper server. Useful for testing a one node Storm cluster locally. Zookeeper dir configured with "dev.zookeeper.path"
1515
* Use new style classes for Python multilang adapter (thanks hellp)
1616
* Added "storm version" command
17-
* Bug fix: Fixed criticial bug in opaque transactional topologies that would lead to duplicate messages when using pipelining
17+
* Heavily refactored and simplified the supervisor and worker code
18+
* Improved error message when duplicate config files found on classpath
19+
* Print the host and port of Nimbus when using the storm command line client
20+
* Bug fix: Fixed critical bug in opaque transactional topologies that would lead to duplicate messages when using pipelining
1821
* Bug fix: Workers will now die properly if a ShellBolt subprocess dies (thanks tomo)
19-
* Bug fix: Hide the BasicOutputCollector#getOutputter method, since it shouldn't be a publicly available method.
22+
* Bug fix: Hide the BasicOutputCollector#getOutputter method, since it shouldn't be a publicly available method
2023
* Bug fix: Zookeeper in local mode now always gets an unused port. This will eliminate conflicts with other local mode processes or other Zookeeper instances on a local machine. (thanks xumingming)
2124
* Bug fix: Fixed NPE in CoordinatedBolt it tuples emitted, acked, or failed for a request id that has already timed out. (thanks xumingming)
2225
* Bug fix: UI no longer errors for topologies with no assigned tasks (thanks xumingming)

0 commit comments

Comments
 (0)