Return-Path: X-Original-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BB4B088C1 for ; Thu, 18 Aug 2011 16:39:50 +0000 (UTC) Received: (qmail 79926 invoked by uid 500); 18 Aug 2011 16:39:50 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 79838 invoked by uid 500); 18 Aug 2011 16:39:49 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 79827 invoked by uid 99); 18 Aug 2011 16:39:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2011 16:39:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2011 16:39:48 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 8DAF83DF; Thu, 18 Aug 2011 16:39:28 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Thu, 18 Aug 2011 16:39:28 -0000 Message-ID: <20110818163928.8765.5071@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22NewSolrCloudDesign=22_by_YonikSeel?= =?utf-8?q?ey?= Auto-Submitted: auto-generated Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "NewSolrCloudDesign" page has been changed by YonikSeeley: http://wiki.apache.org/solr/NewSolrCloudDesign?action=3Ddiff&rev1=3D7&rev2= =3D8 Comment: alternative to cluster lock * Multiple schema support ? Should we just remove it from ver 1.0 for s= implicity? * solr.xml . Is there a need at all for this in the cloud mode? = + =3D=3D Alternative to a Cluster Lock =3D=3D + It may be simpler to have a coordinator node (we avoid the term master si= nce that is associated with traditional index replication) that is establis= hed via leader election. + Following a pattern of treating the zookeeper state as the "truth" and ha= ving nodes react to changes in that state allow for more future flexibility= (such as allowing an external management tool directly change the zookeepe= r state to control the cluster). Having a coordinator (as opposed to grabb= ing a lock every time) can be more scalable too. A hybrid model where a cl= uster lock is used only in certain circumstances can also make sense. +=20