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

Re: Limited row cache size

2012-06-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
thub.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/service/CacheService.java#L143 > > Cheers > > > - > Aaron Morton > Freelance Developer > @aaronmorton > http://www.thelastpickle.com > > On 15/06/2012, at 7:13 PM, Noble Paul നോബിള്

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 concurrentlinkedhash

Java cient

2011-01-18 Thread Noble Paul നോബിള്‍ नोब्ळ्
What is the most commonly used java client library? Which is the the most mature/feature complete? Noble

Re: Java cient

2011-01-18 Thread Noble Paul നോബിള്‍ नोब्ळ्
Thanks everyone. I guess, I should go with hector On 18 Jan 2011 17:41, "Alois Bělaška" wrote: > Definitelly Pelops https://github.com/s7/scale7-pelops > > 2011/1/18 Noble Paul നോബിള്‍ नोब्ळ् > >> What is the most commonly used java client library? Which is th

Re: Java cient

2011-01-22 Thread Noble Paul നോബിള്‍ नोब्ळ्
o get my client/server caught up to the currently supported >>> branch. That is just part of the cost of doing business with Cassandra >>> at the moment. Hopefully after "1.0" on the server and some of the >>> clients, this type of thing will be more unusual. >