[infinispan-issues] [JBoss JIRA] (ISPN-3663) Extend compatibility mode to store the binary value instead of unmarshalling to java object

Adrian Nistor (JIRA) jira-events at lists.jboss.org
Fri Oct 25 12:03:02 EDT 2013


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

Adrian Nistor updated ISPN-3663:
--------------------------------

    Summary: Extend compatibility mode to store the binary value instead of unmarshalling to java object  (was: Extend compatibility mode to store the binary value instead unmarshalling to java object)

    
> Extend compatibility mode to store the binary value instead of unmarshalling to java object
> -------------------------------------------------------------------------------------------
>
>                 Key: ISPN-3663
>                 URL: https://issues.jboss.org/browse/ISPN-3663
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: Core API
>    Affects Versions: 6.0.0.Beta2
>            Reporter: Adrian Nistor
>            Assignee: Adrian Nistor
>
> Currently if compat mode is active we unmarshall the remote binary value into a java object and put this into the cache so embedded clients will be able to access a meaningful object. But this is not optimal as it will have to be serialized back to a byte array when remote clients get it and will also be to re-serialized when the put is replicated to another node.
> It's better to store the byte array that comes from the remote client directly and use the storeAsBinary / MarshalledValue mechanism to provide a java object to embedded clients.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list