Koji Kawamura created NIFI-3141:
-----------------------------------
Summary: TailFile failed with ArrayIndexOutOfBoundsException after
updating NiFi to 1.1.0
Key: NIFI-3141
URL: https://issues.apache.org/jira/browse/NIFI-3141
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.1.0
Reporter: Koji Kawamura
TailFile with NiFi 1.0.0 or earlier only handles single file. So it doesn't
have index in state key name. But the updated TailFile expects stored state key
has index in it, tried to extract the index and failed.
{code}
Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
at
org.apache.nifi.processors.standard.TailFile.initStates(TailFile.java:365)
~[na:na]
at
org.apache.nifi.processors.standard.TailFile.recoverState(TailFile.java:348)
~[na:na]
... 16 common frames omitted
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)