Hello!
What is impact on Cassandra node if tcp port 9042 is closed?
We have running cluster and I found that port is required per documentation but in reality it is not open in iptables.
Solved! Go to Solution.
Usually port 9402 is used for CQL native transport port. @Paul Mibus
This release of Edge uses Thrift for communication which happens on port 9160. Future releases may start using the native interface which will make use of 9402. Hope that helps.