]
RH Bugzilla Integration commented on ISPN-4820:
-----------------------------------------------
Dave Stahl <dstahl(a)redhat.com> changed the Status of [bug
Change Size method on Cache to return the contents of the entire
cluster
------------------------------------------------------------------------
Key: ISPN-4820
URL:
https://issues.jboss.org/browse/ISPN-4820
Project: Infinispan
Issue Type: Enhancement
Affects Versions: 7.0.0.CR1
Reporter: William Burns
Assignee: William Burns
Fix For: 7.0.0.CR2
It has been discussed to change the size method to properly reflect the contents of the
entire cache instead of just locally.
http://lists.jboss.org/pipermail/infinispan-dev/2014-October/015524.html
It seems for now we should do this via the entry iterator for distributed caches
otherwise use current implementation for local. Or something of that sort.