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 36B6C9672 for ; Mon, 12 Mar 2012 12:26:05 +0000 (UTC) Received: (qmail 33928 invoked by uid 500); 12 Mar 2012 12:26:03 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 33861 invoked by uid 500); 12 Mar 2012 12:26:03 -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 33854 invoked by uid 99); 12 Mar 2012 12:26:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2012 12:26:03 +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; Mon, 12 Mar 2012 12:26:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 74A981C6A4 for ; Mon, 12 Mar 2012 12:25:39 +0000 (UTC) Date: Mon, 12 Mar 2012 12:25:39 +0000 (UTC) From: "Michael McCandless (Resolved) (JIRA)" To: dev@lucene.apache.org Message-ID: <261541396.1859.1331555139479.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <615938727.32943.1331119977849.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (LUCENE-3855) TestStressNRT failures (reproducible) 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 [ https://issues.apache.org/jira/browse/LUCENE-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-3855. ---------------------------------------- Resolution: Fixed > TestStressNRT failures (reproducible) > ------------------------------------- > > Key: LUCENE-3855 > URL: https://issues.apache.org/jira/browse/LUCENE-3855 > Project: Lucene - Java > Issue Type: Bug > Reporter: Dawid Weiss > Assignee: Michael McCandless > Priority: Minor > Fix For: 4.0 > > Attachments: LUCENE-3855.patch, hoss-r1298470-fixed-seed__TEST-org.apache.lucene.index.TestStressNRT.xml, output1.log, output2.log, output3.log, output4.log > > > Build server logs. Reproduces on at least two machines. > {noformat} > [junit] ------------- Standard Error ----------------- > [junit] NOTE: reproduce with: ant test -Dtestcase=TestStressNRT -Dtestmethod=test -Dtests.seed=69468941c1bbf693:19e66d58475da929:69e9d2f81769b6d0 -Dargs="-Dfile.encoding=UTF-8" > [junit] NOTE: test params are: codec=Lucene3x, sim=RandomSimilarityProvider(queryNorm=true,coord=false): {}, locale=ro, timezone=Etc/GMT+1 > [junit] NOTE: all tests run in this JVM: > [junit] [TestStressNRT] > [junit] NOTE: Linux 3.0.0-16-generic amd64/Sun Microsystems Inc. 1.6.0_27 (64-bit)/cpus=2,threads=1,free=74960064,total=135987200 > [junit] ------------- ---------------- --------------- > [junit] Testcase: test(org.apache.lucene.index.TestStressNRT): Caused an ERROR > [junit] MockDirectoryWrapper: cannot close: there are still open files: {_ng.cfs=8} > [junit] java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are still open files: {_ng.cfs=8} > [junit] at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:555) > [junit] at org.apache.lucene.index.TestStressNRT.test(TestStressNRT.java:385) > [junit] at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:743) > [junit] at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:639) > [junit] at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22) > [junit] at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:538) > [junit] at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:600) > [junit] at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:164) > [junit] at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57) > [junit] at org.apache.lucene.util.StoreClassNameRule$1.evaluate(StoreClassNameRule.java:21) > [junit] at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22) > [junit] Caused by: java.lang.RuntimeException: unclosed IndexInput: _ng.cfs > [junit] at org.apache.lucene.store.MockDirectoryWrapper.addFileHandle(MockDirectoryWrapper.java:479) > [junit] at org.apache.lucene.store.MockDirectoryWrapper$1.openSlice(MockDirectoryWrapper.java:777) > [junit] at org.apache.lucene.store.CompoundFileDirectory.openInput(CompoundFileDirectory.java:221) > [junit] at org.apache.lucene.codecs.lucene3x.TermInfosReader.(TermInfosReader.java:112) > [junit] at org.apache.lucene.codecs.lucene3x.Lucene3xFields.(Lucene3xFields.java:84) > [junit] at org.apache.lucene.codecs.lucene3x.PreFlexRWPostingsFormat$1.(PreFlexRWPostingsFormat.java:51) > [junit] at org.apache.lucene.codecs.lucene3x.PreFlexRWPostingsFormat.fieldsProducer(PreFlexRWPostingsFormat.java:51) > [junit] at org.apache.lucene.index.SegmentCoreReaders.(SegmentCoreReaders.java:108) > [junit] at org.apache.lucene.index.SegmentReader.(SegmentReader.java:51) > [junit] at org.apache.lucene.index.IndexWriter$ReadersAndLiveDocs.getMergeReader(IndexWriter.java:521) > [junit] at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:3587) > [junit] at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3257) > [junit] at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:382) > [junit] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:451) > [junit] > [junit] > [junit] Test org.apache.lucene.index.TestStressNRT FAILED > {noformat} -- 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