From solr-user-return-76725-apmail-lucene-solr-user-archive=lucene.apache.org@lucene.apache.org Fri Dec 28 00:26:19 2012 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 52E8D90F8 for ; Fri, 28 Dec 2012 00:26:19 +0000 (UTC) Received: (qmail 99803 invoked by uid 500); 28 Dec 2012 00:26:15 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 99744 invoked by uid 500); 28 Dec 2012 00:26:15 -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 99734 invoked by uid 99); 28 Dec 2012 00:26:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Dec 2012 00:26:15 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.26 is neither permitted nor denied by domain of hialooha@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Dec 2012 00:26:10 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1ToNll-00032j-HQ for solr-user@lucene.apache.org; Thu, 27 Dec 2012 16:25:49 -0800 Date: Thu, 27 Dec 2012 16:25:49 -0800 (PST) From: Jason To: solr-user@lucene.apache.org Message-ID: <1356654349486-4029370.post@n3.nabble.com> Subject: old index not cleaned up on the slave MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm using master/slave replication on Solr 4.0. Replication is successfully run. But old index not cleaned up. Is that bug or not? My slave index directory is below... $ ls -l solr_kr/krg01/data/index/ total 23472512 -rw-r--r--. 1 tomcat tomcat 563722625 Dec 24 21:48 _15.fdt -rw-r--r--. 1 tomcat tomcat 4855210 Dec 24 21:48 _15.fdx -rw-r--r--. 1 tomcat tomcat 4155 Dec 24 22:01 _15.fnm -rw-r--r--. 1 tomcat tomcat 3367203143 Dec 24 22:01 _15_Lucene40_0.frq -rw-r--r--. 1 tomcat tomcat 6951612380 Dec 24 22:01 _15_Lucene40_0.prx -rw-r--r--. 1 tomcat tomcat 1096591353 Dec 24 22:01 _15_Lucene40_0.tim -rw-r--r--. 1 tomcat tomcat 26026916 Dec 24 22:01 _15_Lucene40_0.tip -rw-r--r--. 1 tomcat tomcat 388 Dec 24 22:01 _15.si -rw-r--r--. 1 tomcat tomcat 98 Nov 30 13:43 segments_3 -rw-r--r--. 1 tomcat tomcat 99 Dec 24 22:01 segments_4 -rw-r--r--. 1 tomcat tomcat 20 Aug 12 07:21 segments.gen -rw-r--r--. 1 tomcat tomcat 563742324 Nov 30 13:32 _t.fdt -rw-r--r--. 1 tomcat tomcat 4855210 Nov 30 13:32 _t.fdx -rw-r--r--. 1 tomcat tomcat 4155 Nov 30 13:43 _t.fnm -rw-r--r--. 1 tomcat tomcat 3382846438 Nov 30 13:43 _t_Lucene40_0.frq -rw-r--r--. 1 tomcat tomcat 6951620034 Nov 30 13:43 _t_Lucene40_0.prx -rw-r--r--. 1 tomcat tomcat 1096654275 Nov 30 13:43 _t_Lucene40_0.tim -rw-r--r--. 1 tomcat tomcat 26027222 Nov 30 13:43 _t_Lucene40_0.tip -rw-r--r--. 1 tomcat tomcat 379 Nov 30 13:43 _t.si -- View this message in context: http://lucene.472066.n3.nabble.com/old-index-not-cleaned-up-on-the-slave-tp4029370.html Sent from the Solr - User mailing list archive at Nabble.com.