Solr nightly build failure

2007-05-15 Thread solr-dev
checkJunitPresence: compile: [mkdir] Created dir: /tmp/apache-solr-nightly/build [javac] Compiling 183 source files to /tmp/apache-solr-nightly/build [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [

[jira] Updated: (SOLR-215) Multiple Solr Cores

2007-05-15 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-215: --- Attachment: solr-trunk-538091.patch Updated for revision 538091 > Multiple Solr Cores > --

[jira] Updated: (SOLR-238) [Patch] The tutorial on our website is against trunk which causes confusion by user

2007-05-15 Thread Thorsten Scherler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thorsten Scherler updated SOLR-238: --- Attachment: SOLR-238.diff Implementing the solution David suggested in http://marc.info/?t=117

Re: [jira] Commented: (SOLR-238) [Patch] The tutorial on our website is against trunk which causes confusion by user

2007-05-15 Thread Thorsten Scherler
On Tue, 2007-05-15 at 11:04 +1000, David Crossley wrote: > Chris Hostetter wrote: ... > > that's why i was hoping forrest had a variable substitution mechanism > > built into it that could just read from some file that we have ant > > generate. ... > > is there something like that in forrest? > >

[jira] Updated: (SOLR-239) Read IndexSchema from InputStream instead of Config file

2007-05-15 Thread Will Johnson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Johnson updated SOLR-239: -- Attachment: IndexSchemaStream2.patch patch updated. now with the added benefit of compiling. > Read Ind

[jira] Commented: (SOLR-221) faceting memory and performance improvement

2007-05-15 Thread J.J. Larrea (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496046 ] J.J. Larrea commented on SOLR-221: -- Clearly Solr is going to end up with more than 2 algorithms for computing facets,

[jira] Created: (SOLR-240) java.io.IOException: Lock obtain timed out: SimpleFSLock

2007-05-15 Thread Will Johnson (JIRA)
java.io.IOException: Lock obtain timed out: SimpleFSLock Key: SOLR-240 URL: https://issues.apache.org/jira/browse/SOLR-240 Project: Solr Issue Type: Bug Components: update

[jira] Updated: (SOLR-240) java.io.IOException: Lock obtain timed out: SimpleFSLock

2007-05-15 Thread Will Johnson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Johnson updated SOLR-240: -- Attachment: stacktrace.txt ThrashIndex.java > java.io.IOException: Lock obtain timed out:

[jira] Commented: (SOLR-240) java.io.IOException: Lock obtain timed out: SimpleFSLock

2007-05-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496106 ] Yonik Seeley commented on SOLR-240: --- Thanks Will, I'll try and reproduce this. > java.io.IOException: Lock obtain ti

[jira] Updated: (SOLR-240) java.io.IOException: Lock obtain timed out: SimpleFSLock

2007-05-15 Thread Will Johnson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Johnson updated SOLR-240: -- Attachment: IndexWriter.patch I found this: http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightl

[jira] Commented: (SOLR-240) java.io.IOException: Lock obtain timed out: SimpleFSLock

2007-05-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496115 ] Hoss Man commented on SOLR-240: --- the idea of using different lock implementations has come up in the past, http://www.n

RE: [jira] Commented: (SOLR-240) java.io.IOException: Lock obtain timed out: SimpleFSLock

2007-05-15 Thread Will Johnson
True, but the javadocs for the Standard Lock's implementation classes also say they don't work: http://java.sun.com/j2se/1.4.2/docs/api/java/io/File.html Further, NFS locking is also clearly stated to not work in the SimpleFSLockFactory: http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nigh

Re: (solr 240) java.io.IOException: Lock obtain timed out: SimpleFSLock

2007-05-15 Thread Yonik Seeley
I've been running this for for an hour so far... how long does it normally take you to get an exception?

RE: (solr 240) java.io.IOException: Lock obtain timed out: SimpleFSLock

2007-05-15 Thread Will Johnson
On my XP laptop it takes a couple minutes, on the Linux server it took 2 days. - will -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik Seeley Sent: Tuesday, May 15, 2007 4:57 PM To: solr-dev@lucene.apache.org Subject: Re: (solr 240) java.io.IOExcepti

RE: [jira] Commented: (SOLR-240) java.io.IOException: Lock obtain timed out: SimpleFSLock

2007-05-15 Thread Chris Hostetter
: Adding a config parameter sounds good too but the new patch is no worse : than what exists in terms of javadoc warnings and has been shown to : actually fix what I would imagine is a rather standard configuration : (local disk xp/rh) the patch you submitted may be "no worse" from an abstract co

[jira] Updated: (SOLR-240) java.io.IOException: Lock obtain timed out: SimpleFSLock

2007-05-15 Thread Will Johnson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Johnson updated SOLR-240: -- Attachment: IndexWriter2.patch the attached patch adds a param to SolrIndexConfig called useNativeLocks.

[jira] Assigned: (SOLR-208) RSS feed XSL example

2007-05-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reassigned SOLR-208: - Assignee: Hoss Man these seems like a handy little example to me ... anyone see any objections to includin

Luke request handler issue

2007-05-15 Thread Erik Hatcher
I've switched Flare to use the Luke request handler simply to retrieve the fields in the index. In the case of a 3.7M document index, it takes a LONG time to execute because of the top terms its generating. I tried setting numTerms=0 and got an array index out of bounds exception. Is ther

Re: Luke request handler issue

2007-05-15 Thread Yonik Seeley
On 5/15/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: I've switched Flare to use the Luke request handler simply to retrieve the fields in the index. In the case of a 3.7M document index, it takes a LONG time to execute because of the top terms its generating. I tried setting numTerms=0 and got a