Aaron Morton created CASSANDRA-4626:
---------------------------------------

             Summary: Multiple values for CurrentLocal Node ID
                 Key: CASSANDRA-4626
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4626
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0.11
            Reporter: Aaron Morton


>From this email thread 
>http://www.mail-archive.com/user@cassandra.apache.org/msg24677.html

There are multiple columns for the CurrentLocal row in NodeIdInfo:

{noformat}

[default@system] list NodeIdInfo ;
Using default limit of 100
...
-------------------
RowKey: 43757272656e744c6f63616c
=> (column=01efa5d0-e133-11e1-0000-51be601cd0ff, value=0a1020d2, 
timestamp=1344414498989)
=> (column=92109b80-ea0a-11e1-0000-51be601cd0af, value=0a1020d2, 
timestamp=1345386691897)
{noformat}

SystemTable.getCurrentLocalNodeId() throws an assertion that occurs when the 
static constructor for o.a.c.utils.NodeId is in the stack.

The impact is a java.lang.NoClassDefFoundError when accessing a particular CF 
(I assume on with counters) on a particular node.

Cannot see an obvious cause in the code. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to