Re: Forced Failover Test for 0.6.0-RC1

2010-04-10 Thread Mark Greene
Ah ok. Sorry for the RTFM fail John ;-). For my test with a single node, batch would make sense if I needed better durability but with a cluster it's less of a concern with replication. Thanks. -Mark On Sat, Apr 10, 2010 at 11:49 AM, Jonathan Ellis wrote: > http://wiki.apache.org/cassandra/Dur

Re: Forced Failover Test for 0.6.0-RC1

2010-04-10 Thread Jonathan Ellis
http://wiki.apache.org/cassandra/Durability On Sat, Apr 10, 2010 at 10:38 AM, Mark Greene wrote: > Hi, > I'm testing out failover for 0.6.0-RC1 and seeing varied behavior in > Cassandra's ability to replay the commit log after a forced failure. > My test is this: > 1) Run ./cassandra -f > 2) Inse

Forced Failover Test for 0.6.0-RC1

2010-04-10 Thread Mark Greene
Hi, I'm testing out failover for 0.6.0-RC1 and seeing varied behavior in Cassandra's ability to replay the commit log after a forced failure. My test is this: 1) Run ./cassandra -f 2) Insert a value through the CLI and immediately force a shutdown of cassandra after I see the "Value inserted" co