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 34348DB34 for ; Tue, 4 Sep 2012 10:11:44 +0000 (UTC) Received: (qmail 37083 invoked by uid 500); 4 Sep 2012 10:11:41 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 36875 invoked by uid 500); 4 Sep 2012 10:11:40 -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 36859 invoked by uid 99); 4 Sep 2012 10:11:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 10:11:40 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FSL_RCVD_USER,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.26 is neither permitted nor denied by domain of ravichandrab4u@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2012 10:11:34 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1T8q6D-00030v-Hi for solr-user@lucene.apache.org; Tue, 04 Sep 2012 03:11:13 -0700 Date: Tue, 4 Sep 2012 03:11:13 -0700 (PDT) From: ravicv To: solr-user@lucene.apache.org Message-ID: <1346753473539-4005203.post@n3.nabble.com> Subject: Solr index doubles after replication MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, We have configured replication in our solr setup. After replication master index size grows to double the size even though maxNumberOfBackups is not configured in my solrconfig.xml *Master replication handler* optimize *Slave replication handler* ${solr.master.security_pricing.url} 00:00:20 5000 10000 Whether solr takes default maxNumberOfBackups as 1?. If so how can i keep my index size as original always or is their a way to delete the backup after replication is completed? My initial index size at master after first replication is : 246MB. My initial index size at master after secondreplication is : 492MB. Is their any way to clear backups in master after replication is done? I am using solr1.4 version. Thanks, Ravi -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-index-doubles-after-replication-tp4005203.html Sent from the Solr - User mailing list archive at Nabble.com.