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

Galder Zamarreño (JIRA) issues at jboss.org
Thu Aug 7 12:46:31 EDT 2014


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

Galder Zamarreño updated ISPN-4602:
-----------------------------------

        Status: Resolved  (was: Pull Request Sent)
    Resolution: Done


> 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
>             Fix For: 7.0.0.Beta1
>
>
> 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