Understanding Cassandra Architecture

2015-08-04 Thread Thouraya TH
Hi all, 1- I have 4 nodes A, B, C, and D (A is the seed node). I have modified seed node address and listen address of each Cassandra.yaml file (I have modified nothing else) 2- Then, from A: CREATE KEYSPACE my_keyspace WITH REPLICATION = {‘class’:’Simple Strategy,

Re: Understanding Cassandra Architecture

2015-08-04 Thread Patrick McFadin
Thouraya, Assuming that you have started all 4 nodes in step 1, then your cluster is setup and running. Gossip just relays state about the cluster members, not much else. The seed node isn't special in any way, it's just the node you have designated the other nodes to contact if they need to get