[ 
https://issues.apache.org/jira/browse/SOLR-3634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hoss Man updated SOLR-3634:
---------------------------

    Attachment: SOLR-3634.patch

Updated patch...

* lots of new tests, this covers all the cases i can think of except for what 
we can't test because of SOLR-3665
* added detailed javadocs for the new public CoreContainer.getCoreInitFailures 
method 
* the directory not closed problem vanished on it's own -- i suspect SOLR-3656 
fixed it.

There are still some nocommits in this patch because of the previously 
mentioned refactoring (left as is so the patch is readable -- all the 
refactoring will really do is indent a ton of code inside a try/catch)

I think this is good to go, but i'd appreciate some feedback
                
> make CoreAdminHandler STATUS action report back info about core 
> initialization failures 
> ----------------------------------------------------------------------------------------
>
>                 Key: SOLR-3634
>                 URL: https://issues.apache.org/jira/browse/SOLR-3634
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Hoss Man
>            Assignee: Hoss Man
>             Fix For: 4.0
>
>         Attachments: SOLR-3634.patch, SOLR-3634.patch
>
>
> see parent issue for context.
> * CoreContainer should keep a record of failures related to core 
> initialization, keyed off of the core name
> * failures should be recorded for both solr.xml initialzation, as well as 
> explicit CREATE/RELOAD requests that fail
> * record of failures should be tracked indefinitely until some valid core 
> begins using that name
> ** ie: actions which register a SolrCore with a name (RELOAD, CREATE, SWAP, 
> ALIAS) should "reset" any existing failures associated with that name
> * failures should be available to clients via CoreAdminHandler STATUS actions

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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