Re: Consumer Hanging (yes, read the FAQ)

2012-11-29 Thread Neha Narkhede
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

Re: Consumer Hanging (yes, read the FAQ)

2012-11-29 Thread Matan Amir
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 -