Hi, we have two datacenter with those inof: Cassandra version 2.1.0 DC1 with 5 nodes DC2 with 5 nodes
we set the snitch to GossipingPropertyFileSnitch and in cassandra-rackdc.properties we put: in DC1: dc=DC1 rack=RAC1 in DC2: dc=DC2 rack=RAC1 and in every node's cassandra.yaml we define two seeds of DC1 and two seed of DC2. we restart both DC, we create un keyspace with NetworkTopologyStrategy in DC1 and we suspect that will be created also in DC2 but it's not the case...so we create the same keyspace in DC2, we create a table in both DC, we did un insert in DC1 but doing un select from the same table in DC2 we found 0 rows. so it seems that our clusters are not communicating between them. doing a nodetool status overs each DC we see only the 5 nodes corresponding to the current DC. are we missed some configuration? thanks in advance.