DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35886>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35886 Summary: Lucene leaves lock files with NFS Product: Lucene Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Index AssignedTo: java-dev@lucene.apache.org ReportedBy: [EMAIL PROTECTED] I run a web-application on a system (the system where I upload and edit the web-app) that is shared through NFS on another system (the actual server). The directory where Lucene places its files is one of the places that are shared through NFS. It turns out that something in Lucene causes the NFS system to make 'temporary' files (.nfs* files), which can't be removed (and which take quite some time to go). This doesn't give problems in most operations (since I generally use incremental indexing to update the index), but when I try to create a full index these files prevent the directory from being deleted. Apparently lucene keeps a file open that has already been deleted in another thread. Perhaps this occurs during incremental indexing? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]