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
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
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