Vijay created CASSANDRA-5169:
--------------------------------
Summary: 1.2 Range scan broken with tokens - Assertion error
Key: CASSANDRA-5169
URL: https://issues.apache.org/jira/browse/CASSANDRA-5169
Project: Cassandra
Issue Type: Bug
Affects Versions: 1.2.0
Reporter: Vijay
this Query works fine in 1.1
ERROR [ReadStage:80] 2013-01-17 14:48:54,829 CassandraDaemon.java (line 133)
Exception in thread Thread[ReadStage:80,5,main]
java.lang.AssertionError: (max(0),max(0)]
at
org.apache.cassandra.db.ColumnFamilyStore.getSequentialIterator(ColumnFamilyStore.java:1352)
at
org.apache.cassandra.db.ColumnFamilyStore.getRangeSlice(ColumnFamilyStore.java:1411)
at
org.apache.cassandra.service.RangeSliceVerbHandler.executeLocally(RangeSliceVerbHandler.java:46)
at
org.apache.cassandra.service.StorageProxy$LocalRangeSliceRunnable.runMayThrow(StorageProxy.java:1077)
at
org.apache.cassandra.service.StorageProxy$DroppableRunnable.run(StorageProxy.java:1562)
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:680)
Listening for transport dt_socket at address: 1414
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira