Re: Failing to connect to ZooKeeper on first start

2021-07-09 Thread Israel Ekpo
When you are running in any environment you are not in 100% control of you have to take a look at everything that is happening and what the environment provides for your software The network connectivity and bandwidth typically varies based on machine sizes. That could impact your setup and contri

Re: Failing to connect to ZooKeeper on first start

2021-07-09 Thread Oleksandr Shulgin
On Fri, Jul 9, 2021 at 7:35 AM Oleksandr Shulgin < oleksandr.shul...@zalando.de> wrote: > > Since version 2.7.0 we observe the subj. issue with the first start of the > Kafka process when we rotate the EC2 instances (for the sake of software > upgrade). > Our supervisor script notices the failure

Kafka 2.7.1 Rebalance failed DisconnectException

2021-07-09 Thread Tony John
Hi All, I am trying to upgrade my Kafka streams application to 2.7.1 version of Kafka. The brokers are upgraded to 2.7.1 and kafka dependencies are also on 2.7.1. But when I start the application, rebalance is failing with the following message Rebalance failed. org.apache.kafka.common.errors.Dis

Re: OutOfMemory error while running kafka server

2021-07-09 Thread saurav suman
Normally Kafka should start without any load with default heap size. You need to stop all your consumers and producers. Try increasing heap further. If still issue persists enable debug log and check. Regards Saurav Suman On Fri, Jul 9, 2021, 5:15 PM Isha Gupta wrote: > Hi Saurav, > > I change

Re: OutOfMemory error while running kafka server

2021-07-09 Thread Isha Gupta
Hi Saurav, I changed it to 2G and ran again but error persists. Isha On Fri, Jul 9, 2021 at 10:26 AM saurav suman wrote: > Hi, > > I am not sure how much load your kafka is having. > How much memory you have on the server? > Try increasing the heap to 2G and see. > > > Regards > Saurav Suman >

Re: does kafka streams guarantee EOS with external producer used in application?

2021-07-09 Thread Pushkar Deole
Matthias, Do you have any inputs on above queries? On Wed, Jun 30, 2021 at 7:15 PM Pushkar Deole wrote: > Hi, > > Our application uses kafka streams that reads from a source topic, does > processing on records and produces processed record on destination topic > through the use of external prod

Re: OutOfMemory error while running kafka server

2021-07-09 Thread saurav suman
Hi, I am not sure how much load your kafka is having. How much memory you have on the server? Try increasing the heap to 2G and see. Regards Saurav Suman On Fri, Jul 9, 2021, 2:21 PM Isha Gupta wrote: > Hi all, > > I am facing a OutofMemory issue while running the kafka server. > My zookeepe

OutOfMemory error while running kafka server

2021-07-09 Thread Isha Gupta
Hi all, I am facing a OutofMemory issue while running the kafka server. My zookeeper is running fine but getting below error while running kafka server: at kafka.server.KafkaRequestHandler.run(KafkaRequestHandler.scala:74) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.OutO