[ https://issues.apache.org/jira/browse/SOLR-3320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Cassandra Targett resolved SOLR-3320. ------------------------------------- Resolution: Cannot Reproduce Fix Version/s: (was: 3.5) Closing this as I think it would be impossible to duplicate: there weren't steps to reproduce given 5+ years ago, it uses Tomcat which we no longer support, and it's using 3.5. > 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 > Labels: patch > Original Estimate: 12h > Remaining Estimate: 12h > > 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 was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org