You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,12 @@ NOTE: The change from 0.7.0 in which OutputCollector no longer assumes immutable
14
14
* 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"
15
15
* Use new style classes for Python multilang adapter (thanks hellp)
16
16
* 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
18
21
* 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
20
23
* 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)
21
24
* Bug fix: Fixed NPE in CoordinatedBolt it tuples emitted, acked, or failed for a request id that has already timed out. (thanks xumingming)
22
25
* Bug fix: UI no longer errors for topologies with no assigned tasks (thanks xumingming)
0 commit comments