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/08 22:09:15 UTC

[jira] [Commented] (SOLR-4688) add tests realted to reporting core init failures and lazy loaded cores

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

Hoss Man commented on SOLR-4688:
--------------------------------

CoreContainerCoreInitFailuresTest and CoreAdminHandlerTest  should be a good inspiration for what we want to sanity check about lazy loaded cores.

a logic flow path i wonder about specifically...

1) does attempting to lazy load a core that has an init failure (ie: bad config) result in a 500 error being returned and does the init failure get recorded so that it is included in core admin STATUS requests?
2) does subsequently fixing the problem (ie: fix the bad config) cause future core admin STATUS requests to no longer report that previous init failure?

                
> add tests realted to reporting core init failures and lazy loaded cores
> -----------------------------------------------------------------------
>
>                 Key: SOLR-4688
>                 URL: https://issues.apache.org/jira/browse/SOLR-4688
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hoss Man
>            Assignee: Erick Erickson
>
> Spin off of SOLR-4672 zince Erick said he would worry about this so i don't have to...
> we should have more tests that sanity check the behvaior of lazy loaded cores, and reporting back core init failures -- both as part of CoreAdmin "STATUS" requests and in the error message returned when trying to use these cores.

--
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