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

T Jake Luciani commented on CASSANDRA-2653:
-------------------------------------------

{noformat}
long-test:
     [echo] running long tests
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit]      and 
jar:file:/Users/jake/workspace/cassandra-git/build/lib/jars/ant-1.6.5.jar!/org/apache/tools/ant/Project.class
    [junit] Testsuite: org.apache.cassandra.db.IndexCorruptionTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 247.427 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 16:31:03,330 Fatal exception in thread 
Thread[ReadStage:5,5,main]
    [junit] java.lang.AssertionError: No data found for 
NamesQueryFilter(columns=java.nio.HeapByteBuffer[pos=12 lim=16 cap=17]) in 
DecoratedKey(Token(bytes[004600460048004d00540049005900590048005400460059004a0048004b0055004e00550048004b00530055005400480055004b004f004b004a00460058004600000001000100010001000100010001000100e3000100010001000100e3000100010001000100e3000100010001000100e30001000100010001000100010001000100010001000100010000000100010001000100010001000100010003000100010001000100030001000100010001000300010001000100010003000100010001000100010001000100010001000100010001]),
 
30303237623366662d326230662d343235632d386332352d616362326335393534306530):QueryPath(columnFamilyName='inode',
 superColumnName='null', columnName='null') (original filter 
NamesQueryFilter(columns=java.nio.HeapByteBuffer[pos=12 lim=16 cap=17])) from 
expression 'inode.73656e74696e656c EQ 78'
    [junit]     at 
org.apache.cassandra.db.ColumnFamilyStore.scan(ColumnFamilyStore.java:1517)
    [junit]     at 
org.apache.cassandra.service.IndexScanVerbHandler.doVerb(IndexScanVerbHandler.java:42)
    [junit]     at 
org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:72)
    [junit]     at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    [junit]     at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit]     at java.lang.Thread.run(Thread.java:680)
    [junit] ------------- ---------------- ---------------
    [junit] Testcase: runTest(org.apache.cassandra.db.IndexCorruptionTest):     
Caused an ERROR
    [junit] TimedOutException()
    [junit] java.io.IOException: TimedOutException()
    [junit]     at 
org.apache.cassandra.db.IndexCorruptionTest.listDeepSubPaths(IndexCorruptionTest.java:107)
    [junit]     at 
org.apache.cassandra.db.IndexCorruptionTest.runTest(IndexCorruptionTest.java:64)
    [junit] Caused by: TimedOutException()
    [junit]     at 
org.apache.cassandra.thrift.Cassandra$get_indexed_slices_result.read(Cassandra.java:13801)
    [junit]     at 
org.apache.cassandra.thrift.Cassandra$Client.recv_get_indexed_slices(Cassandra.java:810)
    [junit]     at 
org.apache.cassandra.thrift.Cassandra$Client.get_indexed_slices(Cassandra.java:782)
    [junit]     at 
org.apache.cassandra.db.IndexCorruptionTest.listDeepSubPaths(IndexCorruptionTest.java:90)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.db.IndexCorruptionTest FAILED

BUILD FAILED
/Users/jake/workspace/cassandra-git/build.xml:1082: The following error 
occurred while executing this line:
/Users/jake/workspace/cassandra-git/build.xml:1037: Some long test(s) failed.

Total time: 4 minutes 14 seconds

{noformat}

> index scan errors out when zero columns are requested
> -----------------------------------------------------
>
>                 Key: CASSANDRA-2653
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2653
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.8.0 beta 2
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.7.7
>
>         Attachments: v1-0001-CASSANDRA-2653-reproduce-regression.txt
>
>
> As reported by Tyler Hobbs as an addendum to CASSANDRA-2401,
> {noformat}
> ERROR 16:13:38,864 Fatal exception in thread Thread[ReadStage:16,5,main]
> java.lang.AssertionError: No data found for 
> SliceQueryFilter(start=java.nio.HeapByteBuffer[pos=10 lim=10 cap=30], 
> finish=java.nio.HeapByteBuffer[pos=17 lim=17 cap=30], reversed=false, 
> count=0] in DecoratedKey(81509516161424251288255223397843705139, 
> 6b657931):QueryPath(columnFamilyName='cf', superColumnName='null', 
> columnName='null') (original filter 
> SliceQueryFilter(start=java.nio.HeapByteBuffer[pos=10 lim=10 cap=30], 
> finish=java.nio.HeapByteBuffer[pos=17 lim=17 cap=30], reversed=false, 
> count=0]) from expression 'cf.626972746864617465 EQ 1'
>       at 
> org.apache.cassandra.db.ColumnFamilyStore.scan(ColumnFamilyStore.java:1517)
>       at 
> org.apache.cassandra.service.IndexScanVerbHandler.doVerb(IndexScanVerbHandler.java:42)
>       at 
> org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:72)
>       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}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to