I have a Cassandra Service running on my Ubuntu Server with a single node now. I want to make it into a ring cluster with 3 nodes to get a feel of multinode cluster all bein
Tried this on,
Cassandra: 3.11.2
RHEL: 6.5
In cassandra.yaml, keep the following values different for different instances:
- native_transport_port
- Data Directory
- Commitlog Directory
- Saved_Cache Directory
- listen_address
- broadcast_rpc_address(rpc_address set as 0.0.0.0)
Use loopback address in both listen_address and broadcast_rpc_address. Keep the storage port same in all the instances(i.e. 7000).
In cassandra-env.sh, keep the JMX_PORT different for different instances.