[ 
http://jira.jboss.com/jira/browse/JBCACHE-38?page=comments#action_12314782 ]
     
Thomas Cherel commented on JBCACHE-38:
--------------------------------------

Will the transaction/lock cleanup fix the fact that LRU eviction does not work 
anymore after as stop/start?



> Eviction policy timer starts multiple times if cache is restarted
> -----------------------------------------------------------------
>
>          Key: JBCACHE-38
>          URL: http://jira.jboss.com/jira/browse/JBCACHE-38
>      Project: JBoss Cache
>         Type: Bug
>     Versions: 1.2
>     Reporter: Ben Wang
>     Assignee: Bela Ban
>      Fix For: 1.2.1

>
> Original Estimate: 2 hours
>         Remaining: 2 hours
>
> If cache code snippet is like this:
> PropertyConfigurator config = new PropertyConfigurator();
> cache.config();
> cache.start();
> cache.stop();
> cache.config();
> cache.start();
> Then the eviction timer will be started twice, for example. This is becuase 
> the listeners are not clear during stop().

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to