You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2013/04/04 19:17:19 UTC

[jira] [Created] (SOLR-4672) requests for cores which had known startup init failures should result in 500 not 404

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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org