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 7B9E0C836 for ; Thu, 17 May 2012 01:10:33 +0000 (UTC) Received: (qmail 33982 invoked by uid 500); 17 May 2012 01:10:31 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 33934 invoked by uid 500); 17 May 2012 01:10:31 -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 33926 invoked by uid 99); 17 May 2012 01:10:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2012 01:10:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2012 01:10:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id BC7FC9CF3 for ; Thu, 17 May 2012 01:10:09 +0000 (UTC) Date: Thu, 17 May 2012 01:10:09 +0000 (UTC) From: "Michael Garski (JIRA)" To: dev@lucene.apache.org Message-ID: <407444049.6878.1337217009773.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (SOLR-3465) Replication Causes Two Searcher Warmups MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Michael Garski created SOLR-3465: ------------------------------------ Summary: Replication Causes Two Searcher Warmups Key: SOLR-3465 URL: https://issues.apache.org/jira/browse/SOLR-3465 Project: Solr Issue Type: Bug Components: replication (java) Affects Versions: 4.0 Reporter: Michael Garski I'm doing some testing with the current trunk, and am seeing that when a slave retrieves index updates from the master the warmup & searcher registration is performed twice. Here is a snippet of the log that demonstrates this: May 16, 2012 6:02:02 PM org.apache.solr.handler.SnapPuller fetchLatestIndex INFO: Total time taken for download : 92 secs May 16, 2012 6:02:02 PM org.apache.solr.core.SolrDeletionPolicy onInit INFO: SolrDeletionPolicy.onInit: commits:num=2 commit{dir=/Users/mgarski/Code/indexes/solr2/geo/index,segFN=segments_1,generation=1,filenames=[segments_1] commit{dir=/Users/mgarski/Code/indexes/solr2/geo/index,segFN=segments_10,generation=36,filenames=[_45_0.tim, _45.fdt, segments_10, _45_0.tip, _45.fdx, _45.fnm, _45_0.frq, _45.per, _45_0.prx] May 16, 2012 6:02:02 PM org.apache.solr.core.SolrDeletionPolicy updateCommits INFO: newest commit = 36 May 16, 2012 6:02:02 PM org.apache.solr.search.SolrIndexSearcher INFO: Opening Searcher@559fe5e6 main May 16, 2012 6:02:02 PM org.apache.solr.core.QuerySenderListener newSearcher INFO: QuerySenderListener sending requests to Searcher@559fe5e6 main{StandardDirectoryReader(segments_10:335:nrt _45(4.0):C1096375)} May 16, 2012 6:02:02 PM org.apache.solr.core.QuerySenderListener newSearcher INFO: QuerySenderListener done. May 16, 2012 6:02:02 PM org.apache.solr.core.SolrCore registerSearcher INFO: [geo] Registered new searcher Searcher@559fe5e6 main{StandardDirectoryReader(segments_10:335:nrt _45(4.0):C1096375)} May 16, 2012 6:02:02 PM org.apache.solr.update.DirectUpdateHandler2 commit INFO: start commit{flags=0,version=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false} May 16, 2012 6:02:02 PM org.apache.solr.search.SolrIndexSearcher INFO: Opening Searcher@42101da9 main May 16, 2012 6:02:02 PM org.apache.solr.update.DirectUpdateHandler2 commit INFO: end_commit_flush May 16, 2012 6:02:02 PM org.apache.solr.core.QuerySenderListener newSearcher INFO: QuerySenderListener sending requests to Searcher@42101da9 main{StandardDirectoryReader(segments_10:335:nrt _45(4.0):C1096375)} May 16, 2012 6:02:02 PM org.apache.solr.core.QuerySenderListener newSearcher INFO: QuerySenderListener done. May 16, 2012 6:02:02 PM org.apache.solr.core.SolrCore registerSearcher INFO: [geo] Registered new searcher Searcher@42101da9 main{StandardDirectoryReader(segments_10:335:nrt _45(4.0):C1096375)} I am trying to determine the cause, does anyone have any idea where to start? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa 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