This page was last edited on May 29, 2024, at 18:16.
Comments or questions about this documentation? Contact us for support!
If your Cassandra Cluster of Feature Servers already meets the prerequisites, then follow the steps to add a new data center to the cluster.
Do this only when the new data center is created:
In a Cassandra cluster, each Feature Server is a node, and each has an identical cassandra-topology.properties file that describes the network topology. When you created the Cassandra Cluster, you created this file and placed a duplicate in the /resources/ directory of each Feature Server deployment.
You must now update each of these files to enable the new data centers.
The example below began as a single-node configuration. It defined only Data Center One. To configure a new data center, you simply add those same defining lines—modified to contain the correct data. The example below (modifications in red) now defines four data centers.
# Cassandra Node IP=Data Center:Rack
# Data Center One
999.999.99.99=us_west:RAC1
999.999.99.98=us_west:RAC2
<span style="color:red"># Data Center Two
999.999.99.97=us_east:RAC1
999.999.99.96=us_east:RAC2
# Data Center Three
999.999.99.95=eu_east:RAC1
999.999.99.94=eu_east:RAC2
# Data Center Four
999.999.99.93=eu_west:RAC1
999.999.99.92=eu_west:RAC2 </span>
# default for unknown nodes
default=us_west:RAC1
-To finish your configuration, restart the Feature Servers in existing data center(s).
Read the Cassandra documentation for additional details.