[infinispan-issues] [JBoss JIRA] Commented: (ISPN-414) UNORDERED eviction does not work
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Wed Apr 28 11:36:19 EDT 2010
[ https://jira.jboss.org/jira/browse/ISPN-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12527980#action_12527980 ]
Manik Surtani commented on ISPN-414:
------------------------------------
UNORDERED is new in 4.1.0 anyway.
The goal of UNORDERED is that we have a bounded container without the cost of sorting (since there was a cost in 4.0.0). In 4.1.0 this may not be the case. E.g., with LRU, is there any performance degradation over a non-eviction data container?
> UNORDERED eviction does not work
> --------------------------------
>
> Key: ISPN-414
> URL: https://jira.jboss.org/jira/browse/ISPN-414
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 4.1.0.ALPHA2, 4.1.0.ALPHA3
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 4.1.0.BETA1
>
>
> EvictionStrategy.UNORDERED does not properly setup eviction mechanism and is treated like EvictionStrategy.NONE (see DataContainerFactory.java).
> Options:
> a) treat it as LRU
> b) implement unordered element selection for eviction
> c) deprecate UNORDERED
--
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
More information about the infinispan-issues
mailing list