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

ASF subversion and git services commented on SOLR-18008:
--------------------------------------------------------

Commit 6c252fab8d7b167a15f93b9cd903415e767bda39 in solr's branch 
refs/heads/branch_10x from Eric Pugh
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=6c252fab8d7 ]

SOLR-18008: Remnant core files prevent Collections for working (#3904)

Add solr.cloud.delete.unknown.cores.enabled setting for removing unknown but 
existing core data when a core is created in SolrCloud mode, either during a 
new collection or when adding replicas.  This shouldn't happen, but it does 
occasionally, so this is documented as an expert level feature for those 
experiencing it.

(cherry picked from commit 2b70060ac3ed60785e7a660665bd835e3b5ac584)


> Allow Core Creation when remnant files are still on disk
> --------------------------------------------------------
>
>                 Key: SOLR-18008
>                 URL: https://issues.apache.org/jira/browse/SOLR-18008
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 8.11, 9.8
>            Reporter: Eric Pugh
>            Assignee: Eric Pugh
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 10.1, 9.11
>
>          Time Spent: 6.5h
>  Remaining Estimate: 0h
>
> Today in some production systems where we delete and re-create collections 
> with the same name, we sometimes have left over files after deleting the the 
> previous collection (and therefore the cores).   The existence of these files 
> causes any future collection creation to fail because when the individual 
> core is created, we see we already have the remnant on disk. 
> See the BATS test 
> [https://github.com/apache/solr/blob/4d86c8cd128d59a65476dded34ec9c1947e67778/solr/packaging/test/test_create_collection2.bats]
>  for an example of this situation.  
> In a perfect world of course we wouldn't have these remnants, however I 
> currently don't have the ability to debug why they intermittantly happen.  I 
> only know that when we go to make a new one we get errors similar to:
> Error CREATEing SolrCore xxxxxx: Could not create a new core in 
> /var/solr/xxxxxx *as another core is already defined there*
> RequestHandlerBaseorg.apache.solr.common.SolrException: *Cannot unload 
> non-existent core*
> Underlying core creation failed while creating collection
>  
> The fix is unfortunantly to log onto the specific Solr box and execute a 
> command similar to:
>  
> rm -rf /var/solr/master_\{nameOfCollection}_\{indexMode}
> {shardNumber} \{replicaNumber}
> This Jira is to explore how we can at least handle this failure case in a 
> better way, and allow the new create collection command to go through.
>  
> I looked through old tickets, and in order of most likely related to least 
> likely, here are some that I found:
> https://issues.apache.org/jira/browse/SOLR-7187
> https://issues.apache.org/jira/browse/SOLR-16792
> https://issues.apache.org/jira/browse/SOLR-17171
> https://issues.apache.org/jira/browse/SOLR-10599
> https://issues.apache.org/jira/browse/SOLR-9799
> https://issues.apache.org/jira/browse/SOLR-6598
> https://issues.apache.org/jira/browse/SOLR-14201
> https://issues.apache.org/jira/browse/SOLR-15674



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to