RE: VPC AWS

2014-06-09 Thread Ackerman, Mitchell
Peter, I too am working on setting up a multi-region VPC Cassandra cluster. Each region is connected to each other via an OpenVPN tunnel, so we can use internal IP addresses for both the seeds and broadcast address. This allows us to use the EC2Snitch (my interpretation of the caveat that th

RE: INSERT ... IF NOT EXISTS with some nodes unavailable

2014-06-03 Thread Ackerman, Mitchell
queries require QUORUM participants. So, I think you have to expand your cluster to 3 nodes and make replication factor 3. HTH Haebin 2014-06-03 12:09 GMT+09:00 Ackerman, Mitchell mailto:mitchell.acker...@pgi.com>>: Hi, I’m trying to get a query using INSERT ... IF NOT

INSERT ... IF NOT EXISTS with some nodes unavailable

2014-06-02 Thread Ackerman, Mitchell
Hi, I'm trying to get a query using INSERT ... IF NOT EXISTS working when not all of the nodes are available. As a test case I have 2 nodes, one in AWS us-west-1, another in AWS eu-west-1. The keyspace settings are described below. When I only have one of the nodes available,

RE: JDK 8

2014-04-29 Thread Ackerman, Mitchell
-29 1:09 GMT+02:00 Colin mailto:co...@clark.ws>>: It seems to run ok, but I havent seen it yet in production on 8. -- Colin Clark +1-320-221-9531 On Apr 28, 2014, at 4:01 PM, "Ackerman, Mitchell" mailto:mitchell.acker...@pgi.com>> wrote: I've been searching around

JDK 8

2014-04-28 Thread Ackerman, Mitchell
I've been searching around, but cannot find any information as to whether Cassandra runs on JRE 8. Any information on that? Thanks, Mitchell