Kafka Server Error

2022-09-26 Thread Namita Jaokar
Hi All, While starting kafka server, the server starts successfully, But after a moment it stops giving the below error. [2022-09-27 09:44:46,765] WARN [SocketServer listenerType=ZK_BROKER, nodeId=0] Unexpected error from /0:0:0:0:0:0:0:1; closing connection (org.apache.kafka.common.network.Selec

Re: Kafka server error

2013-10-10 Thread Jiang Jacky
Ok, finally, I find the problem, in the /etc/hosts, I set the hostname as 127.0.0.1 ip-10-0-0-108 It seems cannot use its internal hostname, and caused the connection to close. Thanks guys, if I encounter any further issue, I will let you know. 2013/10/11 Jiang Jacky > Hi, Since I changed the p

Re: Kafka server error

2013-10-10 Thread Jiang Jacky
Hi, Since I changed the port to 9093, it seems works, I can produce message, and another node can consume that. But there is still exception [2013-10-11 05:32:42,706] ERROR [KafkaApi-2] Error while fetching metadata for partition [my-replicated-topic,0] (kafka.server.KafkaApis) kafka.common.Replic

Re: Kafka server error

2013-10-10 Thread Jiang Jacky
no, it is not reproducible. Thank you. 2013/10/11 Jun Rao > I meant the broker crash. Is that reproducible? > > Thanks, > > Jun > > > On Thu, Oct 10, 2013 at 10:10 PM, Jiang Jacky wrote: > > > Yes, everytime, I send message, it throws that error. > > > > > > 2013/10/11 Jun Rao > > > > > Is th

Re: Kafka server error

2013-10-10 Thread Jun Rao
I meant the broker crash. Is that reproducible? Thanks, Jun On Thu, Oct 10, 2013 at 10:10 PM, Jiang Jacky wrote: > Yes, everytime, I send message, it throws that error. > > > 2013/10/11 Jun Rao > > > Is that reproducible? > > > > Thanks, > > > > Jun > > > > > > On Thu, Oct 10, 2013 at 9:54 P

Re: Kafka server error

2013-10-10 Thread Jiang Jacky
Sorry, even I don't send message, it shows up that message about every 1 minute 2013/10/11 Jiang Jacky > Yes, everytime, I send message, it throws that error. > > > 2013/10/11 Jun Rao > >> Is that reproducible? >> >> Thanks, >> >> Jun >> >> >> On Thu, Oct 10, 2013 at 9:54 PM, Jiang Jacky wrot

Re: Kafka server error

2013-10-10 Thread Jiang Jacky
Yes, everytime, I send message, it throws that error. 2013/10/11 Jun Rao > Is that reproducible? > > Thanks, > > Jun > > > On Thu, Oct 10, 2013 at 9:54 PM, Jiang Jacky wrote: > > > Yes, it just says "INFO Reconnect due to socket error" > > But why and how come it comes? my zookeeper and storm

Re: Kafka server error

2013-10-10 Thread Jun Rao
Is that reproducible? Thanks, Jun On Thu, Oct 10, 2013 at 9:54 PM, Jiang Jacky wrote: > Yes, it just says "INFO Reconnect due to socket error" > But why and how come it comes? my zookeeper and storm have no any problem > to collaborate each other. > > > 2013/10/11 Jun Rao > > > The log you p

Re: Kafka server error

2013-10-10 Thread Jiang Jacky
Yes, it just says "INFO Reconnect due to socket error" But why and how come it comes? my zookeeper and storm have no any problem to collaborate each other. 2013/10/11 Jun Rao > The log you posted for the second broker didn't say why it crashed. Is that > all you got? > > Thanks, > > Jun > > > O

Re: Kafka server error

2013-10-10 Thread Jun Rao
The log you posted for the second broker didn't say why it crashed. Is that all you got? Thanks, Jun On Thu, Oct 10, 2013 at 9:22 PM, Jiang Jacky wrote: > *Hi, Guys,* > *I am currently running into the kafka server issue. * > *I have a 5 nodes cluster and zookeeper running without any problem

Kafka server error

2013-10-10 Thread Jiang Jacky
*Hi, Guys,* *I am currently running into the kafka server issue. * *I have a 5 nodes cluster and zookeeper running without any problem. when I manually boot each node by using* "*JMX_PORT=9997 bin/kafka-server-start.sh config/server-x.properties &*" command. *The scenario is:* *Then, first node, i