[ https://issues.apache.org/jira/browse/SOLR-930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658105#action_12658105 ]
Kay Kay commented on SOLR-930: ------------------------------ I believe the fact that refcount > 0 while closing is still a warning. If this were frequent enough - then probably some other resource manager, after incrementing the count is not decrementing the same after the use . We need to address that separately as opposed to commenting this one out. > 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.