We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With Scala Verison 2.13.1 and Phantom version 2.59.0
2.13.1
2.59.0
The Phantom driver is failing to re-connect after my Cassandra goes down and re-covers after some time.
This is how my Cluster Builder looks like:
ContactPoints(hosts).withClusterBuilder( _.withCredentials("cassandra", "cassandra") .withPort(9042) .withProtocolVersion(ProtocolVersion.V4) ).noHeartbeat().keySpace( KeySpace(keyspace).ifNotExists().`with`( replication eqs SimpleStrategy.replication_factor(1) ) )
Steps to Reproduce:
com.datastax.driver.core.exceptions.NoHostAvailableException
NoHostAvailableException
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With Scala Verison
2.13.1
and Phantom version2.59.0
The Phantom driver is failing to re-connect after my Cassandra goes down and re-covers after some time.
This is how my Cluster Builder looks like:
Steps to Reproduce:
com.datastax.driver.core.exceptions.NoHostAvailableException
NoHostAvailableException
exceptionThe text was updated successfully, but these errors were encountered: