Re: Errors with Cassandra 1.0.10, 1.1.0, 1.1.1-SNAPSHOT and 1.2.0-SNAPSHOT

2012-06-13 Thread Horacio G. de Oro
Hi! I've found that in all cases, the errors happened when running the tests cases of the application. Before running each tests case, a "test keyspace" is created, then the tests are executed, and the keyspace is removed. The repeated "creation, use and removal" of a keyspace causes that kind of

Re: Errors with Cassandra 1.0.10, 1.1.0, 1.1.1-SNAPSHOT and 1.2.0-SNAPSHOT

2012-06-04 Thread aaron morton
I remember someone have the "file exists" issue a few weeks ago, IIRC it magically went away. Do yo have steps to reproduce this fault ? If you can reproduce it on a release version please create a ticket on https://issues.apache.org/jira/browse/CASSANDRA and update the email thread. Cheers

Re: Errors with Cassandra 1.0.10, 1.1.0, 1.1.1-SNAPSHOT and 1.2.0-SNAPSHOT

2012-06-02 Thread Horacio G. de Oro
Permissions are ok. The writes works ok, and the data can be read. Thanks! Horacio On Sat, Jun 2, 2012 at 11:50 PM, Kirk True wrote: > Permissions problems on /var for the user running Cassandra? > > Sent from my iPhone > > On Jun 2, 2012, at 6:56 PM, "Horacio G. de Oro" wrote: > > > Hi! Whi

Re: Errors with Cassandra 1.0.10, 1.1.0, 1.1.1-SNAPSHOT and 1.2.0-SNAPSHOT

2012-06-02 Thread Kirk True
Permissions problems on /var for the user running Cassandra? Sent from my iPhone On Jun 2, 2012, at 6:56 PM, "Horacio G. de Oro" wrote: > Hi! While using Cassandra, I've seen this log messages when running some test > cases (which insert lots of columns in 4 rows). > I've tryied Cassandra 1.0.

Errors with Cassandra 1.0.10, 1.1.0, 1.1.1-SNAPSHOT and 1.2.0-SNAPSHOT

2012-06-02 Thread Horacio G. de Oro
Hi! While using Cassandra, I've seen this log messages when running some test cases (which insert lots of columns in 4 rows). I've tryied Cassandra 1.0.10, 1.1.0, 1.1.1-SNAPSHOT and 1.2.0-SNAPSHOT (built from git). I'm using the default configuration, Oracle jdk 1.6.0_32, Ubuntu 12.04 and pycassa.