[jboss-user] [JBoss Cache: Core Edition] - Node in eviction queue not seen in printDetails

jorgemoralespou_2 do-not-reply at jboss.com
Thu Jun 26 05:40:57 EDT 2008


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#4160783

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160783



More information about the jboss-user mailing list