[
https://issues.apache.org/jira/browse/NIFI-841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joseph Witt updated NIFI-841:
-----------------------------
Attachment: NIFI-841.patch
This patch corrects the path issues due to codebase migration away from nifi/...
It corrects formatting issues present in much of the original patch.
It corrects check-style issues.
> 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)