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

Robert Muir commented on LUCENE-6616:
-------------------------------------

That is the same test method that gave the sporatic "access denied" from 
jenkins on windows the other day (which is why i was looking at this stuff). 

One possibly explanation for that (from windows documentation) is if the file 
was deleted:
{quote}
If you call CreateFile on a file that is pending deletion as a result of a 
previous call to DeleteFile, the function fails. The operating system delays 
file deletion until all handles to the file are closed. GetLastError returns 
ERROR_ACCESS_DENIED.
{quote}

So maybe you are zeroing in on that bug. Great if you can reproduce it easily.

> IndexWriter should list files once on init, and IFD should not suppress FNFE
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-6616
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6616
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: 5.3, Trunk
>
>         Attachments: LUCENE-6616.patch
>
>
> Some nice ideas [~rcmuir] had for cleaning up IW/IFD on init ...



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