Re: items removed from 1.1.0 cfstats output

2012-07-01 Thread Jonathan Ellis
They were removed because in 1.1 caches are global and not per-cf: http://www.datastax.com/dev/blog/caching-in-cassandra-1-1 On Fri, Jun 29, 2012 at 5:45 AM, Bill b...@dehora.net wrote: Were Key cache capacity: Key cache size: Key cache hit rate: Row cache: removed from cfstats in 1.1.0?

items removed from 1.1.0 cfstats output

2012-06-29 Thread Bill
Were Key cache capacity: Key cache size: Key cache hit rate: Row cache: removed from cfstats in 1.1.0? I can see them in 1.0.8 but not 1.1.0. If so, was wondering why, as they're fairly useful :) Bill

RE items removed from 1.1.0 cfstats output

2012-06-29 Thread Romain HARDOUIN
These settings are global since cassandra 1.1: - Make sure that global settings: key_cache_{size_in_mb, save_period} and row_cache_{size_in_mb, save_period} in conf/cassandra.yaml are used instead of per-ColumnFamily options.

Re: RE items removed from 1.1.0 cfstats output

2012-06-29 Thread Bill
Right; thanks Romain. Bill On 29/06/12 13:07, Romain HARDOUIN wrote: These settings are global since cassandra 1.1: - Make sure that global settings: key_cache_{size_in_mb, save_period} and row_cache_{size_in_mb, save_period} in conf/cassandra.yaml are used instead of