Multiple Cassandra in same node
问题 I have 3 nodes. I would like to bring up a 3node cassandra ( 1 Cassandra in 1 node ) and 3 single node cassandra (1 in each node ). So in 1 node, there is an instance of a 3 node cassandra and single node cassandra. Can I deploy like this by changing the port number is in use? Can I use same port number across single node deployments. 回答1: I would not recommend this unless you give each cassandra node its own data and commit log volume(s). Cassandra is optimized for sequential read and write