Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3DB2CEFFF for ; Thu, 21 Feb 2013 14:16:19 +0000 (UTC) Received: (qmail 53633 invoked by uid 500); 21 Feb 2013 14:16:15 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 53060 invoked by uid 500); 21 Feb 2013 14:16:14 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 52652 invoked by uid 99); 21 Feb 2013 14:16:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2013 14:16:13 +0000 Date: Thu, 21 Feb 2013 14:16:13 +0000 (UTC) From: "Helder Sepulveda (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-4482) SOLR 4.1 replication keeps downloading entire index from master MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-4482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13583214#comment-13583214 ] Helder Sepulveda commented on SOLR-4482: ---------------------------------------- Thank you Mark, Do we have a new build for this? Where can get .war file that includes this fix? > SOLR 4.1 replication keeps downloading entire index from master > --------------------------------------------------------------- > > Key: SOLR-4482 > URL: https://issues.apache.org/jira/browse/SOLR-4482 > Project: Solr > Issue Type: Bug > Components: replication (java) > Affects Versions: 4.1 > Environment: Ubuntu Linux > Reporter: Helder Sepulveda > Labels: replication, solr > > After upgrading to SOLR 4.1 replication keeps downloading entire index from master, hardware still the same. > I do not issue optimize on the master > The Merge factor is = 6 > Tried both options in the useCompoundFile, same results. > Been looking at how files are updated in the master, I do: > http://host:port/solr/replication?command=indexversion > and the result is: > {quote} > > > 0 > 0 > > 1361427997259 > 36967 > > {quote} > after a commit I see it changes to: > {quote} > > > 0 > 0 > > 1361428018517 > 36968 > > {quote} > Any tips on how to further debug this? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org