I’m still experiencing this issue…
Here are the kafka logs.
[2016-07-31 20:10:35,658] ERROR Error while accepting connection
(kafka.network.Acceptor)
java.io.IOException: Too many open files
at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
at
sun.nio.ch.ServerSocketC
Maybe you are exhausting your sockets, not file handles for some reason?
From: Kessiler Rodrigues [kessi...@callinize.com]
Sent: 31 July 2016 22:14
To: users@kafka.apache.org
Subject: Re: Too Many Open Files
I’m still experiencing this issue…
Here are th
Gwen,
Is there any particular reason why "inactive" (no consumers or producers
for a topic) files need to be open?
Chris
--
Learn microservices - http://learnmicroservices.io
Microservices application platform http://eventuate.io
On Fri, Jul 29, 2016 at 6:33 PM, Gwen Shapira wrote:
> woah,
Hello,
I'm receiving an error while publishing messages to a kafka topic, the steps I
took were:1. Starting zookeeper server2. Starting kafka server3. Sending
messages to kafka topic with a Kafka Producer
8105 [kafka-producer-network-thread | producer-2] DEBUG
org.apache.kafka.clients.NetworkCli
Thanks Ismael.
On Sat, Jul 30, 2016 at 7:43 PM Ismael Juma wrote:
> Hi Dana,
>
> Thanks for testing releases so promptly. Very much appreciated!
>
> It's funny, Ewen had suggested something similar with regards to the
> release notes a couple of days ago. We now have a Python script for
> genera