]
Pedro Ruivo updated ISPN-8346:
------------------------------
Status: Open (was: New)
Reduce the number of clustered listener in clustered counters
-------------------------------------------------------------
Key: ISPN-8346
URL:
https://issues.jboss.org/browse/ISPN-8346
Project: Infinispan
Issue Type: Enhancement
Components: Clustered Counter
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Priority: Minor
Current implementation register one clustered listener for each created counter (or 2 in
the case of weak counters) per node. A single clustered listener per node is ok if we
invoke the user listener in a different thread since most of the work perform by the
clustered listener is updating a local cached value.