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

2009-05-15 Thread Uwe Schindler
This error is in TestStressIndexing2.testRandomIWReader. I checked out locally, the problem is not the reproducible by same random seed (so r.setSeed() to the seed from error log does not reproduce the bug). This test seems to fail very often; maybe there is a real multi-thread synchronization bug.

[jira] Reopened: (LUCENE-1596) optimize MultiTermEnum/MultiTermDocs

2009-05-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened LUCENE-1596: I'm seeing this new AIOOBE when tracking down the intermittent failure in TestStressIn

[jira] Commented: (LUCENE-1629) contrib intelligent Analyzer for Chinese

2009-05-15 Thread Mingfai Ma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709796#action_12709796 ] Mingfai Ma commented on LUCENE-1629: hi Xiaoping, I'm interested to get the Chinese a

[jira] Issue Comment Edited: (LUCENE-1629) contrib intelligent Analyzer for Chinese

2009-05-15 Thread Mingfai Ma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709796#action_12709796 ] Mingfai Ma edited comment on LUCENE-1629 at 5/15/09 3:23 AM: -

[jira] Commented: (LUCENE-1596) optimize MultiTermEnum/MultiTermDocs

2009-05-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709854#action_12709854 ] Yonik Seeley commented on LUCENE-1596: -- Gah... I forgot it was permissible (or at lea

[jira] Commented: (LUCENE-1629) contrib intelligent Analyzer for Chinese

2009-05-15 Thread Xiaoping Gao (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709867#action_12709867 ] Xiaoping Gao commented on LUCENE-1629: -- Hello Mingfai! coredict.mem is converted fro

[jira] Commented: (LUCENE-1629) contrib intelligent Analyzer for Chinese

2009-05-15 Thread Xiaoping Gao (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709866#action_12709866 ] Xiaoping Gao commented on LUCENE-1629: -- Hello Mingfai! coredict.mem is converted fro

[jira] Commented: (LUCENE-1629) contrib intelligent Analyzer for Chinese

2009-05-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709880#action_12709880 ] Robert Muir commented on LUCENE-1629: - if you acquire the big5 resources, do you think

[jira] Commented: (LUCENE-1629) contrib intelligent Analyzer for Chinese

2009-05-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709885#action_12709885 ] Robert Muir commented on LUCENE-1629: - another potential issue with big5 i want to poi

[jira] Resolved: (LUCENE-1596) optimize MultiTermEnum/MultiTermDocs

2009-05-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved LUCENE-1596. -- Resolution: Fixed I just committed the fix (since trunk was broken) and a test that failed w/o

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

2009-05-15 Thread Michael McCandless
OK, this failure was in fact caused by LUCENE-1596 (because the test uses a MultiTermDocs/Enum to step through the docs, comparing them across the two readers). But, in digging into this one, I found & fixed a separate thread hazard -- I'll open an issue shortly. Otherwise, I only know of one oth

[jira] Created: (LUCENE-1638) Thread safety issue can cause index corruption when autoCommit=true and multiple threads are committing

2009-05-15 Thread Michael McCandless (JIRA)
Thread safety issue can cause index corruption when autoCommit=true and multiple threads are committing --- Key: LUCENE-1638 URL: https://issues.apache.org/jira/br

[jira] Resolved: (LUCENE-1638) Thread safety issue can cause index corruption when autoCommit=true and multiple threads are committing

2009-05-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1638. Resolution: Fixed > Thread safety issue can cause index corruption when autoCommit

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

2009-05-15 Thread Yonik Seeley
On Fri, May 15, 2009 at 1:06 PM, Michael McCandless wrote: > Otherwise, I only know of one other intermittent failure for > TestStressIndexing2.testRandomIWReader, which is sometimes it fails to > close all files it had opened... haven't gotten to the bottom of that > one yet. Is there a JIRA iss

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

2009-05-15 Thread Michael McCandless
On Fri, May 15, 2009 at 2:00 PM, Yonik Seeley wrote: > On Fri, May 15, 2009 at 1:06 PM, Michael McCandless > wrote: >> Otherwise, I only know of one other intermittent failure for >> TestStressIndexing2.testRandomIWReader, which is sometimes it fails to >> close all files it had opened... haven't

[jira] Created: (LUCENE-1639) intermittent failure in TestIndexWriter. testRandomIWReader

2009-05-15 Thread Michael McCandless (JIRA)
intermittent failure in TestIndexWriter. testRandomIWReader --- Key: LUCENE-1639 URL: https://issues.apache.org/jira/browse/LUCENE-1639 Project: Lucene - Java Issue Type: Bug Affect

[jira] Commented: (LUCENE-1629) contrib intelligent Analyzer for Chinese

2009-05-15 Thread Mingfai Ma (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709974#action_12709974 ] Mingfai Ma commented on LUCENE-1629: could we use CC-CEDICT's dictionary instead? it i

[jira] Commented: (LUCENE-1629) contrib intelligent Analyzer for Chinese

2009-05-15 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12710035#action_12710035 ] Koji Sekiguchi commented on LUCENE-1629: Just an FYI. There have been a working fo

Re: svn commit: r774718 [2/3] - in /lucene/java/trunk: ./ contrib/analyzers/src/java/org/apache/lucene/analysis/ar/ contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ contrib/analyzers/src/java

2009-05-15 Thread Otis Gospodnetic
Hi, Is that "Copyright 2009 www.imdict.net" allowed to be in there? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: "mikemcc...@apache.org" > To: java-comm...@lucene.apache.org > Sent: Thursday, May 14, 2009 6:09:24 AM > Subject: svn comm

Hudson build is back to normal: Lucene-trunk #829

2009-05-15 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/829/changes - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org

[jira] Commented: (LUCENE-1629) contrib intelligent Analyzer for Chinese

2009-05-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12710070#action_12710070 ] Robert Muir commented on LUCENE-1629: - koji, have you considered using icu transforms