Re: Getting into Too many open files issues

2013-11-20 Thread J. Ryan Earl
There was a bug introduced in 2.0.0-beta1 related to TTL, a patch just came available in: https://issues.apache.org/jira/browse/CASSANDRA-6275 On Thu, Nov 7, 2013 at 5:15 AM, Murthy Chelankuri wrote: > I have experimenting cassandra latest version for storing the huge the in > our application. >

Re: Getting into Too many open files issues

2013-11-11 Thread Aaron Morton
Thursday, November 07, 2013 4:22 AM > To: user@cassandra.apache.org > Subject: RE: Getting into Too many open files issues > > Hi Murthy, > > 32768 is a bit low (I know datastax docs recommend this). But our production > env is now running on 1kk, or you can even pu

RE: Getting into Too many open files issues

2013-11-07 Thread Arindam Barua
, November 07, 2013 4:22 AM To: user@cassandra.apache.org Subject: RE: Getting into Too many open files issues Hi Murthy, 32768 is a bit low (I know datastax docs recommend this). But our production env is now running on 1kk, or you can even put it on unlimited. Pieter From: Murthy Chelankuri

RE: Getting into Too many open files issues

2013-11-07 Thread Pieter Callewaert
: Getting into Too many open files issues Thanks Pieter for giving quick reply. I have downloaded the tar ball. And have changed the limits.conf as per the documentation like below. * soft nofile 32768 * hard nofile 32768 root soft nofile 32768 root hard nofile 32768 * soft memlock unlimited * hard

Re: Getting into Too many open files issues

2013-11-07 Thread Murthy Chelankuri
Thanks Pieter for giving quick reply. I have downloaded the tar ball. And have changed the limits.conf as per the documentation like below. * soft nofile 32768 * hard nofile 32768 root soft nofile 32768 root hard nofile 32768 * soft memlock unlimited * hard memlock unlimited root soft memlock un

RE: Getting into Too many open files issues

2013-11-07 Thread Pieter Callewaert
Hi Murthy, Did you do a package install (.deb?) or you downloaded the tar? If the latest, you have to adjust the limits.conf file (/etc/security/limits.conf) to raise the nofile (number of files open) for the cassandra user. If you are using the .deb package, the limit is already raised to 100