[
https://issues.apache.org/jira/browse/NIFI-4322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16164432#comment-16164432
]
ASF subversion and git services commented on NIFI-4322:
-------------------------------------------------------
Commit 0e5027946756ca4696aeb9ecd769b2cddf1f16cb in nifi's branch
refs/heads/master from [~markap14]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=0e50279 ]
NIFI-4322: If there is a failure checkpointing FlowFile Repository, ensure that
we continue trying
Signed-off-by: Pierre Villard <[email protected]>
This closes #2146.
> If RuntimeException thrown during checkpoint of FlowFile Repository, repo
> stops checkpointing
> ---------------------------------------------------------------------------------------------
>
> Key: NIFI-4322
> URL: https://issues.apache.org/jira/browse/NIFI-4322
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Mark Payne
> Fix For: 1.4.0
>
>
> The WriteAheadFlowFileRepository has a 'checkpointRunnable' task that is
> scheduled periodically, which is responsible for checkpointing the FlowFile
> Repository. It catches IOException but no other Exceptions. So if an OOME
> occurs or a RuntimeException, the repository will stop checkpointing. As a
> result, it can fill all disk space and/or take a very long time to recover
> upon restart, depending on how large the FlowFile repository has become.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)