You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2015/06/23 23:22:43 UTC

[jira] [Resolved] (CASSANDRA-9204) AssertionError in CompactionExecutor thread

     [ https://issues.apache.org/jira/browse/CASSANDRA-9204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philip Thompson resolved CASSANDRA-9204.
----------------------------------------
    Resolution: Cannot Reproduce

> AssertionError in CompactionExecutor thread
> -------------------------------------------
>
>                 Key: CASSANDRA-9204
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9204
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Philip Thompson
>            Assignee: Benedict
>             Fix For: 3.x
>
>         Attachments: node1.log
>
>
> While running the dtest {{upgrade_through_versions_test.py:TestRandomPartitionerUpgrade.upgrade_test}}, the test is failing due to a large number of exceptions in the logs related to compaction. Here is a snippet of one. The full log is attached. These exceptions occurred after upgrading to trunk. The cluster had already upgraded 1.2 -> 2.0 -> 2.1 successfully.
> {code}
> ERROR [CompactionExecutor:2] 2015-04-16 12:05:11,747 Cassandra
> Daemon.java: Exception in thread Thread[CompactionExecutor:2,1
> ,main]
> java.lang.AssertionError: null
>         at org.apache.cassandra.io.sstable.format.SSTableReade
> r.setReplacedBy(SSTableReader.java:905) ~[main/:na]
>         at org.apache.cassandra.io.sstable.SSTableRewriter.fin
> ishAndMaybeThrow(SSTableRewriter.java:461) ~[main/:na]
>         at org.apache.cassandra.io.sstable.SSTableRewriter.fin
> ish(SSTableRewriter.java:418) ~[main/:na]
>         at org.apache.cassandra.io.sstable.SSTableRewriter.fin
> ish(SSTableRewriter.java:398) ~[main/:na]
>         at org.apache.cassandra.db.compaction.writers.DefaultC
> ompactionWriter.finish(DefaultCompactionWriter.java:77) ~[main
> /:na]
>         at org.apache.cassandra.db.compaction.CompactionTask.r
> unMayThrow(CompactionTask.java:202) ~[main/:na]
>         at org.apache.cassandra.utils.WrappedRunnable.run(Wrap
> pedRunnable.java:28) ~[main/:na]
>         at org.apache.cassandra.db.compaction.CompactionTask.e
> xecuteInternal(CompactionTask.java:73) ~[main/:na]
>         at org.apache.cassandra.db.compaction.AbstractCompactionTask.execute(AbstractCompactionTask.java:58) ~[main/:na]
>         at org.apache.cassandra.db.compaction.CompactionManager$5.execute(CompactionManager.java:371) ~[main/:na]
>         at org.apache.cassandra.db.compaction.CompactionManager$2.call(CompactionManager.java:280) ~[main/:na]
>         at java.util.concurrent.FutureTask.run(FutureTask.java:262) ~[na:1.7.0_75]
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) ~[na:1.7.0_75]
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_75]
>         at java.lang.Thread.run(Thread.java:745) [na:1.7.0_75]{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)