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

Cyrille Roy commented on SOLR-2927:
-----------------------------------

[junit4:junit4] Tests with failures (first 10 out of 11):
[junit4:junit4]   - org.apache.solr.MinimalSchemaTest (suite)
[junit4:junit4]   - org.apache.solr.cloud.SyncSliceTest (suite)
[junit4:junit4]   - org.apache.solr.cloud.UnloadDistributedZkTest (suite)
[junit4:junit4]   - org.apache.solr.cloud.AliasIntegrationTest (suite)
[junit4:junit4]   - org.apache.solr.cloud.BasicDistributedZk2Test (suite)
[junit4:junit4]   - org.apache.solr.cloud.FullSolrCloudDistribCmdsTest (suite)
[junit4:junit4]   - org.apache.solr.cloud.CollectionsAPIDistributedZkTest 
(suite)
[junit4:junit4]   - org.apache.solr.cloud.ShardRoutingTest (suite)
[junit4:junit4]   - org.apache.solr.cloud.RecoveryZkTest (suite)
[junit4:junit4]   - org.apache.solr.handler.admin.ShowFileRequestHandlerTest 
(suite)
[junit4:junit4] 
[junit4:junit4] 
[junit4:junit4] JVM J0:     2.84 ..   890.21 =   887.37s
[junit4:junit4] JVM J1:     2.84 ..   767.84 =   765.00s
[junit4:junit4] JVM J2:     2.84 ..   881.17 =   878.34s
[junit4:junit4] JVM J3:     3.09 ..   768.09 =   765.01s
[junit4:junit4] Execution time total: 14 minutes 50 seconds
[junit4:junit4] Tests summary: 272 suites, 1148 tests, 11 suite-level errors, 
14 ignored (2 assumptions)

I have often this stack:
[junit4:junit4]   2> 69753 T293 
oasc.JmxMonitoredMap$SolrDynamicMBean.getMBeanInfo WARNING Could not 
getStatistics on info bean org.apache.solr.search.SolrIndexSearcher 
org.apache.lucene.store.AlreadyClosedException: this IndexReader is closed

this is a warning, but it is a class updated by the patch so mentioning it.

> SolrIndexSearcher's register do not match close and SolrCore's closeSearcher
> ----------------------------------------------------------------------------
>
>                 Key: SOLR-2927
>                 URL: https://issues.apache.org/jira/browse/SOLR-2927
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 4.0-ALPHA
>         Environment: JDK1.6/CentOS
>            Reporter: tom liu
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 5.0, Trunk
>
>         Attachments: SOLR-2927.patch, mbean-leak-jira.png
>
>
> # SolrIndexSearcher's register method put the name of searcher, but 
> SolrCore's closeSearcher method remove name of currentSearcher on 
> infoRegistry.
> # SolrIndexSearcher's register method put the name of cache, but 
> SolrIndexSearcher's close do not remove the name of cache.
> so, there maybe lost some memory leak.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to