Skip to content

Commit 182572b

Browse files
author
Nathan Marz
committed
update changelog
1 parent acbcb8d commit 182572b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Optimized internals of Storm to use much fewer threads - two fewer threads per spout and one fewer thread per acker.
1515
* Removed error method from task hooks (to be re-added at a later time)
1616
* 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
1818
* 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.
1919
* 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.
2020
* Upgrade Kryo to v2.04

0 commit comments

Comments
 (0)