SegmentReader.setNorm can fail to remove separate norms file, on Windows ------------------------------------------------------------------------
Key: LUCENE-820 URL: https://issues.apache.org/jira/browse/LUCENE-820 Project: Lucene - Java Issue Type: Bug Components: Index Affects Versions: 2.1 Reporter: Michael McCandless Assigned To: Michael McCandless Priority: Minor Fix For: 2.2 While working through LUCENE-710 I hit this bug: on Windows only, when SegmentReader.setNorm is called, but separate norms (_X_N.sY) had already been previously saved, then, on closing the reader, we will write the next gen separate norm file correctly (_X_N+1.sY) but fail to delete the current one. It's quite minor because the next writer to touch the index will remove the stale file. This is because the Norm class still holds the IndexInput open when the reader commits. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]