-
Notifications
You must be signed in to change notification settings - Fork 26
com.datastax.oss.driver.api.core.NoNodeAvailableException: No node was available to execute the query #35
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
Comments
Hello @dinchand, I found a serious lead explaining the issue and it's neither related to SSL nor your configuration (which seems totally valid). When a configuration file is present, the JDBC wrapper discards a lot of other parameters, including But I found this in the documentation of the configuration file about
Also the current code of the JDBC wrapper always call I'm working on a patch to solve this, stay tuned. |
- handle VARBINARY and LONGVARBINARY types with either ByteArrayInputStream or byte[] in the methods CassandraPreparedStatement.setObject(). - fix configuration of the local datacenter using the one from the configuration file when such a file is used.
- handle VARBINARY and LONGVARBINARY types with either ByteArrayInputStream or byte[] in the methods CassandraPreparedStatement.setObject(). - fix configuration of the local datacenter using the one from the configuration file when such a file is used.
I am trying to use the new version of liquibase-cassandra which uses this driver. However I keep getting the
com.datastax.oss.driver.api.core.NoNodeAvailableException: No node was available to execute the query
So created a small snippet only with the driver which also results in the same error.My test.conf looks like this
What could I be possibly missing ?
The text was updated successfully, but these errors were encountered: