Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 79CB5F1C7 for ; Mon, 22 Apr 2013 23:50:31 +0000 (UTC) Received: (qmail 73427 invoked by uid 500); 22 Apr 2013 23:50:28 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 73394 invoked by uid 500); 22 Apr 2013 23:50:28 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 73380 invoked by uid 99); 22 Apr 2013 23:50:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Apr 2013 23:50:28 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dane@optimalsocial.com designates 209.85.210.170 as permitted sender) Received: from [209.85.210.170] (HELO mail-ia0-f170.google.com) (209.85.210.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Apr 2013 23:50:23 +0000 Received: by mail-ia0-f170.google.com with SMTP id 21so31508iay.15 for ; Mon, 22 Apr 2013 16:50:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:x-gm-message-state; bh=XFJLl0ekxoL05066Yur4bdCOBa61L//ZQG2poSqIf+8=; b=FKm7I2NUFEnrFT9vhfJW9NKS9fSjQJEv47Sgv2MUSyho/dIVu4qLHkH74HLr2L25rg mTLAlayaGeRfXAlfwqWHawC50WG3Lc+5pwbIsKkLx/JAg/tPTmQuRoIkpFyCedJH8Bya G9RrasXbMqCbAaqATSP03EncXJLu1YgANnW/M66hXfI0/fEZy6W2gW6suKI8ZDDPm7XY MBeQ3zLV/7Al2gmDgxXz6LSv9Pci9Z+x4C3m1NbpbIlQ7MAvTzHzD6txQlStFexTkWhU uoBJ5a9mIU6oUkWsKVSNo8Ss4knMOxoeNeonll81Th8HDuUiv+XcesYxR8/H7vcjxZRV +7xQ== MIME-Version: 1.0 X-Received: by 10.50.66.162 with SMTP id g2mr4014640igt.84.1366674602451; Mon, 22 Apr 2013 16:50:02 -0700 (PDT) Received: by 10.64.126.9 with HTTP; Mon, 22 Apr 2013 16:50:02 -0700 (PDT) In-Reply-To: References: Date: Mon, 22 Apr 2013 16:50:02 -0700 Message-ID: Subject: Re: Ec2Snitch to Ec2MultiRegionSnitch From: Dane Miller To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkLqrJchvatYsBbrU9e0UPn1EoThU0P4QJ13xVmtV0i2cxFHGtc/2e9PHWIGk6/NLIuxZ0k X-Virus-Checked: Checked by ClamAV on apache.org 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/mandatory to change this > strategy when using multiple DC ? I suggest you thoroughly read the datastax documentation on cassandra replication. The change you are planning is big - make sure to try it in a test environment first. Also, you might find you don't really need Cassandra's rack aware feature, and can operate using (Gossiping)PropertyFileSnitch. The rack feature is listed as an "anti-pattern" here: http://www.datastax.com/docs/1.2/cluster_architecture/anti_patterns Here are some recent discussions on this list: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/migrating-from-SimpleStrategy-to-NetworkTopologyStrategy-tp7586272.html http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/migrating-from-SimpleStrategy-to-NetworkTopologyStrategy-tp7481090.html Dane