GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2662
STORM-3059: Fix NPE when the processing guarantee is not AT_LEAST_ONCâ¦
â¦E and the spout filters out a null tuple
https://issues.apache.org/jira/browse/STORM-3059
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm STORM-3059
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2662.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 #2662
----
commit 6f30b13b8887dc5bfb49784d3ea523acd7222e85
Author: Stig Rohde Døssing <srdo@...>
Date: 2018-05-06T08:16:25Z
STORM-3059: Fix NPE when the processing guarantee is not AT_LEAST_ONCE and
the spout filters out a null tuple
----
---