Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C051B200BBE for ; Thu, 6 Oct 2016 18:31:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BF242160AE0; Thu, 6 Oct 2016 16:31:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2BF1F160AEE for ; Thu, 6 Oct 2016 18:31:22 +0200 (CEST) Received: (qmail 7951 invoked by uid 500); 6 Oct 2016 16:31:21 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 7735 invoked by uid 99); 6 Oct 2016 16:31:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2016 16:31:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CC1292C0D53 for ; Thu, 6 Oct 2016 16:31:20 +0000 (UTC) Date: Thu, 6 Oct 2016 16:31:20 +0000 (UTC) From: "Joshua McKenzie (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-11107) Add native_transport_address and native_transport_broadcast_address yaml options MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 06 Oct 2016 16:31:22 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-11107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joshua McKenzie updated CASSANDRA-11107: ---------------------------------------- Reproduced In: 3.0.2, 2.2.4 (was: 2.2.4, 3.0.2) Reviewer: Sam Tunnicliffe > Add native_transport_address and native_transport_broadcast_address yaml options > -------------------------------------------------------------------------------- > > Key: CASSANDRA-11107 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11107 > Project: Cassandra > Issue Type: Improvement > Components: Configuration > Reporter: n0rad > Assignee: Joel Knighton > Priority: Minor > > I'm starting cassandra on a container with this /etc/hosts > {quote} > 127.0.0.1 rkt-235c219a-f0dc-4958-9e03-5afe2581bbe1 localhost > ::1 rkt-235c219a-f0dc-4958-9e03-5afe2581bbe1 localhost > {quote} > I have the default configuration except : > {quote} > - seeds: "10.1.1.1" > listen_address : 10.1.1.1 > {quote} > cassandra will start listening on *127.0.0.1:9042* > if I set *rpc_address:10.1.1.1* , even if *start_rpc: false*, cassandra will listen on 10.1.1.1 > Since rpc is not started, I assumed that *rpc_address* and *broadcast_rpc_address* will be ignored > It took me a while to figure that. There may be something to do around this -- This message was sent by Atlassian JIRA (v6.3.4#6332)