Re: lucene performance issues

2008-01-05 Thread Andrew Huntwork
Your grinder output seems to indicate clearly that your bottleneck is in your database code, not in lucene. It seems that the threads are all blocked trying to get a connection from a connection pool. Maybe you're leaking connections, or maybe you need to increase the size of the pool. On 1/3/

making hudson available on port 80

2007-07-05 Thread Andrew Huntwork
Are there any plans to make the hudson instance that hosts the apidocs available on port 80? My company has an traffic filter for various reasons and port 8080 is not on the approved list of ports, so I'm unable to see the apidocs or anything else in lucene.zones.apache.org:8080. thanks. --