The thread dump basically shows that the consumer thread (from your
executor) is waiting on the internal fetcher queue. This means the
internal fetcher queue is empty, which in turn suggests that the
fetcher might not be running.
Please can you file a bug and share the entire thread dump there ?
T
A popular case is that the thread isn't catching thrown Exceptions in run()
- which causes the thread to be restarted in a typical Executor
configuration - and does not pull any more items.
Is that the case?
On Thu, Nov 29, 2012 at 11:48 AM, Juan Valencia wrote:
> -- Forwarded message -