You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2011/08/18 17:52:27 UTC

[jira] [Created] (LUCENE-3382) fix compound-file/NoSuchDirectoryException bugs in NRTCachingDir

fix compound-file/NoSuchDirectoryException bugs in NRTCachingDir
----------------------------------------------------------------

                 Key: LUCENE-3382
                 URL: https://issues.apache.org/jira/browse/LUCENE-3382
             Project: Lucene - Java
          Issue Type: Bug
            Reporter: Robert Muir
             Fix For: 3.4, 4.0


found some bugs over on LUCENE-3374, but we should fix these separately from whether or not we move it to core,
and the bugs apply to 3.x too.

here we can just add explicit tests for the problems.

--
This message is automatically generated by JIRA.
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


[jira] [Resolved] (LUCENE-3382) fix compound-file/NoSuchDirectoryException bugs in NRTCachingDir

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

Robert Muir resolved LUCENE-3382.
---------------------------------

    Resolution: Fixed

This is fixed: NRTCachingDir uses DefaultCompoundFileDirectory always to ensure that the .cfe file is handled correctly.

I will now write the same tests for FileSwitchDirectory 

> fix compound-file/NoSuchDirectoryException bugs in NRTCachingDir
> ----------------------------------------------------------------
>
>                 Key: LUCENE-3382
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3382
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Robert Muir
>             Fix For: 3.4, 4.0
>
>         Attachments: LUCENE-3382.patch
>
>
> found some bugs over on LUCENE-3374, but we should fix these separately from whether or not we move it to core,
> and the bugs apply to 3.x too.
> here we can just add explicit tests for the problems.

--
This message is automatically generated by JIRA.
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


[jira] [Updated] (LUCENE-3382) fix compound-file/NoSuchDirectoryException bugs in NRTCachingDir

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

Robert Muir updated LUCENE-3382:
--------------------------------

    Attachment: LUCENE-3382.patch

here's a patch with specific tests.

I am committing soon.

> fix compound-file/NoSuchDirectoryException bugs in NRTCachingDir
> ----------------------------------------------------------------
>
>                 Key: LUCENE-3382
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3382
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Robert Muir
>             Fix For: 3.4, 4.0
>
>         Attachments: LUCENE-3382.patch
>
>
> found some bugs over on LUCENE-3374, but we should fix these separately from whether or not we move it to core,
> and the bugs apply to 3.x too.
> here we can just add explicit tests for the problems.

--
This message is automatically generated by JIRA.
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