Replication system_distributed

2020-01-07 Thread Marcel Jakobi
Hi, the default definition of the keyspace system_distributed is: CREATE KEYSPACE system_distributed WITH replication = {'class': 'SimpleStrategy', 'replication_factor': '3'} AND durable_writes = true; If I understand correctly, every repair information will be replicated on three servers in

Re: Replication system_distributed

2020-01-10 Thread Chris Splinter
Hi Marcel, The RF for that keyspace is currently hardcoded, see CASSANDRA-11098 . I am not sure why your RF switched from 1 to 3 after you restarted a cluster, I tried the same and it remained at 1 for me. The tables in that keyspace are used