[ https://issues.apache.org/jira/browse/LUCENE-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644675#action_12644675 ]
Andreas Kohn commented on LUCENE-1431: -------------------------------------- We reworked the code around the problematic area (not using incRef/decRef, but instead preventing the updating from running using internal existing locks), so I think this issue can be closed and just serve as reference. Thanks! > NullPointerException in CloseableThreadLocal#get() if CTL is closed > ------------------------------------------------------------------- > > Key: LUCENE-1431 > URL: https://issues.apache.org/jira/browse/LUCENE-1431 > Project: Lucene - Java > Issue Type: Bug > Components: Other > Affects Versions: 2.4 > Environment: Linux Fedora 9, amd64, Sun JDK 1.6.0_03 amd64 > Reporter: Andreas Kohn > Attachments: LUCENE-1431.diff > > > Pretty simple NPE, happening because some thread closed the > CloseableThreadLocal, but another place still wanted to look at it: > {noformat} > java.lang.NullPointerException > at org.apache.lucene.util.CloseableThreadLocal.get(Unknown Source) > at org.apache.lucene.index.TermInfosReader.getThreadResources(Unknown > Source) > at org.apache.lucene.index.TermInfosReader.get(Unknown Source) > at org.apache.lucene.index.TermInfosReader.get(Unknown Source) > at org.apache.lucene.index.SegmentTermDocs.seek(Unknown Source) > at > org.apache.lucene.index.MultiSegmentReader$MultiTermDocs.termDocs(Unknown > Source) > at org.apache.lucene.index.MultiSegmentReader$MultiTermDocs.next(Unknown > Source) > {noformat} > I believe the attached patch should fix those. -- 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]