[jira] Updated: (LUCENE-665) temporary file access denied on Windows

2006-09-27 Thread Doron Cohen (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-665?page=all ] Doron Cohen updated LUCENE-665: --- Attachment: FSWinDirectory_26_Sep_06.patch Updated the patch according to review comments by Hoss, plus: - protect currMillis usage from system clock

Re: [jira] Updated: (LUCENE-665) temporary file access denied on Windows

2006-09-22 Thread Chris Hostetter
: Indeed the first version I wrote followed the pattern you suggest (let's : name it pattern_1 for the discussion). However with pattern_1 I could not : cover the case of a method originally not throwing an exception. The : problem is that in pattern_1 we have to catch the exception before

Re: [jira] Updated: (LUCENE-665) temporary file access denied on Windows

2006-09-21 Thread Doron Cohen
Thanks for the comments! Indeed the first version I wrote followed the pattern you suggest (let's name it pattern_1 for the discussion). However with pattern_1 I could not cover the case of a method originally not throwing an exception. The problem is that in pattern_1 we have to catch the

[jira] Updated: (LUCENE-665) temporary file access denied on Windows

2006-09-20 Thread Doron Cohen (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-665?page=all ] Doron Cohen updated LUCENE-665: --- Attachment: FSWinDirectory.patch Attached patch - FSWinDirectory - implements retry logic of FS operations in a separate non default directory class as

[jira] Updated: (LUCENE-665) temporary file access denied on Windows

2006-08-30 Thread Doron Cohen (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-665?page=all ] Doron Cohen updated LUCENE-665: --- Attachment: FSDirs_Retry_Logic_3.patch I am attaching an updated patch - FSDirs_Retry_Logic_3.patch. In this update: - merge with code changes by issue 635