This repository was archived by the owner on May 14, 2021. It is now read-only.

Description
The following configuration options (hard-coded in cassandra.yaml in this module, so cassandra throws a YAML exception when I try to start it) are no longer accepted as of 2.0:
- row_cache_provider
- flush_largest_memtables_at
- reduce_cache_sizes_at
- reduce_cache_capacity_to
The datastax documentation is out of date but row_cache_provider was removed here and there's a reference to the latter options 3 being removed in the 2.0.0 upgrade notes.