cassandra - Multi data center nodes seed list -


i have build 3 node cluster in , adding 3 nodes in singapore. saw in cassandra documentation if new node being added in yaml file ipaddress should not present in seeds list. wanted have 2 seeds singapore region , added same ( 2 ip address , 2 singapore addres) in seeds list. question can add ip address new singapore node in seeds list before start server , make join cluster? ( have seeds added in it, i.e,. 2 , singapore 2 ). information.

yes, can add new seed nodes before starting them. new nodes come up, use existing (us) seed nodes before new nodes available.


Comments