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
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
* Optimized internals of Storm to use much fewer threads - two fewer threads per spout and one fewer thread per acker.
15
15
* Removed error method from task hooks (to be re-added at a later time)
16
16
* Validate that subscriptions come from valid components and streams, and if it's a field grouping that the schema is correct (thanks xumingming)
17
-
* MemoryTransactionalSpout now works on a cluster (TODO...)
17
+
* MemoryTransactionalSpout now works in cluster mode
18
18
* Only track errors on a component by component basis to reduce the amount stored in zookeeper (to speed up UI). A side effect of this change is the removal of the task page in the UI.
19
19
* Add TOPOLOGY-TICK-TUPLE-FREQ-SECS config to have Storm automatically send "tick" tuples to a bolt's execute method coming from the __system component and __tick stream at the configured frequency. Meant to be used as a component-specific configuration.
0 commit comments