[
https://issues.apache.org/jira/browse/CASSANDRA-18921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774122#comment-17774122
]
Ekaterina Dimitrova commented on CASSANDRA-18921:
-------------------------------------------------
[~jlewandowski] has some issues with CircleCI, so I ran 4.0 for him:
[https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra/2536/workflows/c3107114-1c92-42ad-a914-8ea0902c3843]
It seems testDescribe is now failing.
I have local issues on M1 with the TestDescribeStatement class.
# I added jna 5.13.0(as per {*}CASSANDRA-18891{*}) , then the xss needed to be
at least 384k to run tests.
# Then I started getting the below error:
{code:java}
java.lang.NoClassDefFoundError:
com/sun/tools/attach/AgentInitializationException at
org.jboss.byteman.contrib.bmunit.BMUnitRunner$1.evaluate(BMUnitRunner.java:95)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at
org.junit.runner.JUnitCore.run(JUnitCore.java:137) at
com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69)
at
com.intellij.rt.junit.IdeaTestRunner$Repeater$1.execute(IdeaTestRunner.java:38)
at com.intellij.rt.execution.junit.TestsRepeater.repeat(TestsRepeater.java:11)
at
com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:35)
at
com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:232)
at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:55) Caused by:
java.lang.ClassNotFoundException:
com.sun.tools.attach.AgentInitializationException at
java.net.URLClassLoader.findClass(URLClassLoader.java:387) at
java.lang.ClassLoader.loadClass(ClassLoader.java:418) at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) at
java.lang.ClassLoader.loadClass(ClassLoader.java:351) ... 11 more{code}
And then I stopped here as the CI showed me the new failure anyway. :)
> Describe statement may include inconsistent schema and schema version for
> paging
> --------------------------------------------------------------------------------
>
> Key: CASSANDRA-18921
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18921
> Project: Cassandra
> Issue Type: Bug
> Components: Cluster/Schema
> Reporter: Jacek Lewandowski
> Assignee: Jacek Lewandowski
> Priority: Normal
> Fix For: 4.0.x, 4.1.x, 5.0.x, 5.1
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When the {{DescribeStatement}} is executed, it initially gets the current
> schema snapshot and the schema version with two separate unsynchronized
> calls. When the schema is being modified around that time, the schema
> snapshot and schema version may diverge which will result in failing or
> inconsistent paging. This is not super important but it is easy to fix.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]