Hi,
I'm getting NPEs when writing to the legacy thrift sink of flume 1.3.0 from
CDH4.2.1
Here's an example error:
30 Apr 2013 16:41:40,218 ERROR [pool-7-thread-4]
(org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run:182) - Error
occurred during processing of message.
java.lang.NullPointerException
at
org.apache.thrift.ProcessFunction.process(ProcessFunction.java:34)
at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:34)
at
org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:176)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
The same configuration and input is working fine on other servers with
flume 1.2.0 from CDH4.1.2
Any idea what can be causing this issue?
Thanks.
-eran