Don created SOLR-15674:
--------------------------

             Summary: When attempting to recreate a deleted Solr Collection 
with a different initial schema the old schema appears to be present in the 
Solr UI.
                 Key: SOLR-15674
                 URL: https://issues.apache.org/jira/browse/SOLR-15674
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
    Affects Versions: 8.9
            Reporter: Don


Reproduction Steps:
 
 # Create a Solr Collection with an initial schema
 # Delete the Solr Collection
 # Create a Solr Collection with the same name as the deleted Collection, but 
with a different initial schema

Expected:
 # The new Solr Collection will be created and will have the new initial Schema.

Actual:
 # The new Solr Collection is created but appears to have the old initial 
Schema. Furthermore, while the old initial schema is returned by API calls to 
retrieve the schema and is present in the UI, attempting to edit or delete 
those fields results in a 500-error returned to the user as the fields do not 
actually exist. To set this right the user has to do one of the following steps:
 # Restart Solr
 # Create a new field for the collection schema and then delete the field.


 # After either of the above two steps are performed the issue seems to be 
resolved, but the initial behavior is not what we would expect.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to