Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmarz committed Mar 26, 2013
1 parent c15b28f commit cfe7662
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@
* Nimbus throws NotAliveException instead of FileNotFoundException from various query methods when topology is no longer alive (thanks revans2)
* Escape HTML and Javascript appropriately in Storm UI (thanks d2r)
* Storm's Zookeeper client now uses bounded exponential backoff strategy on failures
* Automatically drain and log error stream of multilang subprocesses
* Append component name to thread name of running executors so that logs are easier to read
* Bug fix: Supervisor provides full path to workers to logging config rather than relative path (thanks revans2)
* Bug fix: Call ReducerAggregator#init properly when used within persistentAggregate (thanks lorcan)
* Bug fix: Set component-specific configs correctly for Trident spouts

## 0.8.3 (unreleased)

* Revert zmq layer to not rely on multipart messages to fix issue reported by some users
* Bug fix: Fix TransactionalMap and OpaqueMap to correctly do multiple updates to the same key in the same batch
* Bug fix: Fix race condition between supervisor and Nimbus that could lead to stormconf.ser errors and infinite crashing of supervisor
* Bug fix: Fix default scheduler to always reassign workers in a constrained topology when there are dead executors

## 0.8.2

Expand Down

0 comments on commit cfe7662

Please sign in to comment.