Hoss Man created SOLR-4672:
------------------------------

             Summary: requests for cores which had known startup init failures 
should result in 500 not 404
                 Key: SOLR-4672
                 URL: https://issues.apache.org/jira/browse/SOLR-4672
             Project: Solr
          Issue Type: Improvement
            Reporter: Hoss Man


SOLR-3591 added support for tracking if a core failed to init properly, and 
reporting this data back in STATUS request to the CoreAdminHandler so they 
could be displayed in the UI.

Attempts to use those cores anyway (for queries or updates, etc...) by 
users/clients that may not realize the core failed to init results in 404 
errors because the core doesn't exist, however it should be fairly straight 
forward to intead return a 500 error wrapping the cause of the init failure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to