-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
[ERROR] Could not retrieve sharding info from connection #73
Comments
This is scylla aware driver first. I can add cassandra-cpp as build param if it's important to you |
Driver is not tested on Cassandra 4.x, only on 3.x as this is what scylladb is based on |
I would really appreciate that, thanks! |
I'll create seperate branch for that so that you can test it if it works |
Sorry for the wait, I was on vaccation for a long time (a little bit burnt out). Now this library will officially support For LibUV compilation: If you need any help please reopen this Issue |
FYI: we tested the |
When using this extension for Cassandra >= 4, the following error occurs on connection:
cassandra | [ERROR] Could not retrieve sharding info from connection to xx.xxx.75. Continuing WITHOUT SHARD-AWARENESS. (connector.cpp:315)
The error does not prevent the connection from working, but it's polluting logs and is annoying in general.
Cassandra does not support shard-awareness, so is there a way to disable this functionality for it?
The text was updated successfully, but these errors were encountered: