Re: EC2 Best Practices

2012-04-29 Thread aaron morton
; Sent: Wed, April 25, 2012 18:11 > Subject: Re: EC2 Best Practices > > > > has anybody written up anything related to recovery for fails in EC2? > > this morning i woke up to find 1 (of 4) nodes marked as unreachable. i used > the datastax (1.0.7) ami to set u p my cl

Re: EC2 Best Practices

2012-04-25 Thread Dave Brosius
0 is a perfectly valid id.node - 1 is modulo the maximum token value. that token range is 0 - 2**127so node - 1 in this case is 2**127 - Original Message -From: "Deno Vichas" >;d...@syncopated.net

Re: EC2 Best Practices

2012-04-25 Thread Deno Vichas
has anybody written up anything related to recovery for fails in EC2? this morning i woke up to find 1 (of 4) nodes marked as unreachable. i used the datastax (1.0.7) ami to set up my cluster and the node that fail had the token id of 0 (this is the seed node - right?). the docs says to repl

Re: EC2 Best Practices

2012-02-23 Thread aaron morton
General EC2 setup… http://www.datastax.com/docs/1.0/install/install_ami http://wiki.apache.org/cassandra/CloudConfig Cassandra with a VPN on EC2. From memory it talks about using the VPN within EC2. http://blog.vcider.com/2011/09/running-cassandra-on-a-virtual-network-in-ec2/ Clients need a si

EC2 Best Practices

2012-02-23 Thread Philip Shon
Are there any good resources for best practices when running Cassandra within EC2? I'm particularly interested in the security issues, when the servers communicating w/ Cassandra are outside of EC2. Thanks, -Phil