History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
LUCENE-750
Type:
Improvement
Status:
Resolved
Resolution:
Fixed
Priority:
Major
Assignee:
Yonik Seeley
Reporter:
Yonik Seeley
Votes:
1
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
Lucene - Java
don't use finalizers for FSIndexInput clones
Created:
15/Dec/06 04:11 PM
Updated:
19/Dec/06 09:49 PM
Component/s:
Search
Affects Version/s:
2.1
Fix Version/s:
None
Time Tracking:
Not Specified
File Attachments:
File Name
Date Attached
Attached By
Size
IndexInput_finalizer.patch
2006-12-16 03:37 PM
Yonik Seeley
2 kB
IndexInput_finalizer.patch
2006-12-15 04:20 PM
Yonik Seeley
2 kB
Lucene Fields:
New
Resolution Date:
19/Dec/06 09:49 PM
Description
« Hide
finalizers are expensive, and we should avoid using them where possible.
It looks like this helped to tickle some kind of bug (looks like a JVM bug?)
http://www.nabble.com/15-minute-hang-in-IndexInput.clone%28%29-involving-finalizers-tf2826906.html#a7891015
Description
finalizers are expensive, and we should avoid using them where possible. It looks like this helped to tickle some kind of bug (looks like a JVM bug?)
http://www.nabble.com/15-minute-hang-in-IndexInput.clone%28%29-involving-finalizers-tf2826906.html#a7891015
Show »
All
Comments
Work Log
Change History
Subversion Commits
Sort Order:
Repository
Revision
Date
User
Message
ASF
#488716
Tue Dec 19 16:17:35 UTC 2006
mikemccand
LUCENE-750
: fix one case that was not closing an IndexOutput with a try/finally
Files Changed
MODIFY
/lucene/java/trunk/src/java/org/apache/lucene/index/SegmentInfos.java
Repository
Revision
Date
User
Message
ASF
#488722
Tue Dec 19 16:31:06 UTC 2006
yonik
remove FSIndexOutput finalizer, move FSIndexInput finalizer to it's Descriptor:
LUCENE-750
Files Changed
MODIFY
/lucene/java/trunk/CHANGES.txt
MODIFY
/lucene/java/trunk/src/java/org/apache/lucene/store/FSDirectory.java