You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sam Overton (JIRA)" <ji...@apache.org> on 2012/07/09 15:20:34 UTC

[jira] [Updated] (CASSANDRA-4429) nodetool ring throws java.lang.AssertionError in TokenMetadata.getTopology

     [ https://issues.apache.org/jira/browse/CASSANDRA-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sam Overton updated CASSANDRA-4429:
-----------------------------------

    Attachment: 4429.patch

Attached patch against trunk
                
> 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
>         Attachments: 4429.patch
>
>
> {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