Re: Limited row cache size

2012-06-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
sorry I meant 1.1.1 build On Mon, Jun 25, 2012 at 10:40 AM, Noble Paul നോബിള്‍ नोब्ळ् wrote: > I was using the datastax build. Do they also have a 1.1 build? > > On Mon, Jun 18, 2012 at 9:05 AM, aaron morton wrote: >> cassandra 1.1.1 ships with concurrentlinkedhashmap-lru-1.3.jar >> >> row_cach

Re: Limited row cache size

2012-06-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
I was using the datastax build. Do they also have a 1.1 build? On Mon, Jun 18, 2012 at 9:05 AM, aaron morton wrote: > cassandra 1.1.1 ships with concurrentlinkedhashmap-lru-1.3.jar > > row_cache_size_in_mb starts life as an int but the byte size is stored as a > long > https://github.com/apache/c

Re: Limited row cache size

2012-06-17 Thread aaron morton
cassandra 1.1.1 ships with concurrentlinkedhashmap-lru-1.3.jar row_cache_size_in_mb starts life as an int but the byte size is stored as a long https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/service/CacheService.java#L143 Cheers - Aaron Morton Fre

Limited row cache size

2012-06-15 Thread Noble Paul നോബിള്‍ नोब्ळ्
hi, I configured my server with a row_cache_size_in_mb : 1920 When started the server and checked the JMX it shows the capacity is set to 1024MB . I investigated further and found that the version of concurrentlruhashmap used is 1.2 which sets capacity max value to 1GB. So, in cassandra 1.1 th