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

Sylvain Lebresne commented on CASSANDRA-6368:
---------------------------------------------

Not sure what you think is the problem. If it's that the error message could be 
a bit better, then I don't entirely disagree and I've committed a slightly more 
user friendly in commit a301ea1.

But other than that, the input is definitively not a valid token for 
Murmur3Partitionner so it just sound like you either meant to use 
RandomPartitionner and you should fix that in your yaml, or you meant to use 
Murmur3Partitionner and there you probably have a bad token value configured 
(again in the yaml). 

If it's none of that, please be a bit more explicit.

> java.lang.NumberFormatException: For input string: 
> "140804036566258204771707954633792970268"
> --------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-6368
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6368
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Olivier Lamy (*$^¨%`£)
>
> ERROR 13:24:31,790 Error occurred during processing of message.
> java.lang.NumberFormatException: For input string: 
> "140804036566258204771707954633792970268"
>       at 
> java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
>       at java.lang.Long.parseLong(Long.java:422)
>       at java.lang.Long.valueOf(Long.java:525)
>       at 
> org.apache.cassandra.dht.Murmur3Partitioner$1.fromString(Murmur3Partitioner.java:188)
>       at 
> org.apache.cassandra.thrift.CassandraServer.get_range_slices(CassandraServer.java:936)
>       at 
> org.apache.cassandra.thrift.Cassandra$Processor$get_range_slices.getResult(Cassandra.java:3454)
>       at 
> org.apache.cassandra.thrift.Cassandra$Processor$get_range_slices.getResult(Cassandra.java:3442)
>       at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:32)
>       at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:34)
>       at 
> org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:199)
>       at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
>       at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
>       at java.lang.Thread.run(Thread.java:695)



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to