]
Gustavo Fernandes resolved ISPN-6459.
-------------------------------------
Fix Version/s: 8.1.3.Final
8.2.1.Final
9.0.0.Alpha1
Resolution: Done
NPE on cache.getCacheTopologyInfo
---------------------------------
Key: ISPN-6459
URL:
https://issues.jboss.org/browse/ISPN-6459
Project: Infinispan
Issue Type: Bug
Components: Server
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 8.1.3.Final, 8.2.1.Final, 9.0.0.Alpha1
Sometimes {{cache.getTopologyInfo}} fails with:
{noformat}
java.lang.NullPointerException: null
at
org.infinispan.client.hotrod.impl.CacheTopologyInfoImpl.getNumSegments(CacheTopologyInfoImpl.java:26)
{noformat}