You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Moshe Cohen <mo...@gmail.com> on 2009/10/09 18:19:24 UTC

Slave re-replication of index over and over

Hi,
I am using SOLR 1.4   (July 23rd nightly build), with a master-slave setup.
I have encountered twice an occurrence of the slave recreating the indexes
over and over gain.
Couldn't find any pointers in the log.
Any help would be appreciated

Moshe Cohen


The data directory listing is:

total 256K
drwxr-xr-x 18 4.0K Oct  8 22:16 .
drwxr-xr-x  6 4.0K Sep 30 22:28 ..
drwxr-xr-x  2 12K Oct  8 17:13 index
drwxr-xr-x  2 12K Oct  8 17:41 index.20091008050304
drwxr-xr-x  2 12K Oct  8 18:08 index.20091008052845
drwxr-xr-x  2 12K Oct  8 18:34 index.20091008055745
drwxr-xr-x  2 12K Oct  8 19:08 index.20091008062545
drwxr-xr-x  2 12K Oct  8 19:35 index.20091008070615
 drwxr-xr-x  2 12K Oct  8 20:02 index.20091008072815
drwxr-xr-x  2 12K Oct  8 20:21 index.20091008075215
drwxr-xr-x  2 12K Oct  8 20:51 index.20091008081745
drwxr-xr-x  2 12K Oct  8 21:14 index.20091008084245
 drwxr-xr-x  2 12K Oct  8 21:44 index.20091008090845
drwxr-xr-x  2 12K Oct  8 22:05 index.20091008094015
drwxr-xr-x  2 4.0K Oct  8 22:18 index.20091008101615
-rw-r--r--  1 75 Oct  8 21:53 index.properties
 -rw-r--r--  1 109 Oct  8 22:04 replication.properties
drwxr-xr-x  2 4.0K Sep 30 22:28 spellchecker1
drwxr-xr-x  2 4.0K Sep 30 22:28 spellchecker2
drwxr-xr-x  2 4.0K Sep 30 22:28 spellcheckerFile


The disk usage is:
6.3G    index
6.3G    index.20091008050304
6.3G    index.20091008052845
6.3G    index.20091008055745
6.3G    index.20091008062545
6.3G    index.20091008070615
6.4G    index.20091008072815
6.4G    index.20091008075215
6.4G    index.20091008081745
6.4G    index.20091008084245
6.4G    index.20091008090845
4.7G    index.20091008094015
 1.2G    index.20091008101615

Re: Slave re-replication of index over and over

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
On Fri, Oct 9, 2009 at 9:49 PM, Moshe Cohen <mo...@gmail.com> wrote:

> Hi,
> I am using SOLR 1.4   (July 23rd nightly build), with a master-slave setup.
> I have encountered twice an occurrence of the slave recreating the indexes
> over and over gain.
> Couldn't find any pointers in the log.
> Any help would be appreciated
>
>
I vaguely remember a bug which caused the slave to loop. Can you upgrade to
the latest nightly and see if that solves the problem?

-- 
Regards,
Shalin Shekhar Mangar.