You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2007/02/07 21:29:05 UTC

[jira] Created: (SOLR-145) RequestHandler's dropping exceptions since SOLR-104

RequestHandler's dropping exceptions since SOLR-104
---------------------------------------------------

                 Key: SOLR-145
                 URL: https://issues.apache.org/jira/browse/SOLR-145
             Project: Solr
          Issue Type: Bug
            Reporter: Hoss Man


there was a slight bug introduced in SOLR-104 that resulted in subclasses of RequestHandlerBase ignoring some types of exceptions (the error count is incrimented, but the Exception is not be logged, and a successful (but typicaly empty) response is be returned.

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


[jira] Resolved: (SOLR-145) RequestHandler's dropping exceptions since SOLR-104

Posted by "Hoss Man (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man resolved SOLR-145.
---------------------------

    Resolution: Fixed
      Assignee: Hoss Man

fix commited

> RequestHandler's dropping exceptions since SOLR-104
> ---------------------------------------------------
>
>                 Key: SOLR-145
>                 URL: https://issues.apache.org/jira/browse/SOLR-145
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hoss Man
>         Assigned To: Hoss Man
>
> there was a slight bug introduced in SOLR-104 that resulted in subclasses of RequestHandlerBase ignoring some types of exceptions (the error count is incrimented, but the Exception is not be logged, and a successful (but typicaly empty) response is be returned.

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