[ 
https://issues.apache.org/jira/browse/SOLR-4191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13544522#comment-13544522
 ] 

Shawn Heisey commented on SOLR-4191:
------------------------------------

Can anyone tell me whether this indicates it's a GC problem?  I am interpreting 
the haproxy log to mean the ping query started at 16:37:34.  One thing I do not 
know - does the GC log timestamp indicate when the GC *started* or *ended*?  If 
it's the start time, then this is definitely a GC problem - specifically, the 
GC happening on the other shard server.

{noformat}
haproxy log:
Jan  4 16:37:39 localhost haproxy[12443]: Server idx/idxa1 is DOWN, reason: 
Layer7 timeout,
check duration: 5001ms. 0 active and 3 backup servers left. Running on backup. 
9 sessions
active, 0 requeued, 0 remaining in queue.

Jetty exception:
2013-01-04 16:37:41.850:WARN::/solr/ncmain/admin/ping
java.lang.IllegalStateException: Committed
        at org.mortbay.jetty.Response.resetBuffer(Response.java:1023)
        at org.mortbay.jetty.Response.sendError(Response.java:240)
        at 
org.apache.solr.servlet.SolrDispatchFilter.sendError(SolrDispatchFilter.java:380)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:283)

Solr exception:
Jan 4, 2013 4:37:41 PM org.apache.solr.common.SolrException log
SEVERE: org.mortbay.jetty.EofException
        at org.mortbay.jetty.HttpGenerator.flush(HttpGenerator.java:791)
        at org.mortbay.jetty.AbstractGenerator$Output.flush(AbstractGenerator.ja

GC entry from server with exceptions:
2013-01-04T16:36:48.930-0700: 101766.645: [GC 101766.645: [ParNew: 
3774912K->350545K(3774912K),
22.0665860 secs] 5837727K->2522917K(7969216K), 22.0667700 secs] [Times: 
user=0.00 sys=154.06,
real=22.07 secs]

GC entry from other shard server:
2013-01-04T16:37:32.694-0700: 101832.244: [GC 101832.244: [ParNew: 
3722124K->419392K(3774912K),
9.1200100 secs] 5800224K->2591046K(7969216K), 9.1201970 secs] [Times: 
user=10.46 sys=45.66,
real=9.12 secs]
{noformat}

                
> Exceptions thrown when /admin/mbeans or /admin/ping is accessed during 
> update/commit
> ------------------------------------------------------------------------------------
>
>                 Key: SOLR-4191
>                 URL: https://issues.apache.org/jira/browse/SOLR-4191
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.5, 4.1
>         Environment: solr-impl 4.1-SNAPSHOT 1421496 - ncindex - 2012-12-13 
> 14:56:25
>            Reporter: Shawn Heisey
>             Fix For: 4.2, 5.0
>
>         Attachments: solr-2012-12-14[1].log
>
>
> I am getting the following exceptions in quick succession in the solr log 
> when /admin/mbeans is accessed at the moment that an update/commit is 
> happening:
> ERROR - 2012-12-13 18:17:01.930; org.apache.solr.common.SolrException; 
> null:org.eclipse.jetty.io.EofException
> ERROR - 2012-12-13 18:17:01.982; org.apache.solr.common.SolrException; 
> null:org.eclipse.jetty.io.EofException
> WARN  - 2012-12-13 18:17:01.984; org.eclipse.jetty.server.Response; Committed 
> before 500 {msg=Broken pipe,trace=org.eclipse.jetty.io.EofException
> WARN  - 2012-12-13 18:17:01.984; org.eclipse.jetty.servlet.ServletHandler; 
> /solr/s0live/admin/mbeans
> java.lang.IllegalStateException: Committed
> I will attach the full solr log.  Before SOLR-4135 was fixed, I got a *lot* 
> of those exceptions, but these were far less common.  Now these appear to be 
> the only thing I am getting in my logs, which log4j is logging at WARN.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to