Re: Build failed in Hudson: Lucene-trunk #1084

2010-02-04 Thread Simon Willnauer
One of the threads seem to be still running that test already took 28 seconds which is weird. The line numbers are off by one so it is not the worker[i].failed assertion that fails I will add failure messages to make sure we figure it out next time this fails. seems to be a load issue on t

RE: Build failed in Hudson: Lucene-trunk #1084

2010-02-04 Thread Uwe Schindler
You can get a better view on the instrumented code if you use clover html output, as the stacktrace is not really nice (because instrumentation): http://hudson.zones.apache.org/hudson/job/Lucene-trunk/1084/clover-report/org/apache/lucene/search/spell/TestSpellChecker.html?line=270#src-270 Uwe --

RE: Build failed in Hudson: Lucene-trunk #1084

2010-02-04 Thread Uwe Schindler
> One of the threads seem to be still running that test already took > 28 seconds which is weird. > The line numbers are off by one so it is not the worker[i].failed > assertion that fails > I will add failure messages to make sure we figure it out next time > this fails. > > seems to be

[jira] Created: (LUCENE-2248) Tests using Version.LUCENE_CURRENT will produce problems in backwards branch, wen development for 3.2 starts

2010-02-04 Thread Uwe Schindler (JIRA)
Tests using Version.LUCENE_CURRENT will produce problems in backwards branch, wen development for 3.2 starts Key: LUCENE-2248 URL: https://issues.apache.o

[jira] Updated: (LUCENE-2248) Tests using Version.LUCENE_CURRENT will produce problems in backwards branch, when development for 3.2 starts

2010-02-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2248: -- Description: A lot of tests for the most-recent functionality in Lucene use Version.LUCENE_CU

[jira] Commented: (LUCENE-2248) Tests using Version.LUCENE_CURRENT will produce problems in backwards branch, when development for 3.2 starts

2010-02-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829567#action_12829567 ] Michael McCandless commented on LUCENE-2248: +1 > Tests using Version.LUCENE_

[jira] Commented: (LUCENE-2248) Tests using Version.LUCENE_CURRENT will produce problems in backwards branch, when development for 3.2 starts

2010-02-04 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829569#action_12829569 ] Simon Willnauer commented on LUCENE-2248: - Uwe, as I already said while we where d

Re: Build failed in Hudson: Lucene-trunk #1084

2010-02-04 Thread Simon Willnauer
testcase improvements committed in Revision: 906441 simon On Thu, Feb 4, 2010 at 9:23 AM, Uwe Schindler wrote: > >> One of the threads seem to be still running that test already took >> 28 seconds which is weird. >> The line numbers are off by one so it is not the worker[i].failed >> asserti

[jira] Resolved: (LUCENE-2234) Hindi Analyzer

2010-02-04 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2234. - Resolution: Fixed Committed revision 906468. > Hindi Analyzer > -- > >

[jira] Commented: (LUCENE-2055) Fix buggy stemmers and Remove duplicate analysis functionality

2010-02-04 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829687#action_12829687 ] Simon Willnauer commented on LUCENE-2055: - Robert, nice work! I have one comment o

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-02-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829715#action_12829715 ] Michael McCandless commented on LUCENE-1990: {quote} bq. Also, the maxValue at

[jira] Updated: (LUCENE-2055) Fix buggy stemmers and Remove duplicate analysis functionality

2010-02-04 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2055: Attachment: LUCENE-2055.patch patch addressing Simon's comments, and also fixing javadoc warnings.

[jira] Commented: (LUCENE-2055) Fix buggy stemmers and Remove duplicate analysis functionality

2010-02-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829763#action_12829763 ] Uwe Schindler commented on LUCENE-2055: --- I will apply the patch here later and also

[jira] Created: (LUCENE-2249) ParallelMultiSearcher should shut down thread pool on close

2010-02-04 Thread Martin Traverso (JIRA)
ParallelMultiSearcher should shut down thread pool on close --- Key: LUCENE-2249 URL: https://issues.apache.org/jira/browse/LUCENE-2249 Project: Lucene - Java Issue Type: Bug

[jira] Updated: (LUCENE-2249) ParallelMultiSearcher should shut down thread pool on close

2010-02-04 Thread Martin Traverso (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Traverso updated LUCENE-2249: Attachment: LUCENE-2249.patch Simple fix. > ParallelMultiSearcher should shut down thread

[jira] Updated: (LUCENE-2249) ParallelMultiSearcher should shut down thread pool on close

2010-02-04 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2249: Priority: Minor (was: Major) > ParallelMultiSearcher should shut down thread pool on clos

[jira] Commented: (LUCENE-2249) ParallelMultiSearcher should shut down thread pool on close

2010-02-04 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829790#action_12829790 ] Simon Willnauer commented on LUCENE-2249: - Current implementation of ParallelMulti

[jira] Commented: (LUCENE-2245) Remaining contrib testcases should use Version based ctors instead of deprecated ones

2010-02-04 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829794#action_12829794 ] Simon Willnauer commented on LUCENE-2245: - I will hold off with this patch until L

[jira] Assigned: (LUCENE-2249) ParallelMultiSearcher should shut down thread pool on close

2010-02-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-2249: - Assignee: Uwe Schindler > ParallelMultiSearcher should shut down thread pool on close >

[jira] Updated: (LUCENE-2249) ParallelMultiSearcher should shut down thread pool on close

2010-02-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2249: -- Fix Version/s: 3.1 I'll commit this soon - Thanks! > ParallelMultiSearcher should shut down t

[jira] Resolved: (LUCENE-2249) ParallelMultiSearcher should shut down thread pool on close

2010-02-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2249. --- Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [New]) Committed revis

[jira] Commented: (LUCENE-2132) the demo application does not work as of 3.0

2010-02-04 Thread space fly (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829973#action_12829973 ] space fly commented on LUCENE-2132: --- I got the same problem,and I find the way to solve

Hudson hangs since 5 hrs in svn checkout of snowball tests

2010-02-04 Thread Uwe Schindler
Hi all, Hudson hangs since 5 hrs in svn checkout of snowball tests, so it seems that there was a network problem. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -