SimpleConsumer long poll test case randomly times out

2014-05-15 Thread Simon Cooper
I've got a very strange bug doing a long poll using SimpleConsumer on 0.8.1.1. The test app I've got (attached) uses a thread to do a long poll of a topic, and then sends single messages to that queue, one at a time, waiting for the poll to return the message before sending the next one. The

Re: SimpleConsumer long poll test case randomly times out

2014-05-14 Thread Jun Rao
Yes, there has been a few issues reported related to message latency. We are fixing that in https://issues.apache.org/jira/browse/KAFKA-1430 Thanks, Jun On Wed, May 7, 2014 at 7:30 AM, Simon Cooper simon.coo...@featurespace.co.uk wrote: I've got a very strange bug doing a long poll using