replication start notification

2012-06-07 Thread Jon Kirton
Is there a programmatic way or otherwise to become aware when the
replication operation starts?  In looking at the source for
ReplicationHandler, there aren't log statements to indicate that it started.

Thanks, Jon


should i upgrade

2012-05-15 Thread Jon Kirton
We're running solr v1.4.1 w/ approx 30M - 40M records at any given time.
 Often, socket timeout exceptions occur for a search query.  Is there a
compelling reason to upgrade?  I.e. can u set a socket timeout in
solrconfig.xml in the latest version and not in v1.4.1 ?


socket timeout

2012-05-14 Thread Jon Kirton
Intermittently, a socket timeout occurs from a search request.  Is there a
config param I can set in solrconfig.xml to specify socket timeouts for
version 1.4.1 ?


Re: socket timeout

2012-05-14 Thread Jon Kirton
Here is the stacktrace for the timeout:

2012-05-09 13:08:30,521 [http-8080-62] DEBUG solr.SolrService  -
org.apache.solr.client.solrj.SolrServerException:
java.net.SocketTimeoutException: Read timed out

org.apache.solr.client.solrj.SolrServerException:
java.net.SocketTimeoutException: Read timed out

at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:483)

at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:244)

at 
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89)

at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:122)


On Mon, May 14, 2012 at 9:29 PM, Jon Kirton jkir...@3taps.com wrote:

 Intermittently, a socket timeout occurs from a search request.  Is there a
 config param I can set in solrconfig.xml to specify socket timeouts for
 version 1.4.1 ?