You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Carl Yeksigian (JIRA)" <ji...@apache.org> on 2015/06/01 23:34:17 UTC

[jira] [Commented] (CASSANDRA-9436) Expose rpc_address and listen_address of each Cassandra node

    [ https://issues.apache.org/jira/browse/CASSANDRA-9436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14568059#comment-14568059 ] 

Carl Yeksigian commented on CASSANDRA-9436:
-------------------------------------------

Pushed a couple of branches ([2.0|https://github.com/carlyeks/cassandra/tree/ticket/9436-2.0], [2.1|https://github.com/carlyeks/cassandra/tree/ticket/9436-2.1]) and cassci runs are done:
[cassci 2.0 testall|http://cassci.datastax.com/view/Dev/view/carlyeks/job/carlyeks-ticket-9436-2.0-testall]
[cassci 2.0 dtest|http://cassci.datastax.com/view/Dev/view/carlyeks/job/carlyeks-ticket-9436-2.0-dtest]
[cassci 2.1 testall|http://cassci.datastax.com/view/Dev/view/carlyeks/job/carlyeks-ticket-9436-2.1-testall]
[cassci 2.1 dtest|http://cassci.datastax.com/view/Dev/view/carlyeks/job/carlyeks-ticket-9436-2.1-dtest]

> Expose rpc_address and listen_address of each Cassandra node
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-9436
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9436
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Piotr Kołaczkowski
>            Assignee: Carl Yeksigian
>
> When running Cassandra nodes with collocated Spark nodes and accessing such cluster from remote, to get data-locality right, we need to tell Spark the locations of the Cassandra nodes and they should match the addresses that Spark nodes bind to. Therefore in cloud environments we need to use private IPs for that. Unfortunately, the client which connects from remote would know only the broadcast rpc_addresses which are different.
> Can we have the IP/hostname that every C* node binds to exposed in a system table? 
> system.peers table contains that information, but it doesn't contain that information for the local node.
> So can we have listen_address and rpc_address added to the system.local table?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)