We have healthy running 3 nodes cassandra cluster but we need to swap all 3 nodes IP address due to some issue.
So basically, we want to swap old cassandra server IP address from to new cassandra server IP address. My question is :-
1) Is there any specific procedure we need to follow to avoid any issue?
2) Or Just modify rpc_address, listen_address, seeds, peers table etc. and start the cassandra nodes?
Please help, Thanks