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

Mark Miller commented on SOLR-1817:
-----------------------------------

bq.  Maybe we should just kill the whole concept, and have SolrCore 
initialization fail fast and propogate any type of Exception up to 
CoreContainer?

Heh - I can't say I'm against this idea. It really does seem safer to force the 
user to address the problem. Take a problem plugin out of the config - or fix 
it. It has always been hard for me to imagine the case where I just didn't care 
if some things could not load (who knows which ones), but I just want to run 
anyway with what I can. It really seems like a niche need. It just becomes a 
lot harder to realize that there is a problem - something that I wanted to work 
is now not working - other things might be. Who knows when I will be alerted. 
But if the whole thing is just down ...

So I'm on board with whatever you'd like to do. Attempt to fix these issues, or 
just drop it all together. I kind of like the idea of dropping it.

> Fix Solr error reporting to work correctly with multicore
> ---------------------------------------------------------
>
>                 Key: SOLR-1817
>                 URL: https://issues.apache.org/jira/browse/SOLR-1817
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.4
>            Reporter: Mark Miller
>            Priority: Minor
>             Fix For: 1.5
>
>         Attachments: SOLR-1817.patch, SOLR-1817.patch, SOLR-1817.patch
>
>
> Here is a rough patch that attempts to fix how error reporting works with 
> multi-core (not in terms of logs, but what you see on an http request).
> The patch is not done - more to consider and havn't worked with how this 
> changes solrconfigs abortOnConfigurationError, but the basics are here.
> If you attempt to access the path of a core that could not load, you are 
> shown the errors that kept the core from properly loading.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to