Re: How to view SOLR logs

2010-04-01 Thread Shawn Smith
The default jetty.xml sets up a request logger that logs to "logs/_mm_dd.request.log" relative to the directory jetty is started from. Look for NCSARequestLog in your jetty.xml. If SOLR Sharp uses GETs (not POSTs) you can look at the urls in the log and pull out the "q" and "fq" parameters wh

Re: Read Time Out Exception while trying to upload a huge SOLR input xml

2010-04-01 Thread Shawn Smith
The error might be that your http client doesn't handle really large files (32-bit overflow in the Content-Length header?) or something in your network is killing your long-lived socket? Solr can definitely accept a 13GB xml document. I've uploaded large files into Solr successfully, including re

Re: ReplicationHandler reports incorrect replication failures

2010-03-30 Thread Shawn Smith
s working on something very similar... Lets perhaps also create a > Jira issue for this monitoring? > > Thanks, > > Jason > > On Fri, Mar 26, 2010 at 6:59 AM, Shawn Smith wrote: >> We're using Solr 1.4 Java replication, which seems to be working >> nicely.  

Re: ReplicationHandler reports incorrect replication failures

2010-03-29 Thread Shawn Smith
Thanks. I created https://issues.apache.org/jira/browse/SOLR-1853 2010/3/27 Noble Paul നോബിള്‍ नोब्ळ् : > please create a bug >

Detecting replication slave health

2010-03-26 Thread Shawn Smith
What's the recommendation for the best way for detecting replication slave replication health, using Solr 1.4 Java replication? The current "details" command returns a lot of useful data, but it's not obvious how best to extract the answer to the simple question: "is replication ok, slow or failed

ReplicationHandler reports incorrect replication failures

2010-03-26 Thread Shawn Smith
We're using Solr 1.4 Java replication, which seems to be working nicely. While writing production monitors to check that replication is healthy, I think we've run into a bug in the status reporting of the "../solr/replication?command=details" command. (I know it's experimental...) Our monitor pa