You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2009/05/01 15:10:30 UTC

[jira] Commented: (CASSANDRA-114) exception when a node is joining

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

Hudson commented on CASSANDRA-114:
----------------------------------

Integrated in Cassandra #55 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/55/])
    add string de/serialize code to TokenFactory for ApplicationState's benefit.
patch by jbellis; tested by nk11 and MarkR42 for 


> exception when a node is joining
> --------------------------------
>
>                 Key: CASSANDRA-114
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-114
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: trunk
>            Reporter: nk11
>            Assignee: Jonathan Ellis
>             Fix For: 0.4
>
>         Attachments: 114-v2.patch, 115.patch
>
>
> When a new node is joining, StorageService is notified and the log shows this:
> java.lang.NumberFormatException: For input string: "T"
>         at java.lang.NumberFormatException.forInputString(Unknown Source)
>         at java.lang.Integer.parseInt(Unknown Source)
>         at java.math.BigInteger.<init>(Unknown Source)
>         at java.math.BigInteger.<init>(Unknown Source)
>         at org.apache.cassandra.dht.RandomPartitioner$3.fromString(RandomPartitioner.java:97)
>         at org.apache.cassandra.service.StorageService.onChange(StorageService.java:646)
>         at org.apache.cassandra.gms.Gossiper.doNotifications(Gossiper.java:770)
>         at org.apache.cassandra.gms.Gossiper.handleNewJoin(Gossiper.java:644)
> In my case, the EndPointState had a nodeIdState who's state_ was "Token(165385238122940489124770581854348071118)" and produced the exception.

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