[jira] [Commented] (LUCENE-6616) IndexWriter should list files once on init, and IFD should not suppress FNFE

2015-08-27 Thread Steve Rowe (JIRA)

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

Steve Rowe commented on LUCENE-6616:


Some FNFEs have cropped up in recent Jenkins nightly runs: LUCENE-6769

 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, LUCENE-6616.patch, 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6616) IndexWriter should list files once on init, and IFD should not suppress FNFE

2015-07-14 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on LUCENE-6616:
-

Commit 1690954 from [~mikemccand] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1690954 ]

LUCENE-6616: only claim to have created a file once createOutput succeeded

 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, LUCENE-6616.patch, 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6616) IndexWriter should list files once on init, and IFD should not suppress FNFE

2015-07-14 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on LUCENE-6616:
-

Commit 1690952 from [~mikemccand] in branch 'dev/trunk'
[ https://svn.apache.org/r1690952 ]

LUCENE-6616: only claim to have created a file once createOutput succeeded

 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, LUCENE-6616.patch, 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6616) IndexWriter should list files once on init, and IFD should not suppress FNFE

2015-07-08 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on LUCENE-6616:
-

Commit 1689893 from [~mikemccand] in branch 'dev/trunk'
[ https://svn.apache.org/r1689893 ]

LUCENE-6616: IW lists files only once on init, IFD no longer suppresses FNFE, 
IFD deletes segments_N files last

 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, LUCENE-6616.patch, 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6616) IndexWriter should list files once on init, and IFD should not suppress FNFE

2015-07-08 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on LUCENE-6616:
-

Commit 1689942 from [~mikemccand] in branch 'dev/trunk'
[ https://svn.apache.org/r1689942 ]

LUCENE-6616: Lucene50SegmentInfoFormat should not claim to have created a file 
until the createOutput in fact succeeded

 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, LUCENE-6616.patch, 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6616) IndexWriter should list files once on init, and IFD should not suppress FNFE

2015-07-08 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on LUCENE-6616:
-

Commit 1689940 from [~mikemccand] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1689940 ]

LUCENE-6616: IW lists files only once on init, IFD no longer suppresses FNFE, 
IFD deletes segments_N files last

 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, LUCENE-6616.patch, 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-6616) IndexWriter should list files once on init, and IFD should not suppress FNFE

2015-06-26 Thread Robert Muir (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org