Return-Path: Delivered-To: apmail-lucene-solr-user-archive@locus.apache.org Received: (qmail 57339 invoked from network); 8 Oct 2007 18:22:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2007 18:22:37 -0000 Received: (qmail 93718 invoked by uid 500); 8 Oct 2007 18:22:23 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 93693 invoked by uid 500); 8 Oct 2007 18:22:23 -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 93684 invoked by uid 99); 8 Oct 2007 18:22:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 11:22:23 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tom.zvents@gmail.com designates 209.85.198.187 as permitted sender) Received: from [209.85.198.187] (HELO rv-out-0910.google.com) (209.85.198.187) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 18:22:25 +0000 Received: by rv-out-0910.google.com with SMTP id k20so736674rvb for ; Mon, 08 Oct 2007 11:22:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=29xlAEDLFDHfZWvxK3aY3bLb5sfkhKlSDPj7tMKhtnw=; b=Q3DD4+rJE2IN3b0UeNvQ8xrErhHq8w2XcG1bSba+ciumtmL1MW9Uk7qUn7CSUaT8l7QODNs6ODLvQenf/7BXDcgM12qkVoHa48hx43izYSWEiaNU+wNMd2KCdoml4R6L+KOFux9h8EWKW2iPsuH5h2TIR1BV8uJQdk3kp4N9iY4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=f17S3zqs7gq62nEXzwGl8RzIz9UeovDsgArv5Z2d6essXoDCtGT7Qc2N2qtsRXLYXRVQ8XrCloSDL9N1kilUBVGYvF+3D+FA8L5MMDbOOxn+Kktq3UWQJJWkhpRSC0xTnWToGH3oL+AHuvhxGEHnnrTnIkt/gebsWtl6XlmzT54= Received: by 10.114.26.1 with SMTP id 1mr10426034waz.1191867723195; Mon, 08 Oct 2007 11:22:03 -0700 (PDT) Received: by 10.115.23.9 with HTTP; Mon, 8 Oct 2007 11:22:03 -0700 (PDT) Message-ID: Date: Mon, 8 Oct 2007 11:22:03 -0700 From: "Tom Hill" Sender: tom.zvents@gmail.com To: solr-user@lucene.apache.org Subject: Re: Availability Issues In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_541_584190.1191867723191" References: X-Google-Sender-Auth: c522bc1b94015078 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_541_584190.1191867723191 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi - We're definitely not seeing that. What do your logs show? What do your schema/solrconfig look like? Tom On 10/8/07, David Whalen wrote: > > Hi All. > > I'm seeing all these threads about availability and I'm > wondering why my situation is so different than others'. > > We're running SOLR 1.2 with a 2.5G heap size. On any > given day, the system becomes completely unresponsive. > We can't even get /solr/admin/ to come up, much less > any select queries. > > The only thing we can do is kill the SOLR process and > re-start it. > > We are indexing over 25 million documents and we add > about as much as we remove daily, so the number remains > fairly constant. > > Again, it seems like other folks are having a much > easier time with SOLR than we are. Can anyone help > by sharing how you've got it configured? Does anyone > have a similar experience? > > TIA. > > DW > > ------=_Part_541_584190.1191867723191--