Re: QueueFullException

2012-11-15 Thread Paul Mackles
aul Mackles wrote: > >> Thanks. Thread dump from hung producer app here: >> >> https://gist.github.com/4082265 >> >> In case anyone has any insights. >> >> On 11/15/12 5:30 PM, "Neha Narkhede" wrote: >> >> >Paul, >> >

Re: QueueFullException

2012-11-15 Thread Joel Koshy
Thanks. Thread dump from hung producer app here: > > https://gist.github.com/4082265 > > In case anyone has any insights. > > On 11/15/12 5:30 PM, "Neha Narkhede" wrote: > > >Paul, > > > >This behavior is unexpected and the code suggests QueueFullEx

Re: QueueFullException

2012-11-15 Thread Paul Mackles
Thanks. Thread dump from hung producer app here: https://gist.github.com/4082265 In case anyone has any insights. On 11/15/12 5:30 PM, "Neha Narkhede" wrote: >Paul, > >This behavior is unexpected and the code suggests QueueFullException >is thrown back to the caller.

Re: QueueFullException

2012-11-15 Thread Neha Narkhede
Paul, This behavior is unexpected and the code suggests QueueFullException is thrown back to the caller. I would take a thread dump when the producer is blocked to see what's causing the blocking behavior. Thanks, Neha On Thu, Nov 15, 2012 at 12:53 PM, Paul Mackles wrote: > I am tinker

QueueFullException

2012-11-15 Thread Paul Mackles
I am tinkering with the java async producer from kafka 7.2 and I am trying to write a client that will never block when sending messages to a kafka broker (dropping them would be better than blocking). I can send messages at a rate that is fast enough to trigger a QueueFullException but the