Re: Off-heap Cache

2011-07-14 Thread Vijay
Use describe keyspace and see the settings are right. Check the logs on all the servers, Make sure you dont see errors... Check JNA jar in all the servers. Regards, On Wed, Jul 13, 2011 at 1:29 PM, Raj N wrote: > How do I ensure it is indeed using the SerializingCacheProvider. > > Thanks > -

Re: Off-heap Cache

2011-07-13 Thread Raj N
How do I ensure it is indeed using the SerializingCacheProvider. Thanks -Rajesh On Tue, Jul 12, 2011 at 1:46 PM, Jonathan Ellis wrote: > You need to set row_cache_provider=SerializingCacheProvider on the > columnfamily definition (via the cli) > > On Tue, Jul 12, 2011 at 9:57 AM, Raj N wrote:

Re: Off-heap Cache

2011-07-12 Thread Jonathan Ellis
You need to set row_cache_provider=SerializingCacheProvider on the columnfamily definition (via the cli) On Tue, Jul 12, 2011 at 9:57 AM, Raj N wrote: > Do we need to do anything special to turn off-heap cache on? > https://issues.apache.org/jira/browse/CASSANDRA-1969 > -Raj -- Jonathan Ellis