Re: java.net.BindException: Address already in use (Bind failed) with kafka-topics command

2020-01-08 Thread kalai selvan
n’t have mirrormaker configured in this cluster. Please find output > of netstat command. > > netstat -an | wc -l > 570322 > > > -Original Message----- > From: kalai selvan > Sent: Wednesday, January 8, 2020 11:41 PM > To: users@kafka.apache.org > Subject: Re: jav

Re: java.net.BindException: Address already in use (Bind failed) with kafka-topics command

2020-01-08 Thread kalai selvan
Hello, Looks like your server is running out of ephemeral ports. The below command confirms it is running out of ephemeral ports. We can restart the process to solve the issue. Must probably root cause of the issue will be wrong configuration of mirror maker process / it is a bug. netstat -an |