]
Dan Berindei updated ISPN-9063:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.2.2.Final
Resolution: Done
Average stats should be calculated in Nanoseconds but exposed in
Milliseconds
-----------------------------------------------------------------------------
Key: ISPN-9063
URL:
https://issues.jboss.org/browse/ISPN-9063
Project: Infinispan
Issue Type: Bug
Components: Console, JMX, reporting and management
Affects Versions: 9.2.1.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 9.2.2.Final, 9.3.0.Alpha1
ISPN-7768 changed the precision of the exposed average-<read|write>time stats from
Milliseconds to Nanoseconds. This causes backwards compatibility issues with previous
versions of Infinispan and JDG. Therefore we need to ensure that these stats are exposed
to the user in Milliseconds, however they should still be calculated in Nanoseconds
internally to improve accuracy and avoid rounding errors.