You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shai Erera (Resolved) (JIRA)" <ji...@apache.org> on 2011/11/16 09:58:51 UTC

[jira] [Resolved] (LUCENE-3579) DirectoryTaxonomyWriter should throw a proper exception if it was closed

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

Shai Erera resolved LUCENE-3579.
--------------------------------

    Resolution: Fixed

Committed revision 1202592 (3x).
Committed revision 1202593 (trunk).
                
> DirectoryTaxonomyWriter should throw a proper exception if it was closed
> ------------------------------------------------------------------------
>
>                 Key: LUCENE-3579
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3579
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: modules/facet
>            Reporter: Shai Erera
>            Assignee: Shai Erera
>            Priority: Minor
>             Fix For: 3.5, 4.0
>
>         Attachments: LUCENE-3579.patch
>
>
> DirTaxoWriter may throw random exceptions (NPE, Already Closed - depend on what API you call) after it has been closed/rollback. We should detect up front that it is already closed, and throw AlreadyClosedException.
> Also, on LUCENE-3573 Doron pointed out a problem with DTW.rollback -- it should call close() rather than refreshReader. I will fix that as well in this issue.

--
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org