Exception starting up cluster with ByteOrderedPartitioner without schema set
----------------------------------------------------------------------------

                 Key: CASSANDRA-1006
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1006
             Project: Cassandra
          Issue Type: Bug
    Affects Versions: 0.7
            Reporter: Erick Tryzelaar


Testing out the new ByteOrderedPartitioner, I ran into this exception on the 
tip:

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.dht.BootStrapper$BootstrapTokenCallback.response(BootStrapper.java:246)
        at 
org.apache.cassandra.net.ResponseVerbHandler.doVerb(ResponseVerbHandler.java:36)
        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)
ERROR 16:31:21,737 Fatal exception in thread Thread[RESPONSE-STAGE:1,5,main]

It works fine with the RandomPartitioner, however.

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

Reply via email to