RE: Different result after restart

2011-04-20 Thread Desimpel, Ignace
before. Still don't grasp how this relates to the restart of the server, but I'am happy as is. Thanks very much Aaron! Ignace From: aaron morton [mailto:aa...@thelastpickle.com] Sent: Wednesday, April 20, 2011 1:40 PM To: user@cassandra.apache.org Subject: Re: Different re

RE: Different result after restart

2011-04-20 Thread Desimpel, Ignace
non-system tables are defined at org.apache.cassandra.tools.SSTableExport.main(SSTableExport.java:457) Thanks, Ignace From: aaron morton [mailto:aa...@thelastpickle.com] Sent: Wednesday, April 20, 2011 1:40 PM To: user@cassandra.apache.org Subject: Re: Different result after res

Re: Different result after restart

2011-04-20 Thread aaron morton
Checking the simple things first, are you using the o.a.c.service.EmbeddedCassandraService or the o.a.c.EmbeddedServer in the unit test directory ? The later deletes data, but it does not sound like you are using it. When the server starts it should read any commit logs, roll them forward and

Different result after restart

2011-04-20 Thread Desimpel, Ignace
Cassandra version 0.7.4 Hi, I'm storing (no deletion) in a small test some records to an embedded Cassandra instance. Then I connect using Thrift and I can retrieve the data as excepted. Then I restart the server with the embedded Cassandra, reconnect using Thrift but now the same quer