Hi,
I have this trace in my logs:
| 2008-06-26 11:31:41,601 TRACE [org.jboss.cache.eviction.BaseEvictionAlgorithm] Recycle
queue is empty
| 2008-06-26 11:31:41,601 TRACE [org.jboss.cache.eviction.BaseEvictionAlgorithm]
process(): region: /_default_/
| 2008-06-26 11:31:41,601 TRACE [org.jboss.cache.eviction.BaseEvictionAlgorithm]
processed 0 node events in region: /_default_/
| 2008-06-26 11:31:41,601 TRACE [org.jboss.cache.eviction.BaseEvictionAlgorithm] Recycle
queue is empty
| 2008-06-26 11:31:41,601 TRACE [org.jboss.cache.eviction.LRUAlgorithm] Node
/THIRD_PARTY_DAILY_COUNTERS/25/32:-:1111 has been idle for 86213470ms
| 2008-06-26 11:31:41,601 TRACE [org.jboss.cache.eviction.LRUAlgorithm] Node
/THIRD_PARTY_DAILY_COUNTERS/25/32:-:1111 should not be evicted
| 2008-06-26 11:31:41,601 TRACE [org.jboss.cache.eviction.LRUAlgorithm] Node
/THIRD_PARTY_DAILY_COUNTERS/25/52:-:1111 has been idle for 86063447ms
| 2008-06-26 11:31:41,601 TRACE [org.jboss.cache.eviction.LRUAlgorithm] Node
/THIRD_PARTY_DAILY_COUNTERS/25/52:-:1111 should not be evicted
| 2008-06-26 11:31:41,601 TRACE [org.jboss.cache.eviction.BaseEvictionAlgorithm]
process(): region: /DELIVERY_STATUS_RETRIES/
| 2008-06-26 11:31:41,601 TRACE [org.jboss.cache.eviction.BaseEvictionAlgorithm]
processed 0 node events in region: /DELIVERY_STATUS_RETRIES/
|
Here it looks that there is objects in the eviction queue, and when I do a printDetails()
from JMX console, I see:
| /DELIVERY_STATUS
|
| /THIRD_PARTY_MONTHLY_COUNTERS
| jboss:internal:uninitialized: null
|
| /6
| jboss:internal:uninitialized: null
|
| /THIRD_PARTY_DAILY_COUNTERS
|
|
I guess that when I have removed those nodes manually (with a schedulerr job) nodes have
not been removed from the eviction queue.
I'm using 1.4.1.SP9
Thanks,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160783#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...