You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (JIRA)" <ji...@apache.org> on 2010/07/31 22:19:17 UTC

[jira] Commented: (CASSANDRA-1286) Nodetool ring crashes when no schema is loaded

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

Brandon Williams commented on CASSANDRA-1286:
---------------------------------------------

FYI: CASSANDRA-1291 is also suffering from a problem with SP.getRangeToEndpointMap(null) when the RF is greater than 1.

> Nodetool ring crashes when no schema is loaded
> ----------------------------------------------
>
>                 Key: CASSANDRA-1286
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1286
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 0.7 beta 1
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>            Priority: Minor
>             Fix For: 0.7.0
>
>
> Nodetool ring uses SP.getRangeToEndpointMap(null) that tries to retrieve the first non system keyspace.
> Hences it crashes (with a IndexOutOfBoundsException) if no schema is loaded.
> Should we return a nice little error message or make it work even no schema is loaded ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.