Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 83165 invoked from network); 16 Oct 2009 16:58:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Oct 2009 16:58:43 -0000 Received: (qmail 79724 invoked by uid 500); 16 Oct 2009 16:58:41 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 79674 invoked by uid 500); 16 Oct 2009 16:58:41 -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 79664 invoked by uid 99); 16 Oct 2009 16:58:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 16:58:41 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=5.0 tests=BAYES_00,FS_REPLICA X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jerome.eteve@gmail.com designates 216.239.58.185 as permitted sender) Received: from [216.239.58.185] (HELO gv-out-0910.google.com) (216.239.58.185) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 16:58:36 +0000 Received: by gv-out-0910.google.com with SMTP id n8so321619gve.23 for ; Fri, 16 Oct 2009 09:58:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:content-type; bh=WJzzlqof+Trt5/AWjD1xObjUpklN7VH9NUXgzrKqBlU=; b=dzDZscUKU3J+horofGNT+JuXeW9bymX4cxbxVb6/40h8lJjW4UoWBFgltDUESYR08m W7zqfLJBRW0BMgUm5WohFYUX2t3zFVyBeOE5UYh3hmmLz4RTdOtdx9540tZyVCSbPOSR KnjsIdw2PG2V0pBUk0bjYmPZvsrRfbmPAo2xU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; b=nU60YkkMShi6c+ZkxkNODI93p+YznhXJVnZX5Ev8+xo5TlqJvOuBveGpahnC45i7DW pR8T8UYmWycapLegExS6R+2VONRJzEIVAW25SOEXyPe5CMdAfKu0SeZqotD7OX7Ps3/v v9lK+LH7VvQtyUic/k/2GG9GhOjgh1kJzuycA= MIME-Version: 1.0 Received: by 10.239.142.155 with SMTP id g27mr153488hba.62.1255712295374; Fri, 16 Oct 2009 09:58:15 -0700 (PDT) Reply-To: jerome.eteve@gmail.com Date: Fri, 16 Oct 2009 17:58:15 +0100 Message-ID: Subject: Replication filelist command failure on container restart From: =?UTF-8?B?SsOpcsO0bWUgRXTDqXbDqQ==?= To: solr-user@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Hi All, I'm facing a small problem with the replication handler: After restarting my master container (tomcat), /admin/replication/index.jsp shows me the right information, basically the same indexversion as before the restart (no commits/optimize have been done after restart): Local Index Index Version: 1255709893043, Generation: 8 However, if I query the handler with the filelist command and this version number : /replication?command=filelist&indexversion=1255709893043 , the handler gives me an error: invalid indexversion So I think my slaves will get confused if this information doesn't remain consistent after a master container restart. Is there a way to go around this problem, for instance by triggering a commit on startup (or reload) ? Thanks! Jerome. -- Jerome Eteve. http://www.eteve.net jerome@eteve.net