Re: what would cause large numbers of executeWithRetry INFO messages?

2011-01-18 Thread solr-user

sorry, never did find a solution to that.

if you do happen to figure it out, pls post a reply to this thread.  thanks
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/what-would-cause-large-numbers-of-executeWithRetry-INFO-messages-tp1453417p2281087.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: what would cause large numbers of executeWithRetry INFO messages?

2011-01-18 Thread Markus Jelsma
Hi,

This is a slave polling the master for its index version but it seems the 
master fails to respond.

From the javadoc:
 public class NoHttpResponseException
 extends IOException
 
 Signals that the target server failed to respond with a valid HTTP
 response.

Cheers,

 I see a large number (~1000) of the following executeWithRetry messages in
 my apache catalina log files every day (see bolded snippet below).  They
 seem to appear at random intervals.
 
 Since they are not flagged as errors or warnings, I have been ignoring them
 for now.  However, I started wondering if INFO message is a red-herring
 and thinking there might be an actual problem somewhere.
 
 Does anyone know what would cause this type of message?  Are they normal? 
 I have not seen anything in my google searches for solr that contain this
 message
 
 Details:
 
 1. My CPU usage seems fine as does my heap; we have lots of cpu capacity
 and heap space
 2. The log is from a searcher but I know that the intervals do not
 correspond to replication (every 15 min on the hour)
 3. the INFO lines appear in all searcher logs (we have a number of
 searchers)
 4. the data is around 10m records per searcher and occupies around 14gb
 5. I am not noticing any problems performing queries on the solr (so no
 trace info to give you); performance and queries seem fine
 
 Log snippet:
 Sep 10, 2010 2:17:59 AM org.apache.solr.handler.SnapPuller fetchLatestIndex
 INFO: Slave in sync with master.
 Sep 10, 2010 2:18:20 AM org.apache.commons.httpclient.HttpMethodDirector
 executeWithRetry
 INFO: I/O exception (org.apache.commons.httpclient.NoHttpResponseException)
 caught when processing request: The server xxx.admin.inf failed to respond
 Sep 10, 2010 2:18:20 AM org.apache.commons.httpclient.HttpMethodDirector
 executeWithRetry
 INFO: Retrying request
 Sep 10, 2010 2:18:20 AM org.apache.solr.handler.SnapPuller fetchLatestIndex
 INFO: Slave in sync with master.
 
 any info appreciated.  thx


Re: what would cause large numbers of executeWithRetry INFO messages?

2011-01-18 Thread Markus Jelsma
Oh, and this should not have the INFO level in my opinion.  Other log lines 
indicating a problem with the master (such as a time out or unreachable host) 
are not flagged as INFO. 

Maybe you could file a Jira ticket? Don't forget to specifiy your Solr version.

Also, please check the master log file if there something funny around the time 
the slave throws this error.

 Since they are not flagged as errors or warnings, I have been ignoring them
 for now.  However, I started wondering if INFO message is a red-herring
 and thinking there might be an actual problem somewhere.


Re: what would cause large numbers of executeWithRetry INFO messages?

2011-01-17 Thread sakunthalakishan

I am facing exact same issue.  Did you find out root cause for this?  Please
let me know any information you have

-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/what-would-cause-large-numbers-of-executeWithRetry-INFO-messages-tp1453417p2274077.html
Sent from the Solr - User mailing list archive at Nabble.com.