[jira] Commented: (LUCENE-1335) Correctly handle concurrent calls to addIndexes, optimize, commit

2008-08-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12625048#action_12625048 ] Michael McCandless commented on LUCENE-1335: {quote} Just to clarify:

[jira] Commented: (LUCENE-753) Use NIO positional read to avoid synchronization in FSIndexInput

2008-08-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12625050#action_12625050 ] Michael McCandless commented on LUCENE-753: --- Interesting... Are you really sure

[jira] Commented: (LUCENE-753) Use NIO positional read to avoid synchronization in FSIndexInput

2008-08-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12625051#action_12625051 ] Yonik Seeley commented on LUCENE-753: - bq. Maybe we can do this in time for 2.4? +1

[jira] Updated: (LUCENE-1335) Correctly handle concurrent calls to addIndexes, optimize, commit

2008-08-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1335: --- Attachment: LUCENE-1335.patch New patch incorporating Ning's comments (thanks

[jira] Commented: (LUCENE-753) Use NIO positional read to avoid synchronization in FSIndexInput

2008-08-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12625054#action_12625054 ] Michael McCandless commented on LUCENE-753: --- bq. Is there a reason we don't do

[jira] Commented: (LUCENE-753) Use NIO positional read to avoid synchronization in FSIndexInput

2008-08-23 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12625056#action_12625056 ] Jason Rutherglen commented on LUCENE-753: - Mike I have have not started on the

[jira] Commented: (LUCENE-753) Use NIO positional read to avoid synchronization in FSIndexInput

2008-08-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12625057#action_12625057 ] Michael McCandless commented on LUCENE-753: --- bq. Mike I have have not started on

[jira] Resolved: (LUCENE-1365) deprecate IndexWriter.addIndexes(Directory[])

2008-08-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1365. Resolution: Fixed deprecate IndexWriter.addIndexes(Directory[])

[jira] Resolved: (LUCENE-1329) Remove synchronization in SegmentReader.isDeleted

2008-08-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1329. Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch

[jira] Commented: (LUCENE-1335) Correctly handle concurrent calls to addIndexes, optimize, commit

2008-08-23 Thread Ning Li (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12625078#action_12625078 ] Ning Li commented on LUCENE-1335: - It's because commit() calls prepareCommit(), which

[jira] Commented: (LUCENE-1335) Correctly handle concurrent calls to addIndexes, optimize, commit

2008-08-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12625079#action_12625079 ] Michael McCandless commented on LUCENE-1335: {quote} It's because commit()

[jira] Updated: (LUCENE-1142) Updated Snowball package

2008-08-23 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1142: Attachment: LUCENE-1142.txt * Fixed some conflicts against trunk * Backwards compatibility

Re: hudson.zones.apache.org is missing svnversion?

2008-08-23 Thread Chris Hostetter
:[exec] Execute failed: java.io.IOException: svnversion: not found : : It's not fatal, but I it means the core JAR fails to include the svn version : in the MANIFEST.MF. Instead it has this as its version: : : Implementation-Version: 2008-08-22_02-04-49 ${svnversion} - 2008-08-22 :

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2008-08-23 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12625084#action_12625084 ] Mark Miller commented on LUCENE-831: I've got the function package happily deprecated

[jira] Updated: (LUCENE-1243) A few new benchmark tasks

2008-08-23 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1243: Attachment: LUCENE-1243.patch Better sort stuff - adds a new doc maker that adds a random sort

[jira] Updated: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2008-08-23 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-831: --- Attachment: LUCENE-831.patch Here is the patch - plenty to look over. The method access might not

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2008-08-23 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12625098#action_12625098 ] Mark Miller commented on LUCENE-831: bq. change norm caching to use new caches (if not

[jira] Commented: (LUCENE-1142) Updated Snowball package

2008-08-23 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12625108#action_12625108 ] Grant Ingersoll commented on LUCENE-1142: - +1 -- Grant

[jira] Closed: (LUCENE-740) Bugs in contrib/snowball/.../SnowballProgram.java - Kraaij-Pohlmann gives Index-OOB Exception

2008-08-23 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin closed LUCENE-740. -- Resolution: Won't Fix Duplicate, see LUCENE-1142 Bugs in contrib/snowball/.../SnowballProgram.java -

[jira] Closed: (LUCENE-1142) Updated Snowball package

2008-08-23 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin closed LUCENE-1142. --- Resolution: Fixed Fix Version/s: (was: 3.0) 2.4 Committed in rev

[jira] Commented: (LUCENE-753) Use NIO positional read to avoid synchronization in FSIndexInput

2008-08-23 Thread Matthew Mastracci (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12625117#action_12625117 ] Matthew Mastracci commented on LUCENE-753: -- Michael, bq. Are you really sure

Important notice on backwards compatibility on updated Snowball contrib module!

2008-08-23 Thread Karl Wettin
An index created using the Snowball module in Lucene 2.3.2 and below might not be compatible with the Snowball module in Lucene 2.4 (trunk revision 688420). This means that you might need to rebuild your index from scratch or conduct some tests if you upgrade. Please use the JIRA issue for

Re: hudson.zones.apache.org is missing svnversion?

2008-08-23 Thread Nigel Daley
File an INFRA ticket in the Hudson component to get svnversion added to the Hudson PATH. Please comment on which host needs this (lucene.zones and/or hudson.zones). Cheers, Nige On Aug 23, 2008, at 10:41 AM, Chris Hostetter wrote: :[exec] Execute failed: java.io.IOException: