Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid queries to C*4 #1697

Open
dnugmanov opened this issue May 10, 2023 · 0 comments
Open

Invalid queries to C*4 #1697

dnugmanov opened this issue May 10, 2023 · 0 comments

Comments

@dnugmanov
Copy link

Please answer these questions before submitting your issue. Thanks!

What version of Cassandra are you using?

Cassandra 4.1.0

What version of Gocql are you using?

1.2.0

What version of Go are you using?

1.18

What did you do?

Just connect app to Cassandra, without make any queries

What did you expect to see?

               SELECT durable_writes, strategy_class, strategy_options
                FROM **system_schema.keyspaces**
                WHERE keyspace_name = ?;

What did you see instead?

Many incorrect requests -

const stmt = `

               SELECT durable_writes, strategy_class, strategy_options
                FROM **system.schema_keyspaces**
                WHERE keyspace_name = ?;

If you are having connectivity related issues please share the following additional information

Describe your Cassandra cluster

please provide the following information

  • output of nodetool status
  • output of SELECT peer, rpc_address FROM system.peers
  • rebuild your application with the gocql_debug tag and post the output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant