From pr-return-354-archive-asf-public=cust-asf.ponee.io@cassandra.apache.org Mon Feb 12 10:17:49 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 8FEBC180652 for ; Mon, 12 Feb 2018 10:17:49 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 800C0160C3F; Mon, 12 Feb 2018 09:17:49 +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 BD966160C31 for ; Mon, 12 Feb 2018 10:17:48 +0100 (CET) Received: (qmail 77649 invoked by uid 500); 12 Feb 2018 09:17:48 -0000 Mailing-List: contact pr-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pr@cassandra.apache.org Delivered-To: mailing list pr@cassandra.apache.org Received: (qmail 77638 invoked by uid 99); 12 Feb 2018 09:17:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2018 09:17:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2BF45E0A0C; Mon, 12 Feb 2018 09:17:47 +0000 (UTC) From: rhardouin To: pr@cassandra.apache.org Reply-To: pr@cassandra.apache.org References: In-Reply-To: Subject: [GitHub] cassandra pull request #193: Better document in code InetAddressAndPort usag... Content-Type: text/plain Message-Id: <20180212091747.2BF45E0A0C@git1-us-west.apache.org> Date: Mon, 12 Feb 2018 09:17:47 +0000 (UTC) Github user rhardouin commented on a diff in the pull request: https://github.com/apache/cassandra/pull/193#discussion_r167497215 --- Diff: src/java/org/apache/cassandra/config/Config.java --- @@ -128,6 +128,13 @@ public boolean listen_on_broadcast_address = false; public String internode_authenticator; + /* + * RPC address and interface refer to the address/interface used for the native protocol used to communicate with + * clients. It's still called RPC in some places even though Thrift RPC is gone. If you see references to native + * address or native port it's dervied from the RPC address configuration. --- End diff -- Small typo `s/dervied/derived` --- --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org For additional commands, e-mail: pr-help@cassandra.apache.org