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 876C710636 for ; Fri, 6 Sep 2013 14:26:12 +0000 (UTC) Received: (qmail 39527 invoked by uid 500); 6 Sep 2013 14:26:08 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 39369 invoked by uid 500); 6 Sep 2013 14:26:08 -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 39360 invoked by uid 99); 6 Sep 2013 14:26:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Sep 2013 14:26:07 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [74.202.96.5] (HELO box1pri.directs.com) (74.202.96.5) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Sep 2013 14:26:02 +0000 Received: from msg-p-syd-s-45-esg.directs.com (msg-p-syd-s-45.directs.com [172.25.16.100]) by box1pri.directs.com with ESMTP id r86EPfhx042844 for ; Fri, 6 Sep 2013 09:25:41 -0500 (CDT) Received: from MSG-P-VIR-M-60.mtolympus.partners.directs.com (unknown [172.25.79.120]) by Websense Email Security Gateway with ESMTP id A6227F45EF2 for ; Fri, 6 Sep 2013 09:25:35 -0500 (CDT) Received: from MSG-P-VIR-M-62.mtolympus.partners.directs.com ([169.254.1.23]) by MSG-P-VIR-M-60.mtolympus.partners.directs.com ([172.25.79.116]) with mapi id 14.02.0328.009; Fri, 6 Sep 2013 09:25:41 -0500 From: Austin Rasmussen To: "solr-user@lucene.apache.org" Subject: RE: Solr 4.3 Startup with Multiple Cores Hangs on "Registering Core" Thread-Topic: Solr 4.3 Startup with Multiple Cores Hangs on "Registering Core" Thread-Index: Ac6qWx8KUcwnFWAQSLGYEjULOFrUWAARzYWAAAkcelAAG74MgAAKSAkA Date: Fri, 6 Sep 2013 14:25:40 +0000 Message-ID: <11C0D08C489F904088A23087B5A2E1570C787D@MSG-P-VIR-M-62.mtolympus.partners.directs.com> References: <11C0D08C489F904088A23087B5A2E1570C65E9@MSG-P-VIR-M-62.mtolympus.partners.directs.com> <11C0D08C489F904088A23087B5A2E1570C7115@MSG-P-VIR-M-62.mtolympus.partners.directs.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.25.79.1] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Thanks for clearing that up Erick. The updateLog XML element isn't present= in any of the solrconfig.xml files, so I don't believe this is enabled. =20 I posted the directory listing of all of the core data directories in a pri= or post, but there are no files/folders found that contain "tlog" in the na= me of them. -----Original Message----- From: Erick Erickson [mailto:erickerickson@gmail.com]=20 Sent: Friday, September 06, 2013 9:18 AM To: solr-user@lucene.apache.org Subject: Re: Solr 4.3 Startup with Multiple Cores Hangs on "Registering Cor= e" bq: I'm actually not using the transaction log (or the NRTCachingDirectoryF= actory); it's currently set up to use the MMapDirectoryFactory, This isn't relevant to whether you're using the update log or not, this is = just how the index is handled. Look for something in your solrconfig.xml like: ${solr.ulog.dir:} The other thing to check is if you have files in a "tlog" directory that's = a sibling to your index directory as Hoss suggested. You may well NOT have any transaction log, but it's something to check.