You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Vova (JIRA)" <ji...@apache.org> on 2015/02/25 16:00:20 UTC

[jira] [Commented] (CASSANDRA-8596) Display datacenter/rack info for offline nodes - PropertyFileSnitch

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

Vova commented on CASSANDRA-8596:
---------------------------------

Try new 8596.diff



> Display datacenter/rack info for offline nodes - PropertyFileSnitch
> -------------------------------------------------------------------
>
>                 Key: CASSANDRA-8596
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8596
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Vova
>            Priority: Minor
>         Attachments: 8596.diff
>
>
> When using GossipPropertyFileSnitch "nodetool status" shows default (from cassandra-topology.properties ) datacenter/rack for offline nodes.
> It happens because offline nodes are not in endpointMap, and thus getRawEndpointInfo  returns default DC/rack is returned (PropertyFileSnitch.java).
> I suggest to take info for those nodes from system.peers tables - just like 
> SELECT data_center,rack FROM system.peers WHERE peer='10.0.0.1'
> Patch attached.



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