[
https://issues.apache.org/jira/browse/SOLR-5366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13816317#comment-13816317
]
ASF subversion and git services commented on SOLR-5366:
-------------------------------------------------------
Commit 1539773 from [~erickoerickson] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1539773 ]
SOLR-5366: transient cores automatically unloaded when creating cores via admin
API would be closed too many times
> 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
> Assignee: Erick Erickson
> Priority: Minor
> Labels: patch
> Attachments: SOLR-5366.patch, 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
> [email protected]
> 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: [email protected]
For additional commands, e-mail: [email protected]