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

Occasional NPE on PersistentUUIDManagerImpl.mapAddresses

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 9.3.0.Final
    • None
    • Core
    • None

      When running the testsuite I occasionally see stacktraces such as:

      23:47:50,649 FATAL (transport-thread-RetryMechanismTest[null, tx=false]-NodeT-p64820-t5) [PersistentUUIDManagerImpl] Cannot find mapping for address RetryMechanismTest[null, tx=false]-NodeT-51212 java.lang.NullPointerException
      at org.infinispan.topology.PersistentUUIDManagerImpl.mapAddresses(PersistentUUIDManagerImpl.java:70)
      at org.infinispan.topology.ClusterCacheStatus.startQueuedRebalance(ClusterCacheStatus.java:824)
      at org.infinispan.topology.ClusterCacheStatus.queueRebalance(ClusterCacheStatus.java:125)
      at org.infinispan.partitionhandling.impl.PreferAvailabilityStrategy.onPartitionMerge(PreferAvailabilityStrategy.java:232)
      at org.infinispan.topology.ClusterCacheStatus.doMergePartitions(ClusterCacheStatus.java:597)
      at org.infinispan.topology.ClusterTopologyManagerImpl.lambda$recoverClusterStatus$6(ClusterTopologyManagerImpl.java:519)
      at org.infinispan.executors.LimitedExecutor.runTasks(LimitedExecutor.java:144)
      at org.infinispan.executors.LimitedExecutor.access$100(LimitedExecutor.java:33)
      at org.infinispan.executors.LimitedExecutor$Runner.run(LimitedExecutor.java:174)

      They seem harmless as it seems like the test results aren't affected, but it's still looking quite bad. Would be best if someone had a look.

              dberinde@redhat.com Dan Berindei (Inactive)
              sgrinove Sanne Grinovero (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: