olivier soyez created SOLR-5366:
-----------------------------------

             Summary: Too many close on transient core with unload command
                 Key: SOLR-5366
                 URL: https://issues.apache.org/jira/browse/SOLR-5366
             Project: Solr
          Issue Type: Bug
          Components: multicore
    Affects Versions: 4.4, 4.6
            Reporter: olivier soyez
            Priority: Minor
         Attachments: SOLR-5366.patch

Too many close on transient core with unload command, because already closed by 
transientcache 

To reproduce :
set transientCacheSize=2 and start with no cores

Create 3 cores :
curl 
"http://ip:port/solr/admin/cores?action=CREATE&name=coreX&instanceDir=path_to_instanceDir_coreX&dataDir=path_to_dataDir_coreX&loadOnStartup=false&transient=true";

Execute :
curl "http://ip:port/solr/core1/select?q=*:*";
curl "http://ip:port/solr/core2/select?q=*:*";
curl "http://ip:port/solr/core3/select?q=*:*";

curl "http://ip:port/solr/admin/cores?action=UNLOAD&core=core1";

And in Solr logs :
ERROR org.apache.solr.core.SolrCore  – Too many close [count:-1] on 
org.apache.solr.core.SolrCore@20e5ace9. Please report this exception to 
solr-u...@lucene.apache.org

The patch in attachment is for svn solr branch_4X (revision number 1526418)




--
This message was sent by Atlassian JIRA
(v6.1#6144)

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

Reply via email to