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 D9EB29C67 for ; Fri, 4 Nov 2011 07:25:23 +0000 (UTC) Received: (qmail 65242 invoked by uid 500); 4 Nov 2011 07:25:22 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 65189 invoked by uid 500); 4 Nov 2011 07:25:22 -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 65180 invoked by uid 99); 4 Nov 2011 07:25:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2011 07:25:21 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,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; Fri, 04 Nov 2011 07:25:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6EBD633152D for ; Fri, 4 Nov 2011 07:25:00 +0000 (UTC) Date: Fri, 4 Nov 2011 07:25:00 +0000 (UTC) From: "Sami Siren (Created) (JIRA)" To: dev@lucene.apache.org Message-ID: <1717631942.83.1320391500455.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (SOLR-2874) Test failure in SoftAutoCommitTest MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Test failure in SoftAutoCommitTest ---------------------------------- Key: SOLR-2874 URL: https://issues.apache.org/jira/browse/SOLR-2874 Project: Solr Issue Type: Bug Environment: trunk / r1197118 Reporter: Sami Siren {code} junit.framework.AssertionFailedError: hard529 wasn't fast enough at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:149) at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:51) at org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeDelete(SoftAutoCommitTest.java:230) at org.apache.lucene.util.LuceneTestCase$2$1.evaluate(LuceneTestCase.java:615) {code} {code} GRAVE: auto commit error...:java.lang.RuntimeException: org.apache.lucene.util.ThreadInterruptedException: java.lang.InterruptedException: sleep interrupted at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1164) at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1018) at org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:351) at org.apache.solr.update.CommitTracker.run(CommitTracker.java:184) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:206) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) Caused by: org.apache.lucene.util.ThreadInterruptedException: java.lang.InterruptedException: sleep interrupted at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:644) at org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:84) at org.apache.lucene.index.IndexReader.open(IndexReader.java:536) at org.apache.lucene.index.IndexReader.open(IndexReader.java:495) at org.apache.solr.core.StandardIndexReaderFactory.newReader(StandardIndexReaderFactory.java:38) at org.apache.solr.search.SolrIndexSearcher.(SolrIndexSearcher.java:109) at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1153) ... 11 more Caused by: java.lang.InterruptedException: sleep interrupted at java.lang.Thread.sleep(Native Method) at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfos.java:642) ... 17 more {code} -- 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