[ 
https://issues.apache.org/jira/browse/CASSJAVA-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17942192#comment-17942192
 ] 

Marcel commented on CASSJAVA-96:
--------------------------------

Maybe noteworthy, I tried to configure the contact points with the 
application.conf instead of doing it prgrammatically. I get the same result.
However what I had not noticed before (but probably was the case also with the 
other configuration) is that the error is only reported for two nodes of the 
cluster. apparently one node gets configured correctly.

> Driver throws warning on nodes not configured
> ---------------------------------------------
>
>                 Key: CASSJAVA-96
>                 URL: https://issues.apache.org/jira/browse/CASSJAVA-96
>             Project: Apache Cassandra Java driver
>          Issue Type: Bug
>          Components: Core
>            Reporter: Marcel
>            Priority: Normal
>
> I have recently switched our application from the datastax 4.17.0 java driver 
> to the Cassandra 4.19.0 java driver. I kept the configuration as before and 
> had no issues using the driver locally on a docker single node instance of 
> datastax. However when I use the new driver with our production datastax 
> cluster with three nodes I get warnings:
> {code:java}
> [s0|/xxx.xxx.xxx.xxx:9042]  Error while opening new channel 
> (ConnectionInitException: [s0|connecting...] Protocol initialization request, 
> step 1 (STARTUP {CQL_VERSION=3.0.0, COMPRESSION=lz4, DRIVER_NAME=Apache 
> Cassandra Java Driver, DRIVER_VERSION=4.19.0, 
> CLIENT_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}): failed to send request 
> (java.nio.channels.NotYetConnectedException)) {code}
> On the cluster we use SSL connections configured on port 9142. These are also 
> the only ports that the CQLSession is configured to connect to via 
> addContactPoints().
> Is there something I need to change in the configuration?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to