Skip to content

Commit

Permalink
Merge branch 'master' into 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Marz committed Dec 10, 2012
2 parents 698e5f2 + f248d79 commit cc0a2e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
* Added MultiScheme interface (thanks sritchie) * Added MultiScheme interface (thanks sritchie)
* Added MockTridentTuple for testing (thanks emblem) * Added MockTridentTuple for testing (thanks emblem)
* Updated Trident Debug filter to take in an identifier to use when logging (thanks emblem) * Updated Trident Debug filter to take in an identifier to use when logging (thanks emblem)
* Bug fix: Fix for bug that could cause topology to hang when ZMQ blocks sending to a worker that got reassigned
* Bug fix: Fix deadlock bug due to variant of dining philosophers problem. Spouts now use an overflow buffer to prevent blocking and guarantee that it can consume the incoming queue of acks/fails. * Bug fix: Fix deadlock bug due to variant of dining philosophers problem. Spouts now use an overflow buffer to prevent blocking and guarantee that it can consume the incoming queue of acks/fails.
* Bug fix: Fix race condition in supervisor that would lead to supervisor continuously crashing due to not finding "stormconf.ser" file for an already killed topology * Bug fix: Fix race condition in supervisor that would lead to supervisor continuously crashing due to not finding "stormconf.ser" file for an already killed topology
* Bug fix: bin/storm script now displays a helpful error message when an invalid command is specified * Bug fix: bin/storm script now displays a helpful error message when an invalid command is specified
Expand Down

0 comments on commit cc0a2e3

Please sign in to comment.