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

William Burns (JIRA) issues at jboss.org
Mon Aug 4 08:00:36 EDT 2014


William Burns created ISPN-4602:
-----------------------------------

             Summary: 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