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
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
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
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.
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.