Re: Failed to connect to a Cassandra cluster's all nodes without default port


zhouyu74748585@...
 

hi,
 all the nodes have the same port。one of the nodes can keep the correct port,  the others will be changed to 9042.
the code is in org.janusgraph.diskstorage.cql.CQLStoreManager
and in this method Cluster initializeCluster()

the cluster builder has a default port 9042,and finally return a cluster with port 9042, the port in configurations will not be use.

Join janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.