Re: Cassandra communication between 2 datacenter

2014-11-14 Thread Adil
Thank you Eric, the problem in fact was that the ports were open only in one sense. now is working. 2014-11-13 22:38 GMT+01:00 Eric Plowe : > Are you sure that both DC's can communicate with each other over the > necessary ports? > > On Thu, Nov 13, 2014 at 3:46 PM, Adil wrote: > >> yeh we start

Re: Cassandra communication between 2 datacenter

2014-11-13 Thread Eric Plowe
Are you sure that both DC's can communicate with each other over the necessary ports? On Thu, Nov 13, 2014 at 3:46 PM, Adil wrote: > yeh we started nodes one at timemy doubt is if we should configure > alse cassandra-topology.properties or not? we leave it with default vlaues > > 2014-11-13

Re: Cassandra communication between 2 datacenter

2014-11-13 Thread Adil
yeh we started nodes one at timemy doubt is if we should configure alse cassandra-topology.properties or not? we leave it with default vlaues 2014-11-13 21:05 GMT+01:00 Robert Coli : > On Thu, Nov 13, 2014 at 10:26 AM, Adil wrote: > >> Hi, >> we have two datacenter with those inof: >> >> Cas

Re: Cassandra communication between 2 datacenter

2014-11-13 Thread Robert Coli
On Thu, Nov 13, 2014 at 10:26 AM, Adil wrote: > 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 D

Cassandra communication between 2 datacenter

2014-11-13 Thread Adil
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 se