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 C090D1789B for ; Mon, 30 Mar 2015 15:04:25 +0000 (UTC) Received: (qmail 33852 invoked by uid 500); 30 Mar 2015 15:04:21 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 33783 invoked by uid 500); 30 Mar 2015 15:04:21 -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 33771 invoked by uid 99); 30 Mar 2015 15:04:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Mar 2015 15:04:21 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of erickerickson@gmail.com designates 209.85.218.43 as permitted sender) Received: from [209.85.218.43] (HELO mail-oi0-f43.google.com) (209.85.218.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Mar 2015 15:04:16 +0000 Received: by oigz129 with SMTP id z129so86457002oig.1 for ; Mon, 30 Mar 2015 08:03:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=72Guc2KublwMjIm68rKo+UwJeLyKtaZg21+g2Dz/gSo=; b=e/Uqnjd7Vdx+q4taz3xFzpzx1AJFmk0dVrjDsddfdjgqzcqivQWgxwrWQbVhpE8ZdI puDdWt7umFKG26CXzxLKcg2LhPK9zsLZHB3zRIOBxzHpAyAMJkIZ9AJX9xd+nYiy2gnc MOAvTMiMafr4i78clAEBrtfKNXlYrdWVKiK0zKxAJ8uxP3rVmO3VnwtF3DJdhFFp4SWi IzPfPmsGStNH2SLdN+i7p2QJOxVhaLCZx6xEf1E7bizl60S63H+cx0UY29pbknBZn9+o 3TLYJyKs6zvLWf3m1PHVSm5hMx+QpC+YQnC9XwU7ruymzDtYwAT5p19JNDxgpY36QAxH qjGw== MIME-Version: 1.0 X-Received: by 10.60.63.99 with SMTP id f3mr7294043oes.9.1427727791207; Mon, 30 Mar 2015 08:03:11 -0700 (PDT) Received: by 10.76.122.202 with HTTP; Mon, 30 Mar 2015 08:03:11 -0700 (PDT) In-Reply-To: <1427705032314-4196249.post@n3.nabble.com> References: <1427705032314-4196249.post@n3.nabble.com> Date: Mon, 30 Mar 2015 08:03:11 -0700 Message-ID: Subject: Re: Solr went on recovery multiple time. From: Erick Erickson To: solr-user@lucene.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Sometimes happens when your zookeeper timeout is short (the 15 second timeout has been too short) and you hit a GC pause that is longer. Try lengthening your ZK timeout to 45 or 60 seconds. It would help if you told us about your setup, memory allocated to Solr, all that stuff, see: http://wiki.apache.org/solr/UsingMailingLists Best, Erick On Mon, Mar 30, 2015 at 1:43 AM, sthita wrote: > Solr server crashes 2-3 times a day . When i looked into log i can see some > recovery failure. > > I got these errors on my solr log > > WARN - 2015-03-30 16:03:51.137; org.apache.solr.cloud.RecoveryStrategy; > Stopping recovery for zkNodeName=searcher:8980_solr_rn0core=rn0 > ERROR - 2015-03-30 16:03:56.121; org.apache.solr.update.UpdateLog; Error > inspecting tlog tlog{file=/solr/rn0/data/tlog/tlog.0000000000000000709 > refcount=2} > ERROR - 2015-03-30 16:03:56.121; org.apache.solr.update.UpdateLog; Error > inspecting tlog tlog{file=/solr/rn0/data/tlog/tlog.0000000000000000710 > refcount=2} > WARN - 2015-03-30 16:04:00.242; org.apache.solr.core.SolrCore; [rn0] > PERFORMANCE WARNING: Overlapping onDeckSearchers=2 > > I googled so many places, suggestions are related to my commit . > > My commit configuration on solrconfig.xml : > > > > > > 600000 > false > > > > ${solr.data.dir:} > > > > > Why is it happening ? Any idea/solution will be appreciated. > > > > > > -- > View this message in context: http://lucene.472066.n3.nabble.com/Solr-went-on-recovery-multiple-time-tp4196249.html > Sent from the Solr - User mailing list archive at Nabble.com.