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
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
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
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
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