Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C3673D44F for ; Fri, 7 Sep 2012 21:52:09 +0000 (UTC) Received: (qmail 31069 invoked by uid 500); 7 Sep 2012 21:52:08 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 31000 invoked by uid 500); 7 Sep 2012 21:52:08 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 30934 invoked by uid 99); 7 Sep 2012 21:52:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 21:52:08 +0000 Date: Sat, 8 Sep 2012 08:52:08 +1100 (NCT) From: "Hoss Man (JIRA)" To: dev@lucene.apache.org Message-ID: <1830477686.52535.1347054728406.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (SOLR-1817) Fix Solr error reporting to work correctly with multicore MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-1817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-1817. ---------------------------- Resolution: Fixed this issue languished for a long time, but i'm resolving as "fixed" in 4.0 since there have been a lot of improvements since the last time anyone looked at this jira in terms of how multicore erors are handled... 1) aboutonConfigError no longer even exists 2) solr can now start up and server some cores even if other cores fail 3) CoreAdminHandler and the admin UI can now display errors about cores that failed to init - either on startup, or because of an explicit CREATE/RELOAD request > 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: 4.0 > > 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. 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