GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2750
STORM-3141: Fix NPE in WorkerState.transferLocalBatch, and refactor Bâ¦
â¦ackpressureTracker to get rid of placeholder JCQueue
https://issues.apache.org/jira/browse/STORM-3141
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm STORM-3141
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2750.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2750
----
commit 34a6cb0af7dcde7e5658dac3f85b320702cfca31
Author: Stig Rohde Døssing <srdo@...>
Date: 2018-07-02T19:42:54Z
STORM-3141: Fix NPE in WorkerState.transferLocalBatch, and refactor
BackpressureTracker to get rid of placeholder JCQueue
----
---