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 65667176AA for ; Thu, 5 Mar 2015 14:51:59 +0000 (UTC) Received: (qmail 87920 invoked by uid 500); 5 Mar 2015 14:51:20 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 87846 invoked by uid 500); 5 Mar 2015 14:51:20 -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 87835 invoked by uid 99); 5 Mar 2015 14:51:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2015 14:51:20 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of martin@downnotifier.com designates 77.245.91.44 as permitted sender) Received: from [77.245.91.44] (HELO 026.e-active.nl) (77.245.91.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2015 14:50:54 +0000 Received: from localhost ([127.0.0.1] helo=webmail.cluster26.e-active.nl) by 026.e-active.nl with esmtp (Exim 4.72) (envelope-from ) id 1YTX6z-0001DY-DN for solr-user@lucene.apache.org; Thu, 05 Mar 2015 15:50:53 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 05 Mar 2015 16:50:53 +0200 From: Martin de Vries To: Subject: RE: Solrcloud Index corruption In-Reply-To: <6F56763609579745BAB630C39519B969F522E8@c6server39.andover.c6-intelligence.com> References: <873e73891173bc17f0640ee77cffd562@cluster38.e-active.nl> <6F56763609579745BAB630C39519B969F522E8@c6server39.andover.c6-intelligence.com> Message-ID: X-Sender: martin@downnotifier.com User-Agent: RoundCube Webmail/0.2a X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: martin@downnotifier.com X-SA-Exim-Scanned: No (on 026.e-active.nl); SAEximRunCond expanded to false X-Virus-Checked: Checked by ClamAV on apache.org Hi Andrew, Even our master index is corrupt, so I'm afraid this won't help in our case. Martin Andrew Butkus schreef op 05.03.2015 16:45: > Force a fetchindex on slave from master command: > http://slave_host:port/solr/replication?command=fetchindex - from > http://wiki.apache.org/solr/SolrReplication > > The above command will download the whole index from master to slave, > there are configuration options in solr to make this problem happen > less > often (allowing it to recover from new documents added and only send > the > changes with a wider gap) - but I cant remember what those were.