You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joel Knighton (JIRA)" <ji...@apache.org> on 2016/08/01 17:18:20 UTC

[jira] [Comment Edited] (CASSANDRA-12340) dtest failure in upgrade_supercolumns_test.TestSCUpgrade.upgrade_with_counters_test

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

Joel Knighton edited comment on CASSANDRA-12340 at 8/1/16 5:17 PM:
-------------------------------------------------------------------

The correct answer to that is probably committers/broadly the PMC, but I'm happy to step up and say in this case that the answer would almost certainly be no. This shouldn't cause correctness issues or stop the cluster from functioning correctly, so I don't think it meets the bar for a critical fix at the risk of introducing regressions.

The C* problem should definitely be fixed in 2.2+ (and I will do the fix in [CASSANDRA-12313] or [CASSANDRA-12260]).


was (Author: jkni):
The correct answer to that is probably committers/broadly the PMC, but I'm happy to set up and say in this case that the answer would almost certainly be no. This shouldn't cause correctness issues or stop the cluster from functioning correctly, so I don't think it meets the bar for a critical fix at the risk of introducing regressions.

The C* problem should definitely be fixed in 2.2+ (and I will do the fix in [CASSANDRA-12313] or [CASSANDRA-12260]).

> dtest failure in upgrade_supercolumns_test.TestSCUpgrade.upgrade_with_counters_test
> -----------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12340
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12340
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Sean McCarthy
>            Assignee: Jim Witschey
>              Labels: dtest
>         Attachments: node1.log, node2.log, node3.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.1_dtest_jdk8/249/testReport/upgrade_supercolumns_test/TestSCUpgrade/upgrade_with_counters_test
> {code}
> Standard Output
> Unexpected error in node3 log, error: 
> ERROR [CompactionExecutor:1] 2016-07-28 15:34:19,533 CassandraDaemon.java (line 191) Exception in thread Thread[CompactionExecutor:1,1,main]
> java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@5fb8b2bf rejected from org.apache.cassandra.concurrent.DebuggableScheduledThreadPoolExecutor@1ae851ad[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 8]
> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
> 	at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
> 	at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
> 	at java.util.concurrent.ScheduledThreadPoolExecutor.submit(ScheduledThreadPoolExecutor.java:632)
> 	at org.apache.cassandra.io.sstable.SSTableDeletingTask.schedule(SSTableDeletingTask.java:65)
> 	at org.apache.cassandra.io.sstable.SSTableReader.releaseReference(SSTableReader.java:976)
> 	at org.apache.cassandra.db.DataTracker.removeOldSSTablesSize(DataTracker.java:383)
> 	at org.apache.cassandra.db.DataTracker.postReplace(DataTracker.java:348)
> 	at org.apache.cassandra.db.DataTracker.replace(DataTracker.java:342)
> 	at org.apache.cassandra.db.DataTracker.replaceCompactedSSTables(DataTracker.java:245)
> 	at org.apache.cassandra.db.ColumnFamilyStore.replaceCompactedSSTables(ColumnFamilyStore.java:995)
> 	at org.apache.cassandra.db.compaction.CompactionTask.replaceCompactedSSTables(CompactionTask.java:270)
> 	at org.apache.cassandra.db.compaction.CompactionTask.runWith(CompactionTask.java:230)
> 	at org.apache.cassandra.io.util.DiskAwareRunnable.runMayThrow(DiskAwareRunnable.java:48)
> 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
> 	at org.apache.cassandra.db.compaction.CompactionTask.executeInternal(CompactionTask.java:58)
> 	at org.apache.cassandra.db.compaction.AbstractCompactionTask.execute(AbstractCompactionTask.java:60)
> 	at org.apache.cassandra.db.compaction.CompactionManager$BackgroundCompactionTask.run(CompactionManager.java:208)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> 	at java.lang.Thread.run(Thread.java:745)
> {code}



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