You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Ryan McKinley (JIRA)" <ji...@apache.org> on 2007/07/05 23:04:05 UTC

[jira] Commented: (SOLR-289) Double logging from update handler framework

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

Ryan McKinley commented on SOLR-289:
------------------------------------

the "added id={VA902B} in 0ms" is now priinted out in UpdateRequestProcessor - it has its own Logger, so the detailed output could be configured independently.

or it could be log.fine();


> Double logging from update handler framework
> --------------------------------------------
>
>                 Key: SOLR-289
>                 URL: https://issues.apache.org/jira/browse/SOLR-289
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>            Priority: Minor
>
> The update framework in Solr 1.2 causes twice as many log statements to be output.
> This will have an adverse performance impact for people adding a single doc at a time.
> Example:
> INFO: added id={VA902B} in 0ms
> Jul 5, 2007 1:36:52 PM org.apache.solr.core.SolrCore execute
> INFO: /update  0 0
> Jul 5, 2007 1:36:52 PM org.apache.solr.handler.XmlUpdateRequestHandler update

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.