Re: Kafka 0.9.0.0 on Solaris 5.10 not running

2016-02-22 Thread Marcus Gründler
Hi Ismael, Yes, producers (and consumers) work just fine on 0.8.2. We see the exceptions even without any producer/consumers. The problem can be reproduced easily - I just start the following scripts an wait for 30 seconds: bin/kafka-zookeeper-start.sh path/to/zkconf bin/kafka-server-start.sh

Re: Kafka 0.9.0.0 on Solaris 5.10 not running

2016-02-22 Thread Ismael Juma
Hi Marcus, One thing that changed in 0.9.0.0 is that we now use `NetworkClient` for inter-broker communication. `NetworkClient` is also used by the new Java producer and consumer. Does the Java producer in 0.8.2 work fine for you? Ismael On Mon, Feb 22, 2016 at 3:06 PM, Marcus Gründler wrote:

Re: Kafka 0.9.0.0 on Solaris 5.10 not running

2016-02-22 Thread Marcus Gründler
Hi All, the same happens for Kafka 0.9.0.1. The controller is unable to setup a connection on the local machine. I tried to set the following configurations in config/server.properties host.name=localhost advertised.host.name=localhost controller.socket.timeout.ms=245000 without any luck. The

Kafka 0.9.0.0 on Solaris 5.10 not running

2016-02-19 Thread Lukas Banduch
Hi, I'm desperately trying to run Kafka 0.9.0.0 on Solaris 5.10 (Kafka 0.8.2 is working fine). I use 1 Broker with default configuration just as in the quickstart guide. The Broker is not working and I see SocketTimeoutExceptions in the controller.log. Kafka is running on Java 1.8, Filesyst