You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "James Dyer (Resolved) (JIRA)" <ji...@apache.org> on 2012/04/17 17:42:17 UTC

[jira] [Resolved] (SOLR-2231) DataImportHandler - MultiThreaded - Logging

     [ https://issues.apache.org/jira/browse/SOLR-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Dyer resolved SOLR-2231.
------------------------------

    Resolution: Won't Fix
      Assignee: James Dyer

Multi-Threading was removed from DIH in 4.0
                
> DataImportHandler - MultiThreaded - Logging
> -------------------------------------------
>
>                 Key: SOLR-2231
>                 URL: https://issues.apache.org/jira/browse/SOLR-2231
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 1.5
>            Reporter: Fuad Efendi
>            Assignee: James Dyer
>            Priority: Trivial
>
> Please use
> {code}
> if (LOG.isInfoEnabled()) LOG.info(...)
> {code}
> For instance, line 95 of ThreadedEntityProcessorWrapper creates huge log output which is impossible to manage via logging properties:
>         LOG.info("arow : "+arow);
> This line (in a loop) will output results of all SQL from a database (and will slow down SOLR performance). It's even better to use LOG.debug instead of LOG.info, INFO is enabled by default.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org