[
https://issues.apache.org/jira/browse/NIFI-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15036641#comment-15036641
]
ASF GitHub Bot commented on NIFI-1243:
--------------------------------------
GitHub user olegz opened a pull request:
https://github.com/apache/nifi/pull/137
NIFI-1243 added null check for 'currentReadClaimStream'
. . .before it is being closed
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/olegz/nifi NIFI-1243
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/137.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 #137
----
commit 4fbfac09638ffc772072cf6a2508c4f149b89bfc
Author: Oleg Zhurakousky <[email protected]>
Date: 2015-12-02T21:13:46Z
NIFI-1243 added null check for 'currentReadClaimStream'
. . .before it is being closed
----
> StandardProcessSession throws NPE when it attempts to close
> "currentReadClaimStream"
> ------------------------------------------------------------------------------------
>
> Key: NIFI-1243
> URL: https://issues.apache.org/jira/browse/NIFI-1243
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 0.3.0
> Reporter: Oleg Zhurakousky
> Assignee: Oleg Zhurakousky
> Priority: Minor
> Fix For: 0.4.0
>
>
> The 'currentReadClaimStream' CAN be null in certain situations, so a simple
> null check (as it is done in many other places in the class) before close
> would address the issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)