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 "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2008/12/19 07:33:44 UTC

[jira] Commented: (SOLR-930) SolrCore.close() : Warn in the logger when the internal reference count is > 0

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

Shalin Shekhar Mangar commented on SOLR-930:
--------------------------------------------

Ryan, after this commit, I see the following message on almost every request to Solr. Just use the example jetty and request any JSP (stats/info) and you will find the warning in the log. Perhaps this logging is not needed?

{code}WARNING: Attempted close on org.apache.solr.core.SolrCore@b86944 did not succeed because the new reference count 1 is > 0{code}

> SolrCore.close() : Warn in the logger when the internal reference count is > 0
> ------------------------------------------------------------------------------
>
>                 Key: SOLR-930
>                 URL: https://issues.apache.org/jira/browse/SOLR-930
>             Project: Solr
>          Issue Type: Improvement
>         Environment: Java 6, Tomcat 6 
>            Reporter: Kay Kay
>            Assignee: Ryan McKinley
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-930.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> SolrCore.close() -> Add a warning statement when the internal reference count is > 0. ( as opposed to 0, as expected ) - 

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