-
Bug
-
Resolution: Done
-
Major
-
14.0.1.Final
-
None
-
None
A "/ by 0"-Exception occurs when getting stats on joining of a node into a replicated, embedded cache (Version 14.0.1.Final).
The method-call
cache.getStats()
produces a "/ by 0"-ArithmeticException when it reaches the passage on line 932 in the class PersistenceManagerImpl:
return size * segments.size() / storeSegments;
This only happens after the initial start of the cache-cluster. (e. g. One node already running in the cluster).