Re: new producer failed with org.apache.kafka.common.errors.TimeoutException

2016-02-25 Thread Kris K
Thanks Ewen. I will get back with findings from my test run using 0.9.0.1 client. Regards, Kris On Tue, Feb 23, 2016 at 9:26 PM, Ewen Cheslack-Postava wrote: > Kris, > > This is a bit surprising, but handling the bootstrap servers, broker > failures/retirement, and cluster metadata properly is

Re: new producer failed with org.apache.kafka.common.errors.TimeoutException

2016-02-23 Thread Ewen Cheslack-Postava
Kris, This is a bit surprising, but handling the bootstrap servers, broker failures/retirement, and cluster metadata properly is surprisingly hard to get right! https://issues.apache.org/jira/browse/KAFKA-1843 explains some of the challenges. https://issues.apache.org/jira/browse/KAFKA-3068 shows

new producer failed with org.apache.kafka.common.errors.TimeoutException

2016-02-22 Thread Kris K
Hi All, I saw an issue today wherein the producers (new producers) started to fail with org.apache.kafka.common.errors.TimeoutException: Failed to update metadata after 6 ms. This issue happened when we took down one of the 6 brokers (running version 0.8.2.1) for planned maintenance (graceful