Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 67783 invoked from network); 24 Jan 2011 10:22:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jan 2011 10:22:12 -0000 Received: (qmail 60053 invoked by uid 500); 24 Jan 2011 10:22:08 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 59980 invoked by uid 500); 24 Jan 2011 10:22:06 -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 59967 invoked by uid 99); 24 Jan 2011 10:22:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jan 2011 10:22:05 +0000 X-ASF-Spam-Status: No, hits=3.6 required=10.0 tests=FS_REPLICA,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [74.125.83.176] (HELO mail-pv0-f176.google.com) (74.125.83.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jan 2011 10:21:57 +0000 Received: by pvb32 with SMTP id 32so804444pvb.35 for ; Mon, 24 Jan 2011 02:21:36 -0800 (PST) Received: by 10.142.47.10 with SMTP id u10mr3482113wfu.174.1295864496025; Mon, 24 Jan 2011 02:21:36 -0800 (PST) Received: from [127.0.0.1] ([122.181.20.26]) by mx.google.com with ESMTPS id w22sm17229771wfd.7.2011.01.24.02.21.31 (version=SSLv3 cipher=RC4-MD5); Mon, 24 Jan 2011 02:21:33 -0800 (PST) Message-ID: <4D3D53A9.7080709@hifx.net> Date: Mon, 24 Jan 2011 15:55:45 +0530 From: dhanesh User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: solr-user@lucene.apache.org Subject: How data is replicating from Master to Slave? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I'm currently facing an issue with SOLR (exactly with the slaves replication) and after having spent quite a few time reading online I find myself having to ask for some enlightenment. To be more factual, here is the context that led me to this question. If the website administrator edited an existing category name, then I need to re-index all the documents with the newly edited category. Suppose the category is linked with more than 10 million records.I need to re-index all the 10 million documents in SOLR In the case of MySQL it should be like master server writes updates to its binary log files and maintains an index of those files.These binary log files serve as a record of updates to be sent to slave servers. My doubt is in SOLR how the data is replicating from Master to Slave? I'd like to know the internal process of data replication. Is that huge amount of data(10 million records) is copying from Master to slave? This is my first work with Solr. So I'm not sure how to tackle this issue. Regds dhanesh s.r