GitHub user srdo opened a pull request:

    https://github.com/apache/storm/pull/2921

    STORM-3300: Fix NPE in Acker that could occur if sending reset timeou…

    …t tuples
    
    The error occurs when `int task = curr.spoutTask;` is hit during processing 
of a reset timeout tuple, if the acker hasn't received the ack_init tuple for 
the id yet.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/srdo/storm STORM-3300

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/2921.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 #2921
    
----
commit df84dec0a55c7dba4c5f400329481eee8d20492a
Author: Stig Rohde Døssing <srdo@...>
Date:   2018-12-08T15:37:57Z

    STORM-3300: Fix NPE in Acker that could occur if sending reset timeout 
tuples

----


---

Reply via email to