You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (JIRA)" <ji...@apache.org> on 2017/07/13 14:59:00 UTC

[jira] [Updated] (NIFI-4093) No enum constant org.wali.UpdateType.CONTENTMISSING

     [ https://issues.apache.org/jira/browse/NIFI-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Burgess updated NIFI-4093:
-------------------------------
    Status: Patch Available  (was: Open)

> No enum constant org.wali.UpdateType.CONTENTMISSING
> ---------------------------------------------------
>
>                 Key: NIFI-4093
>                 URL: https://issues.apache.org/jira/browse/NIFI-4093
>             Project: Apache NiFi
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: Joseph Gresock
>            Assignee: Mark Payne
>            Priority: Blocker
>             Fix For: 1.4.0
>
>
> After a crash resulting in data loss in my NiFi 1.3.0 cluster, the cluster came back up, but I was getting lots of "flow file content not found".  I detached the node that was giving that error, made some flow changes, and then deleted its flow.xml.gz and restarted so it would rejoin the cluster.
> Upon startup, it now gets the following error and shuts back down:
> Caused by: java.lang.IllegalArgumentException: No enum constant org.wali.UpdateType.CONTENTMISSING
>         at java.lang.Enum.valueOf(Enum.java:238)
>         at org.wali.UpdateType.valueOf(UpdateType.java:24)
>         at org.apache.nifi.controller.repository.SchemaRepositoryRecordSerde.deserializeRecord(SchemaRepositoryRecordSerde.java:126)
>         at org.apache.nifi.controller.repository.SchemaRepositoryRecordSerde.deserializeEdit(SchemaRepositoryRecordSerde.java:109)
>         at org.apache.nifi.controller.repository.SchemaRepositoryRecordSerde.deserializeEdit(SchemaRepositoryRecordSerde.java:46)
>         at org.wali.MinimalLockingWriteAheadLog$Partition.recoverNextTransaction(MinimalLockingWriteAheadLog.java:1096)
>         at org.wali.MinimalLockingWriteAheadLog.recoverFromEdits(MinimalLockingWriteAheadLog.java:459)
>         at org.wali.MinimalLockingWriteAheadLog.recoverRecords(MinimalLockingWriteAheadLog.java:301)
>         at org.apache.nifi.controller.repository.WriteAheadFlowFileRepository.loadFlowFiles(WriteAheadFlowFileRepository.java:381)
>         at org.apache.nifi.controller.FlowController.initializeFlow(FlowController.java:713)
>         at org.apache.nifi.controller.StandardFlowService.initializeController(StandardFlowService.java:955)
>         at org.apache.nifi.controller.StandardFlowService.loadFromConnectionResponse(StandardFlowService.java:927)
>         ... 4 common frames omitted



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)