Mubarak Seyed created FLUME-1267:
------------------------------------
Summary: Exception in HDFSEventSink
Key: FLUME-1267
URL: https://issues.apache.org/jira/browse/FLUME-1267
Project: Flume
Issue Type: Bug
Components: Sinks+Sources
Reporter: Mubarak Seyed
Seeing intermittent issues with HDFSEventSink, events are getting persisted in
HDFS.
{code}
2012-06-09 15:05:26,520 ERROR hdfs.HDFSEventSink: process failed
java.lang.ArrayIndexOutOfBoundsException
2012-06-09 15:05:26,520 ERROR flume.SinkRunner: Unable to deliver event.
Exception follows.
org.apache.flume.EventDeliveryException:
java.lang.ArrayIndexOutOfBoundsException
at
org.apache.flume.sink.hdfs.HDFSEventSink.process(HDFSEventSink.java:414)
at
org.apache.flume.sink.DefaultSinkProcessor.process(DefaultSinkProcessor.java:68)
at org.apache.flume.SinkRunner$PollingRunner.run(SinkRunner.java:147)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.ArrayIndexOutOfBoundsException
{code]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira