[
https://issues.apache.org/jira/browse/CASSANDRA-18744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788879#comment-17788879
]
Stefan Miklosovic edited comment on CASSANDRA-18744 at 11/22/23 7:54 PM:
-------------------------------------------------------------------------
[j17
trunk|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3536/workflows/9348f49c-ae6b-4c2c-b2ea-168a84aa5438]
[j11
trunk|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3536/workflows/7ff82d94-13f8-4ffc-9593-4fbb84db373e]
[j17
5.0|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3535/workflows/d7e05f3b-ced9-4c87-9359-633d1b398ec9]
[j11
5.0|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3535/workflows/63b849e4-fbf7-403b-b2be-18954b06ea57]
[j11
4.1|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3534/workflows/5ef963ae-9d8f-4586-ba84-1181a46aee4e]
[j8
4.1|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3534/workflows/cb7c0ceb-cc1d-4a68-9abd-34f025a93b5b]
[j11
4.0|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3533/workflows/231af1ba-eea6-4e66-8d93-4b6abf4112b7]
[j8
4.0|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3533/workflows/1a173c05-be6a-4005-aea2-757cc77f2131]
+1
was (Author: smiklosovic):
[j17
trunk|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3536/workflows/9348f49c-ae6b-4c2c-b2ea-168a84aa5438]
[j11
trunk|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3536/workflows/7ff82d94-13f8-4ffc-9593-4fbb84db373e]
[j17
5.0|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3535/workflows/d7e05f3b-ced9-4c87-9359-633d1b398ec9]
[j11
5.0|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3535/workflows/63b849e4-fbf7-403b-b2be-18954b06ea57]
[j11
4.1|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3534/workflows/5ef963ae-9d8f-4586-ba84-1181a46aee4e]
[j8
4.1|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3534/workflows/cb7c0ceb-cc1d-4a68-9abd-34f025a93b5b]
[j11
4.0|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3533/workflows/231af1ba-eea6-4e66-8d93-4b6abf4112b7]
[j8
4.0|https://app.circleci.com/pipelines/github/instaclustr/cassandra/3533/workflows/1a173c05-be6a-4005-aea2-757cc77f2131]
> cassandra-stress in simplenative mode and prepared fails with exceptions
> ------------------------------------------------------------------------
>
> Key: CASSANDRA-18744
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18744
> Project: Cassandra
> Issue Type: Bug
> Components: Tool/stress
> Reporter: Brad Schoening
> Assignee: Dmitry Bychkov
> Priority: Low
> Fix For: 4.0.x, 4.1.x, 5.0-rc
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> % cassandra-stress write n=10 -mode simplenative cql3 prepared
> ...
> ap'; org.apache.cassandra.transport.messages.ResultMessage$Prepared is in
> unnamed module of loader 'app')
> java.lang.ClassCastException: class [B cannot be cast to class
> org.apache.cassandra.transport.messages.ResultMessage$Prepared ([B is in
> module java.base of loader 'bootstrap';
> org.apache.cassandra.transport.messages.ResultMessage$Prepared is in unnamed
> module of loader 'app')
> java.io.IOException: Operation x10 on key(s) [4e334f364c4c4b373530]: Error
> executing: (ClassCastException): class [B cannot be cast to class
> org.apache.cassandra.transport.messages.ResultMessage$Prepared ([B is in
> module java.base of loader 'bootstrap';
> org.apache.cassandra.transport.messages.ResultMessage$Prepared is in unnamed
> module of loader 'app')
>
> at org.apache.cassandra.stress.Operation.error(Operation.java:127)
> at org.apache.cassandra.stress.Operation.timeWithRetry(Operation.java:105)
> at
> org.apache.cassandra.stress.operations.predefined.CqlOperation.run(CqlOperation.java:91)
> at
> org.apache.cassandra.stress.operations.predefined.CqlOperation.run(CqlOperation.java:99)
> at
> org.apache.cassandra.stress.operations.predefined.CqlOperation.run(CqlOperation.java:242)
> at
> org.apache.cassandra.stress.StressAction$Consumer.run(StressAction.java:471)
> java.io.IOException: Operation x10 on key(s) [373038504b3436363830]: Error
> executing: (ClassCastException): class [B cannot be cast to class
> org.apache.cassandra.transport.messages.ResultMessage$Prepared ([B is in
> module java.base of loader 'bootstrap';
> org.apache.cassandra.transport.messages.ResultMessage$Prepared is in unnamed
> module of loader 'app')
>
> at org.apache.cassandra.stress.Operation.error(Operation.java:127)
> at org.apache.cassandra.stress.Operation.timeWithRetry(Operation.java:105)
> at
> org.apache.cassandra.stress.operations.predefined.CqlOperation.run(CqlOperation.java:91)
> at
> org.apache.cassandra.stress.operations.predefined.CqlOperation.run(CqlOperation.java:99)
> at
> org.apache.cassandra.stress.operations.predefined.CqlOperation.run(CqlOperation.java:242)
> at
> org.apache.cassandra.stress.StressAction$Consumer.run(StressAction.java:471)
> java.lang.RuntimeException: Failed to execute warmup
> at org.apache.cassandra.stress.StressAction.warmup(StressAction.java:128)
> at org.apache.cassandra.stress.StressAction.run(StressAction.java:71)
> at org.apache.cassandra.stress.Stress.run(Stress.java:101)
> at org.apache.cassandra.stress.Stress.main(Stress.java:54)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]