Jonathan Ellis created CASSANDRA-5269:
-----------------------------------------

             Summary: Trunk has been throwing background exceptions during 
ColumnFamilyStoreTest for a while
                 Key: CASSANDRA-5269
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5269
             Project: Cassandra
          Issue Type: Improvement
    Affects Versions: 2.0
            Reporter: Jonathan Ellis
            Assignee: Ryan McGuire
             Fix For: 2.0


Not sure what introduced this.  Also not sure if present in 1.2 branch since 
-Dwithout.maven doesn't work in 1.2. :(

Ryan, can you bisect?

{noformat}
    [junit] ERROR 16:34:47,680 Fatal exception in thread 
Thread[CompactionExecutor:3,1,main]
    [junit] java.lang.AssertionError: Incoherent new size -3 replacing 
[SSTableReader(path='build/test/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-ic-6-Data.db'),
 
SSTableReader(path='build/test/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-ic-4-Data.db'),
 
SSTableReader(path='build/test/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-ic-5-Data.db'),
 
SSTableReader(path='build/test/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-ic-3-Data.db')]
 by 
[SSTableReader(path='build/test/cassandra/data/Keyspace1/Standard1/Keyspace1-Standard1-ic-7-Data.db')]
 in View(pending_count=1, sstables=[], compacting=[])
    [junit]     at 
org.apache.cassandra.db.DataTracker$View.newSSTables(DataTracker.java:545)
    [junit]     at 
org.apache.cassandra.db.DataTracker$View.replace(DataTracker.java:517)
    [junit]     at 
org.apache.cassandra.db.DataTracker.replace(DataTracker.java:320)
    [junit]     at 
org.apache.cassandra.db.DataTracker.replaceCompactedSSTables(DataTracker.java:227)
    [junit]     at 
org.apache.cassandra.db.ColumnFamilyStore.replaceCompactedSSTables(ColumnFamilyStore.java:1058)
    [junit]     at 
org.apache.cassandra.db.compaction.CompactionTask.runWith(CompactionTask.java:242)
    [junit]     at 
org.apache.cassandra.io.util.DiskAwareRunnable.runMayThrow(DiskAwareRunnable.java:48)
    [junit]     at 
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
    [junit]     at 
org.apache.cassandra.db.compaction.CompactionTask.execute(CompactionTask.java:63)
    [junit]     at 
org.apache.cassandra.db.compaction.CompactionManager$BackgroundCompactionTask.run(CompactionManager.java:192)
    [junit]     at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
    [junit]     at 
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    [junit]     at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    [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)
{noformat}

--
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

Reply via email to