You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joshua McKenzie (JIRA)" <ji...@apache.org> on 2015/08/28 20:52:45 UTC

[jira] [Commented] (CASSANDRA-10223) Windows utest 3.0: CompactionsCQLTest flaky

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

Joshua McKenzie commented on CASSANDRA-10223:
---------------------------------------------

Do you have reason to believe that it's a timing issue?

Also - the logs on both tests show the following:
{noformat}
ERROR 16:32:12 Could not set new local compaction strategy
org.apache.cassandra.exceptions.ConfigurationException: Properties specified [sstable_size_in_mb] are not understood by SizeTieredCompactionStrategy
	at org.apache.cassandra.schema.CompactionParams.validate(CompactionParams.java:129) ~[main/:na]
	at org.apache.cassandra.db.ColumnFamilyStore.setCompactionParameters(ColumnFamilyStore.java:302) ~[main/:na]
	at org.apache.cassandra.db.compaction.CompactionsCQLTest.testBadLocalCompactionStrategyOptions(CompactionsCQLTest.java:207) [classes/:na]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_45]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_45]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_45]
	at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_45]
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) [junit-4.6.jar:na]
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) [junit-4.6.jar:na]
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) [junit-4.6.jar:na]
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) [junit-4.6.jar:na]
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:22) [junit-4.6.jar:na]
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) [junit-4.6.jar:na]
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) [junit-4.6.jar:na]
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) [junit-4.6.jar:na]
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:44) [junit-4.6.jar:na]
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:180) [junit-4.6.jar:na]
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:41) [junit-4.6.jar:na]
	at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java:173) [junit-4.6.jar:na]
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) [junit-4.6.jar:na]
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) [junit-4.6.jar:na]
	at org.junit.runners.ParentRunner.run(ParentRunner.java:220) [junit-4.6.jar:na]
	at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39) [junit-4.6.jar:na]
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:532) [ant-junit-1.9.4.jar:na]
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1179) [ant-junit-1.9.4.jar:na]
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1030) [ant-junit-1.9.4.jar:na]
{noformat}

I get the same thing locally when it passes so I doubt that's related, but it stood out as an oddity on the test.

> Windows utest 3.0: CompactionsCQLTest flaky
> -------------------------------------------
>
>                 Key: CASSANDRA-10223
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10223
>             Project: Cassandra
>          Issue Type: Sub-task
>            Reporter: Paulo Motta
>            Assignee: Paulo Motta
>            Priority: Minor
>             Fix For: 3.0.0 rc1
>
>         Attachments: 10223-3.0.patch
>
>
> Every [now and then|http://cassci.datastax.com/view/win32/job/cassandra-3.0_utest_win32/23/testReport/org.apache.cassandra.db.compaction/CompactionsCQLTest/history/] are are failures on [testTriggerMinorCompactionSTCS|http://cassci.datastax.com/view/win32/job/cassandra-3.0_utest_win32/lastCompletedBuild/testReport/org.apache.cassandra.db.compaction/CompactionsCQLTest/testTriggerMinorCompactionDTCS/] or [testTriggerMinorCompactionSTCS|http://cassci.datastax.com/view/win32/job/cassandra-3.0_utest_win32/10/testReport/junit/org.apache.cassandra.db.compaction/CompactionsCQLTest/testTriggerMinorCompactionSTCS/].



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