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
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## Unreleased
1
+
## 0.7.2
2
2
3
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
4
@@ -24,6 +24,7 @@ NOTE: The change from 0.7.0 in which OutputCollector no longer assumes immutable
24
24
* "nohup" no longer used by supervisor to launch workers (unnecessary)
25
25
* Throw helpful error message if StormSubmitter used without using storm client script
26
26
* Add Values class as a default serialization
27
+
* MemoryTransationalSpout can be used in cluster mode
27
28
* Bug fix: give absolute piddir to subprocesses (so that relative paths can be used for storm local dir)
28
29
* Bug fix: Fixed critical bug in transactional topologies where a batch would be considered successful even if the batch didn't finish
29
30
* Bug fix: Fixed critical bug in opaque transactional topologies that would lead to duplicate messages when using pipelining
0 commit comments