[infinispan-issues] [JBoss JIRA] (ISPN-4602) Verify EntryIterator works with MarshalledValues

William Burns (JIRA) issues at jboss.org
Tue Aug 5 11:32:31 EDT 2014


     [ https://issues.jboss.org/browse/ISPN-4602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

William Burns updated ISPN-4602:
--------------------------------

              Status: Pull Request Sent  (was: Coding In Progress)
    Git Pull Request: https://github.com/infinispan/infinispan/pull/2775


> Verify EntryIterator works with MarshalledValues
> ------------------------------------------------
>
>                 Key: ISPN-4602
>                 URL: https://issues.jboss.org/browse/ISPN-4602
>             Project: Infinispan
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Marshalling
>    Affects Versions: 7.0.0.Alpha5
>            Reporter: William Burns
>            Assignee: William Burns
>
> The EntryIterator currently doesn't deserialize MarshalledValues as needed which would cause filter failures and the incorrect values to  be returned.
> This also means each key/value pair would need to be deserialized when applied to filter which will be slower and should be noted in documentation, but sent across as MarshalledValues?.  The only other way is to use some sort of proxy for each object to force lazy deserialization on referencing a field when applying filter, but this seems overkill.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the infinispan-issues mailing list