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

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

Here's the log from my SolrJ updating program for the same timeframe.  This 
runs on the same server that made the logs above.  As you can see, there was a 
commit going on during the ping request.  The time values reported are in 
milliseconds.  The numbers for delete and insert refer to the number of DB rows 
and Solr documents:

INFO  - 2013-01-03 11:03:00.011; /---- chain.a: begin
INFO  - 2013-01-03 11:03:00.011; /---- chain.b: begin
INFO  - 2013-01-03 11:03:00.021; chain.b: new cycle, useBuild=false
INFO  - 2013-01-03 11:03:00.021; chain.a: new cycle, useBuild=false
INFO  - 2013-01-03 11:03:00.022; chain.b: oldmax=333052417 newmax=333052449
INFO  - 2013-01-03 11:03:00.023; chain.a: oldmax=333052417 newmax=333052449
INFO  - 2013-01-03 11:03:00.039; chain.b: Delete done, 6/6, time = 17
INFO  - 2013-01-03 11:03:00.049; chain.a: Delete done, 6/6, time = 26
INFO  - 2013-01-03 11:03:00.083; chain.b: Insert done, 26, time = 43
INFO  - 2013-01-03 11:03:00.098; chain.a: Insert done, 26, time = 49
INFO  - 2013-01-03 11:03:02.978; chain.b: Commit done, time = 2895
INFO  - 2013-01-03 11:03:02.988; chain.b: Done, total time = 2967
INFO  - 2013-01-03 11:03:02.988; \---- chain.b: end
INFO  - 2013-01-03 11:03:18.235; chain.a: Commit done, time = 18137
INFO  - 2013-01-03 11:03:18.243; chain.a: Done, total time = 18222
INFO  - 2013-01-03 11:03:18.243; \---- chain.a: end

                
> Exceptions thrown when /admin/mbeans is accessed during update/commit
> ---------------------------------------------------------------------
>
>                 Key: SOLR-4191
>                 URL: https://issues.apache.org/jira/browse/SOLR-4191
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to