turning up logging using the web UI, can't get more than INFO

2012-08-24 Thread Kevin Goess
We have a pretty standard out-of-the-box solr/jetty setup. Using the web UI at /solr/admin/logging, for WARNING or SEVERE we get less logging, but none of CONFIG, FINE or FINEST result in any *more* logging than just at INFO. Is there another place to look for something that might be controlling

Re: turning up logging using the web UI, can't get more than INFO

2012-08-24 Thread Kevin Goess
On Fri, Aug 24, 2012 at 10:23 AM, Ahmet Arslan wrote: > > We have a pretty standard > > out-of-the-box solr/jetty setup. Using the web > > UI at /solr/admin/logging, for WARNING or SEVERE we get less > > logging, but > > none of CONFIG, FINE or FINEST result in any *more* logging > > than just a

solr hanging regularly, thread dump attached, PDFOperator

2012-08-30 Thread Kevin Goess
If we have more than half a dozen processes posting updates to our Solr instance (each about 1/sec), we get regular and fairly reproducible solr hangs, requiring a kill -9 of the solr process. We're running Solr 3.4, a fairly out-of-the-box solr/jetty setup. I've got a thread dump and some GC logg

solr hanging, possible memory issues?

2012-09-21 Thread Kevin Goess
We're running Solr 3.4, a fairly out-of-the-box solr/jetty setup, with -Xms1200m -Xmx3500m . When we start pushing more than a couple documents per second at it (PDFs, they go through SolrCell/Tika/PDFBox), the java process hangs, becoming completely unresponsive. We thought it might be an issue

memory leak in pdfbox--SolrCel needs to call COSName.clearResources?

2012-09-24 Thread Kevin Goess
We've been struggling with solr hangs in the solr process that indexes incoming PDF documents. TLDR; summary is that I'm thinking that PDFBox needs to have COSName.clearResources() called on it if the solr indexer expects to be able to keep running indefinitely. Is that likely? Is there anybody