[
https://issues.apache.org/jira/browse/CASSANDRA-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erick Tryzelaar updated CASSANDRA-1008:
---------------------------------------
Attachment: 0001-Use-the-token-factory-to-convert-tokens-to-strings.-.patch
Potential patch to fix this bug.
> Assertion failure loadbalance-ing a ByteOrderedPartitioner cluster
> ------------------------------------------------------------------
>
> Key: CASSANDRA-1008
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1008
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.7
> Reporter: Erick Tryzelaar
> Attachments:
> 0001-Use-the-token-factory-to-convert-tokens-to-strings.-.patch
>
>
> This seems to be a similar problem to CASSANDRA-1006:
> ERROR [GMFD:4] 2010-04-21 15:37:56,942 CassandraDaemon.java (line 77) Fatal
> exception in thread Thread[GMFD:4,5,main]
> java.lang.NumberFormatException: For input string: "To"
> at
> java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
> at java.lang.Integer.parseInt(Integer.java:481)
> at
> org.apache.cassandra.utils.FBUtilities.hexToBytes(FBUtilities.java:361)
> at
> org.apache.cassandra.dht.AbstractByteOrderedPartitioner$1.fromString(AbstractByteOrderedPartitioner.java:133)
> at
> org.apache.cassandra.service.StorageService.handleStateLeft(StorageService.java:622)
> at
> org.apache.cassandra.service.StorageService.onChange(StorageService.java:517)
> at org.apache.cassandra.gms.Gossiper.doNotifications(Gossiper.java:705)
> at
> org.apache.cassandra.gms.Gossiper.applyApplicationStateLocally(Gossiper.java:695)
> at
> org.apache.cassandra.gms.Gossiper.applyStateLocally(Gossiper.java:624)
> at
> org.apache.cassandra.gms.Gossiper$GossipDigestAckVerbHandler.doVerb(Gossiper.java:966)
> at
> org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:41)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> at java.lang.Thread.run(Thread.java:636)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.