You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shubham Kumar Srivastava (Created) (JIRA)" <ji...@apache.org> on 2012/04/05 15:45:24 UTC

[jira] [Created] (SOLR-3320) Large numbers of executeWithRetry INFO messages in Catalina

Large numbers of executeWithRetry INFO messages in Catalina
-----------------------------------------------------------

                 Key: SOLR-3320
                 URL: https://issues.apache.org/jira/browse/SOLR-3320
             Project: Solr
          Issue Type: Bug
          Components: replication (java)
    Affects Versions: 3.5
         Environment: AMD 8 Core Machine with 14Gb RAM
            Reporter: Shubham Kumar Srivastava
            Priority: Minor
             Fix For: 3.5


I am getting the below log's in catalina.out

Apr 5, 2012 6:27:59 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (org.apache.commons.httpclient.NoHttpResponseException) caught when processing request: The server 192.168.6.135 failed to respond
Apr 5, 2012 6:27:59 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Apr 5, 2012 6:28:39 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (org.apache.commons.httpclient.NoHttpResponseException) caught when processing request: The server 192.168.6.135 failed to respond
Apr 5, 2012 6:28:39 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Apr 5, 2012 6:30:39 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (org.apache.commons.httpclient.NoHttpResponseException) caught when processing request: The server 192.168.6.135 failed to respond
Apr 5, 2012 6:30:39 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Apr 5, 2012 6:31:59 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (org.apache.commons.httpclient.NoHttpResponseException) caught when processing request: The server 192.168.6.135 failed to respond
Apr 5, 2012 6:31:59 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Apr 5, 2012 6:32:59 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (org.apache.commons.httpclient.NoHttpResponseException) caught when processing request: The server 192.168.6.135 failed to respond
Apr 5, 2012 6:32:59 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry

every now and then and on every slave randomly. However I haven't seen any issues with replication of Master-Slave as such , validated with Index Version and Generated numbers as well as the data.

I am using solr3.5 with 5Slaves + 1Master. Polling interval being 20seconds and docs are updated(delta-import) every 60 seconds through Master. Slaves only are for read.

I am running solr with tomcat 6.0.35 + Java 6 and below is the connection settings

<Connector port="8080" maxHttpHeaderSize="8192"
maxThreads="200" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" />

Heap size is 1Gb( Xms=Xmx=1024m). 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org