Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 20488 invoked from network); 4 Dec 2009 05:59:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Dec 2009 05:59:48 -0000 Received: (qmail 1474 invoked by uid 500); 4 Dec 2009 05:59:48 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 1426 invoked by uid 500); 4 Dec 2009 05:59:47 -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 1417 invoked by uid 99); 4 Dec 2009 05:59:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2009 05:59:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2009 05:59:45 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id C0C8016E30 for ; Fri, 4 Dec 2009 05:59:23 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Fri, 04 Dec 2009 05:59:23 -0000 Message-ID: <20091204055923.2017.73689@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22SolrCloud=22_by_PatrickHunt?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "SolrCloud" page has been changed by PatrickHunt. http://wiki.apache.org/solr/SolrCloud?action=3Ddiff&rev1=3D3&rev2=3D4 -------------------------------------------------- =3D=3D=3D Multiple Solr clusters =3D=3D=3D A Solr cluster should be able to use an existing zookeeper cluster, and m= ultiple solr clusters should be able to coexist on a single zookeeper clust= er. = - One idea: This seems easiest to achieve with a configuration URL that po= ints to the zookeeper cluster and includes any arbitrary prefix. + One idea: This seems easiest to achieve with a configuration URL that po= ints to the zookeeper cluster and includes any arbitrary prefix. [PDH] ''co= nsider using ZooKeeper's chroot feature for this'' = =3D=3D=3D Shard Identification =3D=3D=3D Two ways of identifying shards are needed.