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 F02EBF019 for ; Thu, 4 Apr 2013 02:10:14 +0000 (UTC) Received: (qmail 84588 invoked by uid 500); 4 Apr 2013 02:10:13 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 84512 invoked by uid 500); 4 Apr 2013 02:10:13 -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 84502 invoked by uid 99); 4 Apr 2013 02:10:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Apr 2013 02:10:13 +0000 Date: Thu, 4 Apr 2013 02:10:13 +0000 (UTC) From: "Hoss Man (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SOLR-4661) Index Version & Gen Number out of sync on Admin UI 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-4661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-4661: --------------------------- Attachment: SOLR-4661.patch Here's a patch that updates the Admin UI Replication screen to distinguish the difference between what is currently searchable on the master, and what is currently replicatable. differences are highlighted on the slave only if it differs from what is replicatable on the master (not what is searchable) so this should hopefully help reduce confusion. Concerns i still have with this patch... 1) [~steffkes]: please ensure i didn't butcher the admin UI js too badly ... i think i've covered all the edge cases. 2) "Replicatable" is not a word, but using "Replicable" doesn't have the right definition ... is there a different word we should use here, or should we just do our part to _make_ Replicatable a word? > Index Version & Gen Number out of sync on Admin UI > -------------------------------------------------- > > Key: SOLR-4661 > URL: https://issues.apache.org/jira/browse/SOLR-4661 > Project: Solr > Issue Type: Bug > Components: replication (java), web gui > Affects Versions: 4.2 > Environment: Solr 4.2 on Linux with JBoss 7.1.1, JDK 1.7 > Reporter: Aditya > Labels: gui, replication, web > Attachments: hoss_test.zip, IndexVersionSyncIssue.jpg, SOLR-4661.patch > > > Index and Gen number on Slave is higher than master. > If you apply commit on master with no pending docs then the commit time stamp and gen is incremented. When Slaves polls master for replication it see the index version difference and starts replicating but all files are skipped. > On Admin UI (on Slaves) the version number displayed for master is old where as for slave is the latest which is higher than master. > Below is the response from master (/replication?command=details) where i see two different Version an Gen numbers. This creates confusion of having version out of sync, though its not. > > > 0 > 1 > > > 1.52 GB > /storage/solrdata/index/ > > > {color:red}1364835609803{color} > {color:red}34{color} > ... > > > true > false > {color:red}1364778010902{color} > {color:red}31{color} > > schema.xml > > commit > startup > > true > 34 > > > > This response format is experimental. It is likely to change in the future. > > -- 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