QueueFull Exception
GoogleCodeExporter opened this issue · 1 comments
GoogleCodeExporter commented
when i add message to fqueue this exception was thrown.
java.lang.NullPointerException
at com.google.code.fqueue.log.LogEntity.write(LogEntity.java:205)
at com.google.code.fqueue.FSQueue.add(FSQueue.java:150)
at com.google.code.fqueue.FQueue.offer(FQueue.java:66)
at com.google.code.fqueue.FQueue.offer(FQueue.java:1)
at java.util.AbstractQueue.add(AbstractQueue.java:68)
and
java.lang.IllegalStateException: Queue full
at java.util.AbstractQueue.add(AbstractQueue.java:71)
at com.tenddata.collector.util.FSQueueWriter.run(FSQueueWriter.java:39)
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)
i had none configuration for the queue, and disk was not full.
Original issue reported on code.google.com by yoruichi...@gmail.com
on 10 Dec 2013 at 4:10
GoogleCodeExporter commented
是用过一段时间才这样的吗?
Original comment by sunli1...@gmail.com
on 27 Mar 2014 at 9:29