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
+2
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@
31
31
* Added MockTridentTuple for testing (thanks emblem)
32
32
* Add whitelist methods to Cluster to allow only a subset of hosts to be revealed as available slots
33
33
* 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)
34
36
* Bug fix: Fix for bug that could cause topology to hang when ZMQ blocks sending to a worker that got reassigned
35
37
* 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.
36
38
* 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