RE: Problem with JVM? concurrent mode failure

2010-04-30 Thread Daniel Gimenez
The code is working now without memory leaks using your patch in the 0.6.2. I have done more than 100M without problems until now... Thanks! Daniel Gimenez. -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Problem-with-JVM-concurrent-mode

Re: Problem with JVM? concurrent mode failure

2010-04-30 Thread Jonathan Ellis
in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Problem-with-JVM-concurrent-mode-failure-tp4969814p4986649.html Sent from the cassandra-u...@incubator.apache.org mailing list archive at Nabble.com. -- Jonathan Ellis Project Chair, Apache Cassandra co-founder

Re: Problem with JVM? concurrent mode failure

2010-04-29 Thread Daniel Gimenez
, following the new instructions above the definition. Do you have any idea why this keyspace is not created? Thanks! Daniel Gimenez. -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Problem-with-JVM-concurrent-mode-failure-tp4969814p4979392.html

Re: Problem with JVM? concurrent mode failure

2010-04-29 Thread Jonathan Ellis
idea why this keyspace is not created? Thanks! Daniel Gimenez. -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Problem-with-JVM-concurrent-mode-failure-tp4969814p4979392.html Sent from the cassandra-u...@incubator.apache.org mailing list

RE: Problem with JVM? concurrent mode failure

2010-04-29 Thread Mark Jones
- From: Daniel Gimenez [mailto:danie...@gmail.com] Sent: Thursday, April 29, 2010 5:47 AM To: cassandra-u...@incubator.apache.org Subject: Re: Problem with JVM? concurrent mode failure Thanks Nate! I tested this parameter before and the result was almost the same. I got an OutOfMemory error

RE: Problem with JVM? concurrent mode failure

2010-04-29 Thread Daniel Gimenez
problems. I am going to continue with my testing... if I have better news with my job, I'll share with you guys! -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Problem-with-JVM-concurrent-mode-failure-tp4969814p4981631.html Sent from the cassandra-u

Re: Problem with JVM? concurrent mode failure

2010-04-28 Thread Peter Schuller
    -XX:+CMSIncrementalMode \     -XX:+CMSIncrementalPacing \ This may not be an issue given your other VM opts, but just FYI I have had some difficulty making the incremental CMS mode perform GC work sufficiently aggressively to avoid concurrent mode failures during significant

Re: Problem with JVM? concurrent mode failure

2010-04-28 Thread Daniel Gimenez
-apache-org.3065146.n2.nabble.com/Problem-with-JVM-concurrent-mode-failure-tp4969814p4973077.html Sent from the cassandra-u...@incubator.apache.org mailing list archive at Nabble.com.

Re: Problem with JVM? concurrent mode failure

2010-04-27 Thread Jonathan Ellis
We're working on this in https://issues.apache.org/jira/browse/CASSANDRA-1014 On Tue, Apr 27, 2010 at 12:28 PM, Daniel Gimenez danie...@gmail.com wrote: Hi everyone, several days ago I was doing some tests in a Cassandra installation and everything was right (few inserts, few deletions, few

Re: Problem with JVM? concurrent mode failure

2010-04-27 Thread Brandon Williams
On Tue, Apr 27, 2010 at 7:05 PM, Jonathan Ellis jbel...@gmail.com wrote: We're working on this in https://issues.apache.org/jira/browse/CASSANDRA-1014 There's an easy workaround noted in the ticket if you're willing to sacrifice a bit of performance: use batch mode instead of periodic for