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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## Unreleased (0.9.0)
2
+
3
+
* All logging now done with slf4j
4
+
* Replaced log4j logging system with logback
5
+
* Logs are now limited to 1GB per worker (configurable via logging configuration file)
6
+
* Build upgraded to leiningen 2.0
7
+
* Revamped Trident spout interfaces to support more dynamic spouts, such as a spout who reads from a changing set of brokers
8
+
1
9
## 0.8.2
2
10
3
11
* Added backtype.storm.scheduler.IsolationScheduler. This lets you run topologies that are completely isolated at the machine level. Configure Nimbus to isolate certain topologies, and how many machines to give to each of those topologies, with the isolation.scheduler.machines config in Nimbus's storm.yaml. Topologies run on the cluster that are not listed there will share whatever remaining machines there are on the cluster after machines are allocated to the listed topologies.
0 commit comments