You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Jackie Wong (JIRA)" <ji...@apache.org> on 2012/07/16 05:10:36 UTC

[jira] [Commented] (LUCENENET-421) Segment files ocasionaly disappearing making index corrupted

    [ https://issues.apache.org/jira/browse/LUCENENET-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13414831#comment-13414831 ] 

Jackie Wong commented on LUCENENET-421:
---------------------------------------

IIS 7, Windows Server 2008
 System.IO.FileNotFoundException: Could not find file "\\121.*.*.*\indexs\segments_29w1"
File name: "\\121.*.*.*\indexs\segments_29w1"
   at Lucene.Net.Index.SegmentInfos.FindSegmentsFile.Run(IndexCommit commit)
   at Lucene.Net.Index.IndexReader.Open(Directory directory, Boolean readOnly)

appears frequently.
                
> Segment files ocasionaly disappearing making index corrupted
> ------------------------------------------------------------
>
>                 Key: LUCENENET-421
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-421
>             Project: Lucene.Net
>          Issue Type: Bug
>          Components: Lucene.Net Core
>    Affects Versions: Lucene.Net 2.9.2
>         Environment: Media Chase ECF50 in the MastermindToys.com online toy store, IIS 7 under Win 2008 R2, index on RAID 1
>            Reporter: Fedor Taiakin
>
> IIS 7 under Win 2008 R2, index located on RAID 1
> The only operations Add Document and Delete Document, optimize = false.
> Ocasionally the segment files disappear, corrupting index. No other exceptions prior to inability to open index:
> 'C:\Projects\MMT\ECF50\main\src\PublicLayer\SearchIndex\eCommerceFramework\CatalogEntryIndexer\_b6k.cfs'." ---> System.IO.FileNotFoundException: Could not find file 'C:\Projects\MMT\ECF50\main\src\PublicLayer\SearchIndex\eCommerceFramework\CatalogEntryIndexer\_b6k.cfs'.
> File name: 'C:\Projects\MMT\ECF50\main\src\PublicLayer\SearchIndex\eCommerceFramework\CatalogEntryIndexer\_b6k.cfs'
>    at Lucene.Net.Index.SegmentInfos.FindSegmentsFile.Run()
>    at Lucene.Net.Index.IndexReader.Open(Directory directory)

--
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