[
https://issues.apache.org/jira/browse/CASSANDRA-16720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17358764#comment-17358764
]
Ekaterina Dimitrova commented on CASSANDRA-16720:
-------------------------------------------------
Also failed this way too:
{code:java}
Exception in thread "background~resource~releaser"
java.lang.IllegalStateException: Can't load
ch.qos.logback.core.status.WarnStatus. Instance class loader is already
closed.Exception in thread "background~resource~releaser"
java.lang.IllegalStateException: Can't load
ch.qos.logback.core.status.WarnStatus. Instance class loader is already closed.
at
org.apache.cassandra.distributed.shared.InstanceClassLoader.loadClassInternal(InstanceClassLoader.java:93)
at
org.apache.cassandra.distributed.shared.InstanceClassLoader.loadClass(InstanceClassLoader.java:87)
at
ch.qos.logback.classic.LoggerContext.noAppenderDefinedWarning(LoggerContext.java:186)
at ch.qos.logback.classic.Logger.callAppenders(Logger.java:264) at
ch.qos.logback.classic.Logger.buildLoggingEventAndAppend(Logger.java:421) at
ch.qos.logback.classic.Logger.filterAndLog_0_Or3Plus(Logger.java:383) at
ch.qos.logback.classic.Logger.warn(Logger.java:692) at
net.openhft.chronicle.core.onoes.Slf4jExceptionHandler$2.on(Slf4jExceptionHandler.java:38)
at
net.openhft.chronicle.core.onoes.ThreadLocalisedExceptionHandler.on(ThreadLocalisedExceptionHandler.java:36)
at
net.openhft.chronicle.core.io.BackgroundResourceReleaser.performRelease(BackgroundResourceReleaser.java:85)
at
net.openhft.chronicle.core.io.BackgroundResourceReleaser.runReleaseResources(BackgroundResourceReleaser.java:28)
at java.lang.Thread.run(Thread.java:748){code}
> Fix org.apache.cassandra.distributed.test.FqlReplayDDLExclusionTest.test
> -------------------------------------------------------------------------
>
> Key: CASSANDRA-16720
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16720
> Project: Cassandra
> Issue Type: Bug
> Components: Test/dtest/java
> Reporter: Ekaterina Dimitrova
> Priority: Normal
> Fix For: 4.0-rc2, 4.0, 4.0-rc
>
>
> It failed a few times in Jenkins lately. Example:
> [https://jenkins-cm4.apache.org/job/Cassandra-4.0.0/12/testReport/junit/org.apache.cassandra.distributed.test/FqlReplayDDLExclusionTest/test/]
> {code:java}
> Error Message
> Expected: [[1]] Actual: []
> Stacktrace
> junit.framework.AssertionFailedError: Expected: [[1]] Actual: [] at
> org.apache.cassandra.distributed.shared.AssertUtils.assertRows(AssertUtils.java:58)
> at
> org.apache.cassandra.distributed.test.FqlReplayDDLExclusionTest.test(FqlReplayDDLExclusionTest.java:102)
> {code}
> I was also able to reproduce it locally on the latest 4.0.0 so I believe it
> is worth it to be checked.
> //CC [~stefan.miklosovic] and [~bereng] as I see you two are the only people
> who worked on that test up to now so If you have any thoughts to share, as
> usual, that will be highly appreciated :)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]