]
Pedro Ruivo updated ISPN-11755:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 11.0.0.CR1
Resolution: Done
Stats should be collected in a non blocking way
-----------------------------------------------
Key: ISPN-11755
URL:
https://issues.redhat.com/browse/ISPN-11755
Project: Infinispan
Issue Type: Enhancement
Affects Versions: 11.0.0.Dev04
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 11.0.0.CR1
The Stat class is created in a blocking way, but several of the stats are collected via
non blocking means. Examples are that size uses persistence and remote nodes to collect
it.
For now these calls are marked as blocking or are invoked in the blocking thread pool.