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-29 Thread Daniel Gimenez
Thanks Mark! you're right :-) Jonathan, I tested everything with the patch and I had the same OutOfMemoryError after some "Concurrent Mode Failure". Now, I'm trying to distribute the load of Cassandra among 4 servers, maybe if the JVM is more "relaxed" it has enough time to do the GC without pro

Re: Problem with JVM? concurrent mode failure

2010-04-29 Thread Daniel Gimenez
1 system I saw the new configuration file (cassandra.yaml) and the Keyspace1 is well defined, 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

Re: Problem with JVM? concurrent mode failure

2010-04-28 Thread Daniel Gimenez
details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 10 errors Thanks! Daniel Gimenez. -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Problem-

Re: Problem with JVM? concurrent mode failure

2010-04-28 Thread Daniel Gimenez
Thanks Jonathan, Brandon and Peter for your quick response. I'm going to test the issue's workaround. Also I will test "batch mode" instead of "periodic mode" for the commit log and I'll keep you informed. Thanks! Daniel Gimenez. -- View this message in contex