Re: CassandraDaemon deactivate doesn't shutdown Cassandra

2011-10-17 Thread aaron morton
What measure are you using to say Cassandra does not shut down ? Can you get a thread dump to see what's still running ? Cheers - Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 16/10/2011, at 8:50 AM, Shimi Kiviti wrote: > The problem

Re: CassandraDaemon deactivate doesn't shutdown Cassandra

2011-10-15 Thread Shimi Kiviti
The problem doesn't exist after the column family is truncated or if durable_writes=true Shimi On Tue, Oct 11, 2011 at 9:30 PM, Shimi Kiviti wrote: > I am running an Embedded Cassandra (0.8.7) and > calling CassandraDaemon.deactivate() after I write rows (at least 1), > doesn't shutdown Cassand

CassandraDaemon deactivate doesn't shutdown Cassandra

2011-10-11 Thread Shimi Kiviti
I am running an Embedded Cassandra (0.8.7) and calling CassandraDaemon.deactivate() after I write rows (at least 1), doesn't shutdown Cassandra. If I run only "reads" it does shutdown even without calling CassandraDaemon.deactivate() Anyone have any idea what can cause this problem? Shimi