Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

NiFi cannot restart after run out of disk

avatar
Contributor

NIFI run out of disk, when I try to restart NiFi, I got the following error in nifi-app.log:

ERROR [main] org.wali.MinimalLockingWriteAheadLog org.wali.MinimalLockingWriteAheadLog@2f6b3859 unexpectedly reached End-of-File when reading from Partition-88 for Transaction ID 175735849; assuming crash and ignoring this transaction

I found this article on the similar issue,https://community.hortonworks.com/questions/135687/nifi-not-getting-started-in-cluster.html

This article suggest to delete flowfile_repository to restore it.

Do we have more smooth solution, which do not need to delete flowfile_repository and content_repository?

Thanks

1 ACCEPTED SOLUTION

avatar
@ywang

The above error indicates that the flow file repository has become corrupted. Once this happens, you unfortunately have to clear the repositories and start over. Ideally, you can prevent this from happening by using backpressure.

View solution in original post

2 REPLIES 2

avatar
@ywang

The above error indicates that the flow file repository has become corrupted. Once this happens, you unfortunately have to clear the repositories and start over. Ideally, you can prevent this from happening by using backpressure.

avatar
Contributor

Thank you @Wynner