[infinispan-issues] [JBoss JIRA] (ISPN-2831) NPE in DistributedSegmentReadLocker

Michal Zaborec (JIRA) jira-events at lists.jboss.org
Mon Feb 18 10:47:56 EST 2013


Michal Zaborec created ISPN-2831:
------------------------------------

             Summary: NPE in DistributedSegmentReadLocker
                 Key: ISPN-2831
                 URL: https://issues.jboss.org/browse/ISPN-2831
             Project: Infinispan
          Issue Type: Feature Request
    Affects Versions: 5.2.1.Final
            Reporter: Michal Zaborec
            Assignee: Mircea Markus


possible NPE in DistributedSegmentReadLocker

{code}
java.lang.NullPointerException
	at org.infinispan.lucene.readlocks.DistributedSegmentReadLocker.realFileDelete(DistributedSegmentReadLocker.java:184)
	at org.infinispan.lucene.readlocks.DistributedSegmentReadLocker.deleteOrReleaseReadLock(DistributedSegmentReadLocker.java:109)
	at org.infinispan.lucene.InfinispanDirectory.deleteFile(InfinispanDirectory.java:213)
	at org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:578)
{code}

this is caused by this code:

{code}
final int bufferSize = file.getBufferSize();
if (file != null) //during optimization of index a same file could be deleted twice, so you could see a null here
......
{code}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list