Skip to content

Commit b965f2f

Browse files
author
Nathan Marz
committed
update changelog
1 parent 78f1812 commit b965f2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
* Added MockTridentTuple for testing (thanks emblem)
3232
* Add whitelist methods to Cluster to allow only a subset of hosts to be revealed as available slots
3333
* Updated Trident Debug filter to take in an identifier to use when logging (thanks emblem)
34+
* Number of DRPC server worker threads now customizable (thanks xiaokang)
35+
* DRPC server now uses a bounded queue for requests to prevent being overloaded with requests (thanks xiaokang)
3436
* Bug fix: Fix for bug that could cause topology to hang when ZMQ blocks sending to a worker that got reassigned
3537
* 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.
3638
* 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

0 commit comments

Comments
 (0)