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

Sanne Grinovero (JIRA) jira-events at lists.jboss.org
Mon Apr 22 11:44:53 EDT 2013


     [ https://issues.jboss.org/browse/ISPN-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sanne Grinovero updated ISPN-2831:
----------------------------------

    Fix Version/s: 5.3.0.Beta1
      Component/s: Lucene Directory

    
> NPE in DistributedSegmentReadLocker
> -----------------------------------
>
>                 Key: ISPN-2831
>                 URL: https://issues.jboss.org/browse/ISPN-2831
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Lucene Directory
>    Affects Versions: 5.2.1.Final, 5.3.0.Alpha1
>            Reporter: Michal Zaborec
>            Assignee: Sanne Grinovero
>             Fix For: 5.3.0.Beta1, 5.3.0.Final
>
>         Attachments: unable-init-indexmanager-on-restart.txt
>
>
> 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