[
https://issues.apache.org/jira/browse/NIFI-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16343772#comment-16343772
]
ASF GitHub Bot commented on NIFI-4361:
--------------------------------------
Github user markap14 commented on the issue:
https://github.com/apache/nifi/pull/2133
@gresockj Sorry I must have not seen your comment on here. This PR has been
around for quite a while. However, I wonder if
https://github.com/apache/nifi/pull/2416 makes this no longer relevant? I
recently implemented a new version of the write-ahead log due to an issue that
was discovered (NIFI-4774). The new implementation actually avoids using
multiple partitions at all so this, I believe, becomes a non-issue. If you
agree, then is it okay for you to close the PR? If you don't agree, can you
help me understand?
> Server fails to start during recovery upon full disk
> ----------------------------------------------------
>
> Key: NIFI-4361
> URL: https://issues.apache.org/jira/browse/NIFI-4361
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 1.1.0, 1.2.0, 1.3.0
> Reporter: Joseph Gresock
> Assignee: Joseph Gresock
> Priority: Major
>
> Our disk filled up -- we then freed up some space and restarted, but the
> server failed to start up due to:
> ERROR [main] o.a.nifi.controller.StandardFlowService Failed to load flow from
> cluster due to: org.apache.nifi.cluster.ConnectionException: Failed to
> connect node to cluster due to: java.lang.IllegalStateException: Signaled end
> to recovery, but there are more recovery files for Partition in directory
> /data/nifi/flowfile_repository/partition-8
> at
> org.wali.MinimalLockingWriteAheadLog$Partition.endRecovery(MinimalLockingWriteAheadLog.java:1047)
> ~[nifi-write-ahead-log-1.1.0.jar:1.1.0]
> at
> org.wali.MinimalLockingWriteAheadLog.recoverFromEdits(MinimalLockingWriteAheadLog.java:487)
> ~[nifi-write-ahead-log-1.1.0.jar:1.1.0]
> at
> org.wali.MinimalLockingWriteAheadLog.recoverRecords(MinimalLockingWriteAheadLog.java:301)
> ~[nifi-write-ahead-log-1.1.0.jar:1.1.0]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)