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 73A51DAC1 for ; Tue, 25 Sep 2012 18:10:09 +0000 (UTC) Received: (qmail 79195 invoked by uid 500); 25 Sep 2012 18:10:07 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 79139 invoked by uid 500); 25 Sep 2012 18:10:07 -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 79128 invoked by uid 99); 25 Sep 2012 18:10:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2012 18:10:07 +0000 Date: Wed, 26 Sep 2012 05:10:07 +1100 (NCT) From: "Steven Rowe (JIRA)" To: dev@lucene.apache.org Message-ID: <805609226.124107.1348596607849.JavaMail.jiratomcat@arcas> In-Reply-To: <140538595.119327.1348527247971.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (SOLR-3884) smoke tester on cygwin fails when testing example due to tlog recovery 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-3884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13463069#comment-13463069 ] Steven Rowe commented on SOLR-3884: ----------------------------------- The smoke tester with the latest patch succeeds. I'll run it a couple more times > smoke tester on cygwin fails when testing example due to tlog recovery > ---------------------------------------------------------------------- > > Key: SOLR-3884 > URL: https://issues.apache.org/jira/browse/SOLR-3884 > Project: Solr > Issue Type: Bug > Reporter: Hoss Man > Fix For: 4.0 > > Attachments: java6.solr-example.log, java7.solr-example.log, solr-example.log > > > while testing out 4.0-rc0, sarowe noted the he was seeing the smoke tester script fail while sanity checking the solr example. > https://mail-archives.apache.org/mod_mbox/lucene-dev/201209.mbox/%3C6C78E97C707B5B4C8CC61D44F87545863ED73E@SUEX10-mbx-03.ad.syr.edu%3E > The crux of the issue seems to be... > * the same directory is reused for testing the example in java6 and then java7 > * in some versions of cygwin, SIGINT does not do a clean shutdown of jetty+solr (with jvm close hooks that would do a hard commit) > * when solr is shutdown uncleanly (the java6 run), the tlog is used on startup of the next (java7) run. > * tlog recovery concurrent with rapid updates on startup can be problematic, commits may be ignored. > The underlying questions about dealing with tlog recovery and concurrent updates from external clients have been spun off into SOLR-3888. this issue is focusing on changes that should be considered for the smoke tester. -- 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