-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
I noticed the following exception being logged during the Infinispan core testsuite:
FATAL (transport-thread-StaleLocksWithCommitDuringStateTransferTest-NodeD-p27554-t5) [PersistentUUIDManagerImpl] Cannot find mapping for address StaleLocksWithCommitDuringStateTransferTest-NodeD-61391 java.lang.NullPointerException at org.infinispan.topology.PersistentUUIDManagerImpl.mapAddresses(PersistentUUIDManagerImpl.java:69) at org.infinispan.topology.LocalTopologyManagerImpl.doHandleTopologyUpdate(LocalTopologyManagerImpl.java:316) at org.infinispan.topology.LocalTopologyManagerImpl$1.run(LocalTopologyManagerImpl.java:257) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at org.infinispan.executors.SemaphoreCompletionService$QueueingTask.runInternal(SemaphoreCompletionService.java:172) at org.infinispan.executors.SemaphoreCompletionService$QueueingTask.run(SemaphoreCompletionService.java:151) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecuto
It doesn't seem to have caused any test failure, though it seems like a bug.
- is duplicated by
-
ISPN-8782 Occasional NPE on PersistentUUIDManagerImpl.mapAddresses
- Closed