Details
-
Task
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
Description
Currently the replication factor is in the keyspace metadata. As we've added the datacenter shard strategy, the replication factor becomes more computed by the replication strategy. It seems reasonable to therefore push the replication factor for the keyspace down to the replication strategy so that it can be handled in one place.
This adds on the work being done in CASSANDRA-1066 since that ticket will make the replication strategy a member variable of keyspace metadata instead of just a quasi singleton giving the replication strategy state for each keyspace. That makes it able to have the replication factor.
Attachments
Attachments
Issue Links
- depends upon
-
CASSANDRA-1066 DatacenterShardStrategy needs enforceable and keyspace based RF
- Resolved
-
CASSANDRA-1906 Sanitize configuration code
- Resolved
- is depended upon by
-
CASSANDRA-2221 'show create' commands on the CLI to export schema
- Resolved