Re: Ec2Snitch to Ec2MultiRegionSnitch

2013-04-25 Thread aaron morton
> So you mean this part doesn't need more testing ? This will work for sure ? > Did you already did it yourself ? Always test. But if you only had one AZ then all nodes will be in one Rack, so the NTS will not behave differently. > C* will be able to reach the LOCAL_QUORUM everywhere, won't i

Re: Ec2Snitch to Ec2MultiRegionSnitch

2013-04-23 Thread Alain RODRIGUEZ
"If you are only using one Available Zone per region then you have only one rack per DC and the NetworkTopologyStrategy will do the right thing." So you mean this part doesn't need more testing ? This will work for sure ? Did you already did it yourself ? "Because you are going to replicate your

Re: Ec2Snitch to Ec2MultiRegionSnitch

2013-04-23 Thread aaron morton
> You are advising me to test it, what would be a good way of testing it (I can > use AWS EC2 instances if needed) ? If you are only using one Available Zone per region then you have only one rack per DC and the NetworkTopologyStrategy will do the right thing. > Why ? I mean we have maybe only

Re: Ec2Snitch to Ec2MultiRegionSnitch

2013-04-23 Thread Alain RODRIGUEZ
Hi,these advice are very welcome. @Dane, about the rack awareness, we use only one rack per DC, so I guess using EC2MultiRegionSnitch will do just fine and it doesn't need any configuration. Does it seem right to you. If we are someday interested on multi racks I will make sure to use them properl

Re: Ec2Snitch to Ec2MultiRegionSnitch

2013-04-22 Thread Dane Miller
On Thu, Apr 18, 2013 at 7:41 AM, Alain RODRIGUEZ wrote: > I am wondering about the process to grow from one data center to a few of > them. First thing is we use EC2Snitch for now. So I guess we have to switch > to Ec2MultiRegionSnitch. > > c/ I am using the SimpleStrategy. Is it worth it/mandator

Re: Ec2Snitch to Ec2MultiRegionSnitch

2013-04-21 Thread aaron morton
> So I guess we have to switch to Ec2MultiRegionSnitch. It depends on how you are connecting the regions. If the nodes can directly communicate with each other, say through a VPN, you may not need to change it. If they are behind a NAT you will need to use it. When you change the snitch test f