Deadlock with FSIndexInput and SegmentReader ---------------------------------------------
Key: LUCENE-2263 URL: https://issues.apache.org/jira/browse/LUCENE-2263 Project: Lucene - Java Issue Type: Bug Affects Versions: 2.2 Environment: bash-3.00$ cat /etc/release Solaris 10 10/08 s10s_u6wos_07b SPARC Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 27 October 2008 bash-3.00$ uname -a SunOS op06udb1 5.10 Generic_138888-03 sun4v sparc SUNW,Sun-Blade-T6340 Reporter: Antonio Martinez Priority: Critical See http://issues.apache.org/jira/browse/JCR-2426 - Issue seen with Jackrabbit 1.4.4 and lucene 2.2.0 There is a deadlock but it is not visible in the dump what thread is holding the lock, which indicates a VM thread is holding it. The class involved "FSIndexInput" uses "Descriptor" class, which has overridden the finalize method and eventually calls RandomAccessFile "close" and "finalize" methods. -- 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: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org