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

Uwe Schindler updated LUCENE-6150:
----------------------------------
    Summary: Remove staleFiles set and onIndexOutputClosed from FSDirectory  
(was: Remove staleFiles set from FSDirectory)

> Remove staleFiles set and onIndexOutputClosed from FSDirectory
> --------------------------------------------------------------
>
>                 Key: LUCENE-6150
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6150
>             Project: Lucene - Core
>          Issue Type: Task
>          Components: core/store
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>             Fix For: 5.0, Trunk
>
>         Attachments: LUCENE-6150.patch
>
>
> Hi,
> the "hack" to keep track of files written to in FSDirectory, to filter them 
> when calling sync is heavily broken. [~mikemccand] already opened an issue, 
> which was abandoned then.
> In fact handling this in FSDirectory is a hack and broken! If IndexWriter is 
> itsself not able to correctly handle tracking the files, it is also his 
> repsonsibilty to do this. We already have a class that can do this: 
> TrackingDirectoryWrapper. IndexWriter should use an instance of this class to 
> track those stale files (until the problem is solved).
> I would like to keep FSDirectory clean from this, especially, as this is 
> broken anyways: If somebody has another directory impl like HDFS or 
> Infinispan, the problem still persists. The base directory should throw an 
> IOException if trying to sync a file that does not exist!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to