Description
The following appears in the log
2011-08-12 21:21:48,784 [Thread-13] INFO avro.AvroEventSink: AvroEventSink open on port 35854 2011-08-12 21:21:48,863 [Thread-13] INFO debug.MemorySinkSource: Closing mem source sink that has 25 elements 2011-08-12 21:21:48,863 [Thread-13] INFO avro.AvroEventSink: AvroEventSink on port 35854 closed Exception in thread "Thread-13" java.lang.NullPointerException at com.cloudera.flume.handlers.avro.AvroEventSink.getSentBytes(AvroEventSink.java:116) at com.cloudera.flume.handlers.avro.TestAvroSinks$3.run(TestAvroSinks.java:196)
Then the test (testManyThreadsAvroSend) times out.
Attachments
Attachments
Issue Links
- blocks
-
FLUME-741 Update Avro version to 1.5.2
- Resolved