puppet-cassandra icon indicating copy to clipboard operation
puppet-cassandra copied to clipboard

Some cassandra.yaml parameters were removed in Cassandra 2.0.x

Open dcosson opened this issue 12 years ago • 2 comments

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.

dcosson avatar Sep 24 '13 18:09 dcosson

Thanks :)

Maybe you could open a pull request so that the owner can merge your changes.

Matt

msimonin avatar Sep 25 '13 11:09 msimonin

Just opened a PR :) I wanted to test a clean provision first, it worked for me on ubuntu 12.04 in vagrant

dcosson avatar Sep 25 '13 15:09 dcosson