Skip to content

Commit 8e0af8f

Browse files
author
Nathan Marz
committed
Merge branch 'master' into 0.8.2
2 parents 9e30263 + 30126c2 commit 8e0af8f

File tree

5 files changed

+229
-0
lines changed

5 files changed

+229
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* Updated Trident Debug filter to take in an identifier to use when logging (thanks emblem)
3434
* Number of DRPC server worker threads now customizable (thanks xiaokang)
3535
* DRPC server now uses a bounded queue for requests to prevent being overloaded with requests (thanks xiaokang)
36+
* Add __hash__ method to all generated Python Thrift objects so that Python code can read Nimbus stats which use Thrift objects as dict keys
3637
* Bug fix: Fix for bug that could cause topology to hang when ZMQ blocks sending to a worker that got reassigned
3738
* 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.
3839
* 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

src/py/storm/DistributedRPC.py

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/py/storm/DistributedRPCInvocations.py

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)