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.