I am a newcomer for Cassandra, current I met an issue, my cassandra setup as following,
- 1 DC, 1 Cluster
- 3 Nodes.
- SimpleStrategy
- durable write : true
- Replication factor : 2 when creating keyspace.
- Use IF NOT EXISTS to insert data into table.
- Seed node: 2 of them
Then I bring down one seed node, and I got the following error:
ResponseError: Not enough replicas available for query at consistency SERIAL (2 required but only 1 alive)