Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-2831

NPE in DistributedSegmentReadLocker

    XMLWordPrintable

Details

    Description

      possible NPE in DistributedSegmentReadLocker

      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)
      

      this is caused by this 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
      ......
      

      Attachments

        Activity

          People

            sgrinove Sanne Grinovero
            priborr Michal Zaborec (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: