[
https://issues.apache.org/jira/browse/NIFI-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15224859#comment-15224859
]
Joseph Witt commented on NIFI-1726:
-----------------------------------
CHris,
In looking at this stack dump it is clear that nothing is happening in the
flow. All event driven and timer based threads are just waiting around.
But these two suggest that operating on the file system could be very slow for
some reason
"Provenance Maintenance Thread-2" Id=39 RUNNABLE
at java.io.UnixFileSystem.list(Native Method)
at java.io.File.list(File.java:1122)
at java.io.File.listFiles(File.java:1248)
at
org.apache.nifi.provenance.PersistentProvenanceRepository.getAllIndexDirectories(PersistentProvenanceRepository.java:1078)
at
org.apache.nifi.provenance.PersistentProvenanceRepository.purgeExpiredIndexes(PersistentProvenanceRepository.java:965)
at
org.apache.nifi.provenance.PersistentProvenanceRepository.purgeOldEvents(PersistentProvenanceRepository.java:953)
- waiting on
org.apache.nifi.provenance.PersistentProvenanceRepository@7e53c0ee
at
org.apache.nifi.provenance.PersistentProvenanceRepository$2.run(PersistentProvenanceRepository.java:261)
"Cleanup Archive for default" Id=44 RUNNABLE
at
org.apache.nifi.controller.repository.FileSystemRepository$ArchiveInfo.toPath(FileSystemRepository.java:1486)
at
org.apache.nifi.controller.repository.FileSystemRepository.destroyExpiredArchives(FileSystemRepository.java:1237)
at
org.apache.nifi.controller.repository.FileSystemRepository.access$1800(FileSystemRepository.java:84)
at
org.apache.nifi.controller.repository.FileSystemRepository$DestroyExpiredArchiveClaims.run(FileSystemRepository.java:1523)
But the thing to look at is this one
"Cleanup Archive for default" Id=44 RUNNABLE
at
org.apache.nifi.controller.repository.FileSystemRepository$ArchiveInfo.toPath(FileSystemRepository.java:1486)
at
org.apache.nifi.controller.repository.FileSystemRepository.destroyExpiredArchives(FileSystemRepository.java:1237)
at
org.apache.nifi.controller.repository.FileSystemRepository.access$1800(FileSystemRepository.java:84)
at
org.apache.nifi.controller.repository.FileSystemRepository$DestroyExpiredArchiveClaims.run(FileSystemRepository.java:1523)
Perhaps we're stuck in that run?
> Archiver is not respecting
> nifi.content.repository.archive.max.usage.percentage
> -------------------------------------------------------------------------------
>
> Key: NIFI-1726
> URL: https://issues.apache.org/jira/browse/NIFI-1726
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 0.6.0
> Reporter: Christopher McDermott
> Attachments: nifi-td.txt
>
>
> Content files are taking up more space than allowed to the point where the
> disk becomes 100% full.
> I'll add the develop list email thread in the comments.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)