Re: Connect bug in 0.9.0.1 client

2016-03-09 Thread Ismael Juma
Well spotted Larkin. Please file an issue as we definitely want to fix this before the next release. Ismael On Wed, Mar 9, 2016 at 10:46 PM, Christian Posta wrote: > Open a JIRA here: https://issues.apache.org/jira/browse/KAFKA > and open a github.com pull request here: https://github.com/apach

Re: Connect bug in 0.9.0.1 client

2016-03-09 Thread Christian Posta
Open a JIRA here: https://issues.apache.org/jira/browse/KAFKA and open a github.com pull request here: https://github.com/apache/kafka May wish to peak at this too: https://github.com/apache/kafka/blob/trunk/CONTRIBUTING.md I think you need an apache ICLA too https://www.apache.org/licenses/icla.

Connect bug in 0.9.0.1 client

2016-03-09 Thread Larkin Lowrey
There is a bug in the 0.9.0.1 client which causes consumers to get stuck waiting for a connection to be ready to complete. The root cause is in the connect(...) method of clients/src/main/java/org/apache/kafka/common/network/Selector.java Here's the trouble item: try { soc