[ 
https://issues.apache.org/jira/browse/NIFI-841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14702203#comment-14702203
 ] 

ASF subversion and git services commented on NIFI-841:
------------------------------------------------------

Commit 35439db347a05376e29c65363cbe47a122ce840c in nifi's branch 
refs/heads/master from [~markap14]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=35439db ]

NIFI-841: Ensure that IOExceptions on session commit are handled properly

Signed-off-by: joewitt <[email protected]>
Signed-off-by: Mark Payne <[email protected]>


> If a Processor calls session.append and the content repository runs out of 
> disk space, session could finish commit anyway
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: NIFI-841
>                 URL: https://issues.apache.org/jira/browse/NIFI-841
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>            Priority: Critical
>             Fix For: 0.3.0
>
>         Attachments: 
> 0001-NIFI-841-Ensure-that-IOExceptions-on-session-commit-.patch, 
> NIFI-841.patch
>
>
> The StandardProcessSession keeps track of FlowFiles that are being append'ed 
> to. On session.commit, it attempts to flush the Output Stream's that are 
> being appended to. However, if it throws IOException here, the Exception is 
> swallowed, and could result in only part of the FlowFile's content being 
> written to the Content Repository.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to