You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by srdo <gi...@git.apache.org> on 2018/12/08 15:39:35 UTC

[GitHub] storm pull request #2921: STORM-3300: Fix NPE in Acker that could occur if s...

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 <sr...@...>
Date:   2018-12-08T15:37:57Z

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

----


---

[GitHub] storm pull request #2921: STORM-3300: Fix NPE in Acker that could occur if s...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---