[
https://jira.jboss.org/jira/browse/JBCACHE-1567?page=com.atlassian.jira.p...
]
Galder Zamarreno commented on JBCACHE-1567:
-------------------------------------------
Parent's content is actually being evicted but the parent node is not actually
deleted. This is because when the parent is to be evicted, it sees that it has children
and so only deletes contents:
2010-01-22 11:23:48,397 517 TRACE [org.jboss.cache.interceptors.CallInterceptor] (main:)
Executing command: EvictCommand{fqn=/1, recursive=false}.
2010-01-22 11:23:48,397 517 TRACE [org.jboss.cache.commands.write.EvictCommand] (main:)
removing DATA as node has children: evict(/1)
Parent nodes not being evicted
------------------------------
Key: JBCACHE-1567
URL:
https://jira.jboss.org/jira/browse/JBCACHE-1567
Project: JBoss Cache
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Eviction
Affects Versions: 3.0.3.GA, 3.1.0.GA, 3.2.2.GA
Reporter: Galder Zamarreno
Assignee: Galder Zamarreno
Priority: Critical
Attachments: FIFOPolicyMaxNodesOneTest.java
It appears that parent nodes are sometimes not being evicted, leading to potential memory
leaks. See attached failing test.
Needs further investigation to find the cause root.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira