Re: Broken shell scripts on 0.8 branch on EC2 Redhat 6.4

2013-09-30 Thread Florian Weingarten
On 2013-09-30 7:32 AM, Aniket Bhatnagar wrote: > $ ./bin/zookeeper-server-start.sh config/zookeeper.properties > -bash: ./bin/zookeeper-server-start.sh: /bin/bash^M: bad interpreter: No > such file or directory That looks like a line ending issue (\n vs \r\n). Did you upload the files with a bad w

ISR differs between Kafka Metadata and Zookeeper

2013-10-03 Thread Florian Weingarten
Hi list, I am trying to debug a strange issue we are seeing. We are using "Sarama" [1], our own Go implementation of the Kafka API. Somehow, we either found a bug in Kafka, have a bug in our own code, or got our cluster into a weird state. If we use our library to query Kafka for metadata about a

Re: Too many open files

2013-10-04 Thread Florian Weingarten
Hi Nicolas, we did run into a similar issue here (lots of ESTABLISHED connections on the brokers, but non on the consumers/producers). In our case, it was a firewall issue where connections that were inactive for more than a certain time were silently dropped by the firewall (but no TCP RST was se