I got the latest sources from CVS JBossCache1_0x and noticed following problem...
Our test is adding and removing nodes in the cache, now i got multiple times the effect that LRUAlgorithm is processing a event - where the node referenced by the event is no longer existing in cache. A runtime exception is raised from some LRUAlgorithm-methods, other events in the queue are not processed, which causes overflow of queue, and blocking on TreeCache-API operations. Additionally the runtime exception is not caught in try/catch -block of EvictionTimerTask.run(), which seems to cause the end of the EvictionTimerTask... It should not be a problem to remove nodes in cache via TreeCache-API? -uwe View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843396#3843396 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843396 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
