Sam Overton created CASSANDRA-4429:
--------------------------------------

             Summary: nodetool ring throws java.lang.AssertionError in 
TokenMetadata.getTopology
                 Key: CASSANDRA-4429
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4429
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
    Affects Versions: 1.2
            Reporter: Sam Overton



{noformat}
$ bin/nodetool -h localhost ring
Exception in thread "main" java.lang.AssertionError
        at 
org.apache.cassandra.locator.TokenMetadata.getTopology(TokenMetadata.java:851)
        at 
org.apache.cassandra.service.StorageService.effectiveOwnership(StorageService.java:2781)
        at 
org.apache.cassandra.service.StorageService.effectiveOwnership(StorageService.java:70)
{noformat}

TokenMetadata.getTopology() can only be called on a clone of TokenMetadata, not 
the StorageService instance.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to