[infinispan-issues] [JBoss JIRA] (ISPN-5509) Memory based eviction doesn't work with store as binary

William Burns (JIRA) issues at jboss.org
Tue May 26 09:03:03 EDT 2015


William Burns created ISPN-5509:
-----------------------------------

             Summary: Memory based eviction doesn't work with store as binary
                 Key: ISPN-5509
                 URL: https://issues.jboss.org/browse/ISPN-5509
             Project: Infinispan
          Issue Type: Enhancement
          Components: Eviction
    Affects Versions: 8.0.0.Alpha1
            Reporter: William Burns
            Assignee: William Burns
            Priority: Critical
             Fix For: 8.0.0.Alpha2


The memory based eviction only currently works with byte[] for key and values.

We would like this also to support any key/value pair when store as binary is enabled.  We would need to add a EntrySizeCalculator that would support MarshalledValue, the various MarshalledValueByteStream classes as well as all the types that MarshalledValue doesn't wrap (ie. Integer, Long etc.)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the infinispan-issues mailing list