Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 91B354EC0 for ; Fri, 1 Jul 2011 07:46:07 +0000 (UTC) Received: (qmail 76497 invoked by uid 500); 1 Jul 2011 07:46:02 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 76032 invoked by uid 500); 1 Jul 2011 07:45:35 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 75997 invoked by uid 99); 1 Jul 2011 07:45:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2011 07:45:30 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of stachoo@gmail.com designates 209.85.220.176 as permitted sender) Received: from [209.85.220.176] (HELO mail-vx0-f176.google.com) (209.85.220.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2011 07:45:22 +0000 Received: by vxd2 with SMTP id 2so3649763vxd.35 for ; Fri, 01 Jul 2011 00:45:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=Kz2Sv2NrwxXy9j+P5TSdqHcSFt5uftf5avIWqSU9ETM=; b=TOPXTVk5MrO/XHtsUjhcnKLWsyDQ6qvayePQXEGwFK6Nonl4eM3tmegz5unY6ChTDV IPqSrNSuHlwRirtbVwjU99/yHKHNpRK3EWCng2pSbhJhW+OION78f9wig7f1hozVph2J mGumPRHRKZsoKLKLlnOA6XGqhU/1lTnrIs7fs= MIME-Version: 1.0 Received: by 10.52.65.228 with SMTP id a4mr3961417vdt.137.1309506301764; Fri, 01 Jul 2011 00:45:01 -0700 (PDT) Sender: stachoo@gmail.com Received: by 10.220.203.66 with HTTP; Fri, 1 Jul 2011 00:45:01 -0700 (PDT) In-Reply-To: References: Date: Fri, 1 Jul 2011 09:45:01 +0200 X-Google-Sender-Auth: y5ZR_oDU5n_HL37F4A6s3XRF2UA Message-ID: Subject: Re: Multicore clustering setup problem From: Stanislaw Osinski To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=20cf307f338cf2a4a904a6fd31da X-Virus-Checked: Checked by ClamAV on apache.org --20cf307f338cf2a4a904a6fd31da Content-Type: text/plain; charset=ISO-8859-1 Hi Walter, That makes sense, but this has always been a multi-core setup, so the paths > have not changed, and the clustering component worked fine for core0. The > only thing new is I have fine tuned core1 (to begin implementing it). > Previously the solrconfig.xml file was very basic. I replaced it with > core0's solrconfig.xml and made very minor changes to it (unrelated to > clustering) - it's a nearly identical solrconfig.xml file so I'm surprised > it doesn't work for core1. > I'd probably need to take a look at the whole Solr dir you're working with, clearly there's something wrong with the classpath of core1. Again, I'm wondering if perhaps since both cores have the clustering > component, if it should have a shared configuration in a different file > used > by both cores(?). Perhaps the duplicate clusteringComponent configuration > for both cores is the problem? > I'm not an expert on Solr's internals related to core management, but I once did configure two cores with search results clustering, where clustering configuration and s were specified for each core separately, so this is unlikely to be a problem. Another approach would be to put all the JARs required for clustering in a common directory and point Solr to that lib using the sharedLib attribute in the tag: http://wiki.apache.org/solr/CoreAdmin#solr. But it really should work both ways. If you can somehow e-mail (off-list) the listing of your Solr directory and contents of your configuration XMLs, I may be able to trace the problem for you. Cheers, Staszek --20cf307f338cf2a4a904a6fd31da--