Vignesh Prabhu [
http://community.jboss.org/people/vigneshprabhu] created the discussion
"Re: JBoss Cache - Memory Leak when many Fqn/nodes added in Cache"
To view the discussion, visit:
http://community.jboss.org/message/627281#627281
--------------------------------------------------------------
Hi Sathish,
Even we see that the eviction policy respects only the leaf node and does not cleanup even
the empty parent nodes.
Changes the code
from
String identifier = identifier_prefix + "/" + i + "/data/";
to
String identifier = identifier_prefix + "/" + i;
IMO this should work. I guess it evicts only leaf nodes.
Cheers,
Vignesh
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/627281#627281]
Start a new discussion in JBoss Cache at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]