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
Reporter: Sylvain Lebresne
Assignee: Sylvain Lebresne
Priority: Minor
Fix For: 0.7
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.