Return-Path: X-Original-To: apmail-kafka-dev-archive@www.apache.org Delivered-To: apmail-kafka-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3698F1883D for ; Sat, 1 Aug 2015 08:15:05 +0000 (UTC) Received: (qmail 36083 invoked by uid 500); 1 Aug 2015 08:15:04 -0000 Delivered-To: apmail-kafka-dev-archive@kafka.apache.org Received: (qmail 35998 invoked by uid 500); 1 Aug 2015 08:15:04 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 35987 invoked by uid 99); 1 Aug 2015 08:15:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Aug 2015 08:15:04 +0000 Date: Sat, 1 Aug 2015 08:15:04 +0000 (UTC) From: "lmc (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (KAFKA-2395) Linked to a interfaces even though the host.name had config MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 lmc created KAFKA-2395: -------------------------- Summary: Linked to a interfaces even though the host.name had config Key: KAFKA-2395 URL: https://issues.apache.org/jira/browse/KAFKA-2395 Project: Kafka Issue Type: Bug Affects Versions: 0.8.2.0 Environment: kafka_2.10-0.8.2.0 Reporter: lmc while running kafka service, many port have been open, I have config host.name and advertised.host.name in server.propertise,but I found there is a link link to 0.0.0.0 with a random port which I mark with a red color follow,Can you help me that why this random port will be opened, and please thell me how to set this ip address to what I want. >jps 7182 kafka >netstat -anp|grep 7182 tcp 0 0 0.0.0.0:58115 0.0.0.0:* LISTEN 13927/java tcp 0 0 127.0.0.1:9092 0.0.0.0:* LISTEN 13927/java tcp 0 0 127.0.0.1:51626 127.0.0.1:2181 ESTABLISHED 13927/java -- This message was sent by Atlassian JIRA (v6.3.4#6332)