AssertionError in DK
--------------------

                 Key: CASSANDRA-3574
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3574
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.1
            Reporter: Brandon Williams
             Fix For: 1.1


When running the dtests:

{noformat}
ERROR [pool-2-thread-1] 2011-12-05 16:22:53,940 Cassandra.java (line 4082) 
Internal error processing execute_cql_query
java.lang.AssertionError
        at org.apache.cassandra.db.DecoratedKey.<init>(DecoratedKey.java:56)
        at 
org.apache.cassandra.dht.RandomPartitioner.decorateKey(RandomPartitioner.java:47)
        at 
org.apache.cassandra.cql.QueryProcessor.multiRangeSlice(QueryProcessor.java:161)
        at 
org.apache.cassandra.cql.QueryProcessor.process(QueryProcessor.java:549)
        at 
org.apache.cassandra.thrift.CassandraServer.execute_cql_query(CassandraServer.java:1249)
        at 
org.apache.cassandra.thrift.Cassandra$Processor$execute_cql_query.process(Cassandra.java:4072)
        at 
org.apache.cassandra.thrift.Cassandra$Processor.process(Cassandra.java:2889)
        at 
org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:187)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
{noformat}

I suspect CASSANDRA-1034 is to blame.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to