Cache capacity set with JConsole is lost after restart

2010-09-03 Thread Viktor Jevdokimov
Hi, We're not setting cache capacity upon creation of Column Family, since the type and capacity is unknown at that time. By default it = 0. After Column Family has enough data and we could decide on cache type (Row or Key) and capacity, we connect with JConsole and set cache capacity manually

Re: Cache capacity set with JConsole is lost after restart

2010-09-03 Thread Edward Capriolo
On Fri, Sep 3, 2010 at 9:22 AM, Viktor Jevdokimov viktor.jevdoki...@adform.com wrote: Hi, We’re not setting cache capacity upon creation of Column Family, since the type and capacity is unknown at that time. By default it = 0. After Column Family has enough data and we could decide on

RE: Cache capacity set with JConsole is lost after restart

2010-09-03 Thread Viktor Jevdokimov
Forgot to mention the version: 0.7 beta 1 -Original Message- From: Edward Capriolo [mailto:edlinuxg...@gmail.com] Sent: Friday, September 03, 2010 4:59 PM To: user@cassandra.apache.org Subject: Re: Cache capacity set with JConsole is lost after restart On Fri, Sep 3, 2010 at 9:22 AM

Re: Cache capacity set with JConsole is lost after restart

2010-09-03 Thread Jonathan Ellis
] Sent: Friday, September 03, 2010 4:59 PM To: user@cassandra.apache.org Subject: Re: Cache capacity set with JConsole is lost after restart On Fri, Sep 3, 2010 at 9:22 AM, Viktor Jevdokimov viktor.jevdoki...@adform.com wrote: Hi, We're not setting cache capacity upon creation of Column

RE: Cache capacity set with JConsole is lost after restart

2010-09-03 Thread Jeremiah Jordan
from JMX, so on restart they go back to what they were on creation. -Original Message- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Friday, September 03, 2010 9:28 AM To: user@cassandra.apache.org Subject: Re: Cache capacity set with JConsole is lost after restart That doesn't

Re: Cache capacity set with JConsole is lost after restart

2010-09-03 Thread Jonathan Ellis
. -Original Message- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: Friday, September 03, 2010 9:28 AM To: user@cassandra.apache.org Subject: Re: Cache capacity set with JConsole is lost after restart That doesn't matter, the config file is the Source Of Truth for the values it has